Merge pull request #33621 from akhilnarang/change-get-version-output

chore(commands/version)!: use `plain` output instead of `legacy` by default
This commit is contained in:
Akhil Narang 2025-08-13 12:50:28 +05:30 committed by GitHub
commit d5fcdff679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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."""