infrahub_sdk.ctl.menu
Functions
callback
callback() -> None
Manage the menu in a remote Infrahub instance.
load
load(menus: list[Path], debug: bool = False, branch: str = typer.Option(None, help='Branch on which to load the menu.'), _: str = CONFIG_PARAM) -> None
Load one or multiple menu files into Infrahub.
validate
validate(paths: list[Path], debug: bool = False, branch: str = typer.Option(None, help='Branch on which to validate the objects.'), _: str = CONFIG_PARAM) -> None
Validate one or multiple menu files.