File tree Expand file tree Collapse file tree 7 files changed +9
-10
lines changed Expand file tree Collapse file tree 7 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $ infrahubctl dump [OPTIONS]
1414* ` --directory PATH ` : Directory path to store export [ default: (dynamic)]
1515* ` --quiet / --no-quiet ` : No console output [ default: no-quiet]
1616* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
17- * ` --branch TEXT ` : Branch from which to export [ default: main ]
17+ * ` --branch TEXT ` : Branch from which to export
1818* ` --concurrent INTEGER ` : Maximum number of requests to execute at the same time. [ env var: INFRAHUB_MAX_CONCURRENT_EXECUTION; default: 4]
1919* ` --timeout INTEGER ` : Timeout in sec [ env var: INFRAHUB_TIMEOUT; default: 60]
2020* ` --exclude TEXT ` : Prevent node kind(s) from being exported, CoreAccount is excluded by default [ default: CoreAccount]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $ infrahubctl load [OPTIONS]
1414* ` --continue-on-error / --no-continue-on-error ` : Allow exceptions during loading and display them when complete [ default: no-continue-on-error]
1515* ` --quiet / --no-quiet ` : No console output [ default: no-quiet]
1616* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
17- * ` --branch TEXT ` : Branch from which to export [ default: main ]
17+ * ` --branch TEXT ` : Branch from which to export
1818* ` --concurrent INTEGER ` : Maximum number of requests to execute at the same time. [ env var: INFRAHUB_MAX_CONCURRENT_EXECUTION]
1919* ` --timeout INTEGER ` : Timeout in sec [ env var: INFRAHUB_TIMEOUT; default: 60]
2020* ` --install-completion ` : Install completion for the current shell.
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ $ infrahubctl menu load [OPTIONS] MENUS...
3535** Options** :
3636
3737* ` --debug / --no-debug ` : [ default: no-debug]
38- * ` --branch TEXT ` : Branch on which to load the menu. [ default: main ]
38+ * ` --branch TEXT ` : Branch on which to load the menu.
3939* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
4040* ` --help ` : Show this message and exit.
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ $ infrahubctl object load [OPTIONS] PATHS...
3535** Options** :
3636
3737* ` --debug / --no-debug ` : [ default: no-debug]
38- * ` --branch TEXT ` : Branch on which to load the objects. [ default: main ]
38+ * ` --branch TEXT ` : Branch on which to load the objects.
3939* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
4040* ` --help ` : Show this message and exit.
Original file line number Diff line number Diff line change @@ -41,10 +41,9 @@ $ infrahubctl repository add [OPTIONS] NAME LOCATION
4141* ` --description TEXT `
4242* ` --username TEXT `
4343* ` --password TEXT `
44- * ` --commit TEXT `
44+ * ` --ref TEXT `
4545* ` --read-only / --no-read-only ` : [ default: no-read-only]
4646* ` --debug / --no-debug ` : [ default: no-debug]
47- * ` --branch TEXT ` : Branch on which to add the repository. [ default: main]
4847* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
4948* ` --help ` : Show this message and exit.
5049
@@ -58,7 +57,7 @@ $ infrahubctl repository list [OPTIONS]
5857
5958** Options** :
6059
61- * ` --branch TEXT `
60+ * ` --branch TEXT ` : Branch on which to list repositories.
6261* ` --debug / --no-debug ` : [ default: no-debug]
6362* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
6463* ` --help ` : Show this message and exit.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ infrahubctl run [OPTIONS] SCRIPT [VARIABLES]...
1818* ` --method TEXT ` : [ default: run]
1919* ` --debug / --no-debug ` : [ default: no-debug]
2020* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
21- * ` --branch TEXT ` : Branch on which to run the script. [ default: main ]
21+ * ` --branch TEXT ` : Branch on which to run the script.
2222* ` --concurrent INTEGER ` : Maximum number of requests to execute at the same time. [ env var: INFRAHUB_MAX_CONCURRENT_EXECUTION]
2323* ` --timeout INTEGER ` : Timeout in sec [ env var: INFRAHUB_TIMEOUT; default: 60]
2424* ` --install-completion ` : Install completion for the current shell.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $ infrahubctl schema check [OPTIONS] SCHEMAS...
3636** Options** :
3737
3838* ` --debug / --no-debug ` : [ default: no-debug]
39- * ` --branch TEXT ` : Branch on which to check the schema. [ default: main ]
39+ * ` --branch TEXT ` : Branch on which to check the schema.
4040* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
4141* ` --help ` : Show this message and exit.
4242
@@ -57,7 +57,7 @@ $ infrahubctl schema load [OPTIONS] SCHEMAS...
5757** Options** :
5858
5959* ` --debug / --no-debug ` : [ default: no-debug]
60- * ` --branch TEXT ` : Branch on which to load the schema. [ default: main ]
60+ * ` --branch TEXT ` : Branch on which to load the schema.
6161* ` --wait INTEGER ` : Time in seconds to wait until the schema has converged across all workers [ default: 0]
6262* ` --config-file TEXT ` : [ env var: INFRAHUBCTL_CONFIG; default: infrahubctl.toml]
6363* ` --help ` : Show this message and exit.
You can’t perform that action at this time.
0 commit comments