add cloud
This commit is contained in:
parent
5d95513a08
commit
f9d50af736
@ -537,15 +537,10 @@ def deploy(
|
|||||||
|
|
||||||
cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
|
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(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(
|
cli.add_typer(
|
||||||
hosting_cli,
|
hosting_cli,
|
||||||
name="apps",
|
name="cloud",
|
||||||
help="Subcommands for managing the Deployments.",
|
help="Subcommands for managing the reflex cloud.",
|
||||||
)
|
)
|
||||||
cli.add_typer(
|
cli.add_typer(
|
||||||
custom_components_cli,
|
custom_components_cli,
|
||||||
|
Loading…
Reference in New Issue
Block a user