We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a format option for the create token command to use it with CLI in CI or scripts using jq
jq
Use case: Using token creation in CI, Docker compose or scripts/
Proposal: Adding a --format json option in the cli to output token and hashed_token in json format
--format json
Current behaviour: Tokens are printed with explanations
Desired behaviour: Output token and hashed token in JSON format
{ "token": "apiv3_61WJy5PAZ8C**********************************************************", "hashed_token": "e5cacb**************************************************************************" }
Alternatives considered: Parsing it not practical
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a format option for the create token command to use it with CLI in CI or scripts using
jq
Use case:
Using token creation in CI, Docker compose or scripts/
Proposal:
Adding a
--format json
option in the cli to output token and hashed_token in json formatCurrent behaviour:
Tokens are printed with explanations
Desired behaviour:
Output token and hashed token in JSON format
Alternatives considered:
Parsing it not practical
The text was updated successfully, but these errors were encountered: