Skip to content

Commit fe246d9

Browse files
Add processing of nodes when no variables are passed into CLI so the nodes get added into the store.
1 parent 3bf1c5c commit fe246d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrahub_sdk/ctl/generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ async def run(
101101
repository_config=repository_config,
102102
)
103103
await generator._init_client.schema.all(branch=generator.branch_name)
104+
await generator.process_nodes(data=data)
104105
await generator.run(identifier=generator_config.name, data=data)
105106

106107

0 commit comments

Comments
 (0)