From 095535e8e47fb7173d42ee7b07cf83bef99ba732 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Sun, 18 Sep 2022 02:38:20 +0200 Subject: [PATCH] docs: remove use profile command --- docs/pages/configuration/profiles/README.mdx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/pages/configuration/profiles/README.mdx b/docs/pages/configuration/profiles/README.mdx index c3ca4b0345..73570bec82 100644 --- a/docs/pages/configuration/profiles/README.mdx +++ b/docs/pages/configuration/profiles/README.mdx @@ -70,22 +70,6 @@ To get a list of available profiles, you can run this command: devspace list profiles ``` -### `devspace use profile [profile]` -To permanently switch to a different profile, you can run this command: -```bash -devspace use profile [PROFILE_NAME] -``` - -:::note -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). -::: - -### `devspace use profile --reset` -To permanently switch back to the default configuration (no profile replaces and patches active), you can run this command: -```bash -devspace use profile --reset -``` - ### `devspace [deploy] -p [profile]` 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: ```bash