File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ stackit config profile import [flags]
1414
1515```
1616 Import a config with name "PROFILE_NAME" from file "./config.json"
17- $ stackit config profile --name PROFILE_NAME --config `@./config.json`
17+ $ stackit config profile import --name PROFILE_NAME --config `@./config.json`
1818
19- Import a config with name "PROFILE_NAME" from file "./config.json" and set not as active
20- $ stackit config profile --name PROFILE_NAME --config `@./config.json` --no-set
19+ Import a config with name "PROFILE_NAME" from file "./config.json" and do not set as active
20+ $ stackit config profile import --name PROFILE_NAME --config `@./config.json` --no-set
2121```
2222
2323### Options
2424
2525```
26- -c, --config string Config to be imported
26+ -c, --config string File where configuration will be imported from
2727 -h, --help Help for "stackit config profile import"
2828 --name string Profile name
2929 --no-set Set the imported profile not as active
You can’t perform that action at this time.
0 commit comments