hatch
hatch copied to clipboard
Inconsistent json output of env show command
I identified two inconsistencies when using the --json flag in the hatch env show subcommand:
- The json object contains all envs if the
envsarg is passed for selecting specific envs. - For matrix envs, the json object contains no explicit information about the matrix an env belongs to (i.e. the matrix name).
I will open a PR to address this issue.
I'd be happy to discuss further in a PR!