Skip to content

Commit f0afbaf

Browse files
committed
Update docs
1 parent 950ec88 commit f0afbaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/stackit_config_profile_import.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)