We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e1cef commit f11ccdcCopy full SHA for f11ccdc
infrahub_sdk/ctl/cli_commands.py
@@ -53,7 +53,7 @@
53
app.add_typer(validate_app, name="validate")
54
app.add_typer(repository_app, name="repository")
55
app.add_typer(menu_app, name="menu")
56
-app.add_typer(object_app, name="object")
+app.add_typer(object_app, name="object", hidden=True)
57
58
app.command(name="dump")(dump)
59
app.command(name="load")(load)
@@ -62,7 +62,7 @@
62
63
64
@app.command(name="check")
65
-# @catch_exception(console=console)
+@catch_exception(console=console)
66
def check(
67
check_name: str = typer.Argument(default="", help="Name of the Python check"),
68
branch: Optional[str] = None,
0 commit comments