This commit is contained in:
simon 2024-10-29 12:54:53 -07:00
parent c4e14d3670
commit 2d6db88f4c

View File

@ -573,7 +573,7 @@ cli.add_typer(db_cli, name="db", help="Subcommands for managing the database sch
cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
cli.add_typer(
deployments_cli,
name="deployments",
name="apps",
help="Subcommands for managing the Deployments.",
)
cli.add_typer(