Skip to content

Commit f11ccdc

Browse files
committed
Hide object command
1 parent 42e1cef commit f11ccdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrahub_sdk/ctl/cli_commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
app.add_typer(validate_app, name="validate")
5454
app.add_typer(repository_app, name="repository")
5555
app.add_typer(menu_app, name="menu")
56-
app.add_typer(object_app, name="object")
56+
app.add_typer(object_app, name="object", hidden=True)
5757

5858
app.command(name="dump")(dump)
5959
app.command(name="load")(load)
@@ -62,7 +62,7 @@
6262

6363

6464
@app.command(name="check")
65-
# @catch_exception(console=console)
65+
@catch_exception(console=console)
6666
def check(
6767
check_name: str = typer.Argument(default="", help="Name of the Python check"),
6868
branch: Optional[str] = None,

0 commit comments

Comments
 (0)