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 format __Current behaviour:__ Tokens are printed with explanations __Desired behaviour:__ Output token and hashed token in JSON format ```json { "token": "apiv3_61WJy5PAZ8C**********************************************************", "hashed_token": "e5cacb**************************************************************************" } ``` __Alternatives considered:__ Parsing it not practical