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.
infrahubctl generator
1 parent 7043e5b commit 4622ebcCopy full SHA for 4622ebc
infrahub_sdk/ctl/generator.py
@@ -43,7 +43,7 @@ async def run(
43
if param_key:
44
identifier = param_key[0]
45
46
- client = initialize_client()
+ client = initialize_client(branch=branch)
47
if variables_dict:
48
data = execute_graphql_query(
49
query=generator_config.query,
0 commit comments