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.
2 parents 761a1c7 + 1a3a7f3 commit 344c8d3Copy full SHA for 344c8d3
changelog/140.fixed.md
@@ -0,0 +1 @@
1
+CTL: List available transforms if no name is provided
infrahub_sdk/ctl/cli_commands.py
@@ -317,7 +317,7 @@ def transform(
317
variables_dict = parse_cli_vars(variables)
318
repository_config = get_repository_config(Path(config.INFRAHUB_REPO_CONFIG_FILE))
319
320
- if list_available:
+ if list_available or not transform_name:
321
list_transforms(config=repository_config)
322
return
323
0 commit comments