Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "asap-cli", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A command line utility for generating ASAP (JWT tokens as per the Atlassian Service Authentication Protocol) token and making curl calls with the same.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -34,9 +34,9 @@ # ASAP Cli | ||
-h, --help output usage information | ||
-f, --config-file [configFile] ASAP Config File, defaults to .asap-config | ||
-p, --private-key [privateKey] Private Key | ||
-P, --private-key-file [privateKeyFile] Private Key File | ||
-i, --issuer [issuer] JWT issuer | ||
-a, --audience [audience] JWT Audience | ||
-k, --kid [kid] JWT Key ID | ||
-e, --expiry [expiry] Expiry in seconds | ||
--config-file [configFile] ASAP Config File, defaults to .asap-config | ||
--private-key [privateKey] Private Key | ||
--private-key-file [privateKeyFile] Private Key File | ||
--issuer [issuer] JWT issuer | ||
--audience [audience] JWT Audience | ||
--kid [kid] JWT Key ID | ||
--expiry [expiry] Expiry in seconds | ||
``` | ||
@@ -43,0 +43,0 @@ |
16975