diff --git a/frappe/commands/utils.py b/frappe/commands/utils.py index 1446fb7d2c..f09bc49474 100644 --- a/frappe/commands/utils.py +++ b/frappe/commands/utils.py @@ -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."""