Skip to content

Some CLI stuff in Go (that makes my daily dev life a little bit easier)

Notifications You must be signed in to change notification settings

bmaximilian/gutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G-Utils

Some CLI Tools written in Go.

Mainly for private purposes

Jira CLI instructions

# Convert PKCS12 Cert to pem key and cert
openssl pkcs12 -in <username>.p12 -nokeys -out <username>.cer.pem
openssl pkcs12 -in <username>.p12 -nodes -nocerts -out <username>.key.pem

# Add path of <username>.cer.pem (as jira.cert) and <username>.key.pem (as jira.key) to config file

# Generate an auth token for jira
gutils jira token get -u <jira_username>

# Add token as jira.token to config file

# run your "gutils jira ..." commands

About

Some CLI stuff in Go (that makes my daily dev life a little bit easier)

Resources

Stars

Watchers

Forks

Packages

No packages published