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: docs/pages/configuration/profiles/README.mdx
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,22 +70,6 @@ To get a list of available profiles, you can run this command:
70
70
devspace list profiles
71
71
```
72
72
73
-
### `devspace use profile [profile]`
74
-
To permanently switch to a different profile, you can run this command:
75
-
```bash
76
-
devspace use profile [PROFILE_NAME]
77
-
```
78
-
79
-
:::note
80
-
Permanently switching to a profile means that all future commands (e.g. `devspace deploy` or `devspace dev`) will be executed using this profile until the user [resets the profile](#devspace-use-profile---reset) (see below).
81
-
:::
82
-
83
-
### `devspace use profile --reset`
84
-
To permanently switch back to the default configuration (no profile replaces and patches active), you can run this command:
85
-
```bash
86
-
devspace use profile --reset
87
-
```
88
-
89
73
### `devspace [deploy] -p [profile]`
90
74
Most DevSpace commands support the `-p / --profile` flag. Using this flag, you can run a single command with a different profile without switching your profile permenantly:
0 commit comments