The output of the keygen CLI commands is in plain text, e.g. . This is a bit inconvenient for scripts because the script needs to parse the output in a format that is unique to the keygen CLI.
Having the CLI output in JSON format would be convenient so one can use tools like jq to extract properties from the output, e.g. parsing release ID from keygen new.
The output of the
keygenCLI commands is in plain text, e.g. . This is a bit inconvenient for scripts because the script needs to parse the output in a format that is unique to thekeygenCLI.Having the CLI output in JSON format would be convenient so one can use tools like
jqto extract properties from the output, e.g. parsing release ID fromkeygen new.