chore(commands/version)!: use plain output instead of legacy by default

This includes the commit hash in the output, which is useful

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-08-12 14:57:14 +05:30
parent 293f8f3d83
commit b40c1d292b
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -914,7 +914,7 @@ def set_config(context: CliCtxObj, key, value, global_=False, parse=False):
"output",
type=click.Choice(["plain", "table", "json", "legacy"]),
help="Output format",
default="legacy",
default="plain",
)
def get_version(output):
"""Show the versions of all the installed apps."""