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.
get_branch
utils.py
1 parent c68e7eb commit 003d6abCopy full SHA for 003d6ab
infrahub_sdk/ctl/cli_commands.py
@@ -46,7 +46,7 @@
46
from ..schema import MainSchemaTypesAll, SchemaRoot
47
from ..template import Jinja2Template
48
from ..template.exceptions import JinjaTemplateError
49
-from ..utils import get_branch, write_to_file
+from ..utils import write_to_file
50
from ..yaml import SchemaFile
51
from .exporter import dump
52
from .importer import load
infrahub_sdk/ctl/utils.py
@@ -118,7 +118,7 @@ def execute_graphql_query(
118
query_str = query_object.load_query()
119
120
client = initialize_client_sync()
121
-
+
122
if not branch:
123
branch = client.config.default_infrahub_branch
124
0 commit comments