add apps cli

This commit is contained in:
simon 2024-11-05 19:01:43 -08:00
parent 8cb443f6fe
commit a1088b6793

View File

@ -707,6 +707,11 @@ cli.add_typer(
name="deployments", name="deployments",
help="Subcommands for managing the Deployments.", help="Subcommands for managing the Deployments.",
) )
cli.add_typer(
hosting_cli,
name="apps",
help="Subcommands for managing the Deployments.",
)
cli.add_typer( cli.add_typer(
custom_components_cli, custom_components_cli,
name="component", name="component",