From f9d50af736d086580e4368c10fabc4ca9a23e707 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 4 Dec 2024 15:13:25 -0800 Subject: [PATCH] add cloud --- reflex/reflex.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/reflex/reflex.py b/reflex/reflex.py index d810158f5..055713050 100644 --- a/reflex/reflex.py +++ b/reflex/reflex.py @@ -537,15 +537,10 @@ def deploy( cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.") cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.") -cli.add_typer( - deployments_cli, - name="deployments", - help="Subcommands for managing the Deployments.", -) cli.add_typer( hosting_cli, - name="apps", - help="Subcommands for managing the Deployments.", + name="cloud", + help="Subcommands for managing the reflex cloud.", ) cli.add_typer( custom_components_cli,