add apps cli
This commit is contained in:
parent
8cb443f6fe
commit
a1088b6793
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user