simon 6 tháng trước cách đây
mục cha
commit
2d6db88f4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      reflex/reflex.py

+ 1 - 1
reflex/reflex.py

@@ -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(