Skip to content

Commit c3be41c

Browse files
authored
Merge pull request #2320 from alexissellier/doc-remove-use-profile
docs: remove use profile command
2 parents a7be005 + 095535e commit c3be41c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

docs/pages/configuration/profiles/README.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,6 @@ To get a list of available profiles, you can run this command:
7070
devspace list profiles
7171
```
7272

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-
8973
### `devspace [deploy] -p [profile]`
9074
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:
9175
```bash

0 commit comments

Comments
 (0)