You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,13 @@ You can configure the CLI using the command:
101
101
stackit config
102
102
```
103
103
104
-
The configurations are stored in `~/stackit/cli-config.json` and are valid for all commands. For example, you can set a default `project-id` by running:
104
+
The configuration is saved in a file. The file's location varies depending on the operating system:
The configuration options apply to all commands and can be set using the `stackit config set` command. For example, you can set a default `project-id` by running:
0 commit comments