Skip to content

Commit 78276d1

Browse files
committed
Update docs
Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh> # Conflicts: # docs/yarn.lock
1 parent 634d866 commit 78276d1

52 files changed

Lines changed: 72 additions & 10 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/assets.go

Lines changed: 12 additions & 10 deletions
Large diffs are not rendered by default.

docs/pages/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ DevSpace accelerates developing, deploying and debugging applications with Docke
3030
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
3131
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
3232
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
33+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
3334
--silent Run in silent mode and prevents any devspace log output except panics & fatals
3435
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
3536
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_add.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Adds config sections to devspace.yaml
3737
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
3838
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
3939
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
40+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
4041
--silent Run in silent mode and prevents any devspace log output except panics & fatals
4142
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
4243
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_add_plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ devspace add plugin https://github.com/my-plugin/plugin
4545
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
4646
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
4747
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
48+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
4849
--silent Run in silent mode and prevents any devspace log output except panics & fatals
4950
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
5051
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_analyze.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ devspace analyze --namespace=mynamespace
5151
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
5252
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
5353
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
54+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
5455
--silent Run in silent mode and prevents any devspace log output except panics & fatals
5556
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
5657
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_attach.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ devspace attach -n my-namespace
5252
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
5353
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
5454
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
55+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
5556
--silent Run in silent mode and prevents any devspace log output except panics & fatals
5657
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
5758
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Builds all defined images and pushes them
5858
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
5959
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
6060
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
61+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
6162
--silent Run in silent mode and prevents any devspace log output except panics & fatals
6263
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
6364
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_cleanup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Cleans up resources
3636
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
3737
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
3838
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
39+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
3940
--silent Run in silent mode and prevents any devspace log output except panics & fatals
4041
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
4142
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_cleanup_images.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Deletes all locally created docker images from docker
4242
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
4343
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
4444
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
45+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
4546
--silent Run in silent mode and prevents any devspace log output except panics & fatals
4647
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
4748
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

docs/pages/cli/devspace_cleanup_local-registry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Deletes the local image registry
4242
--no-warn If true does not show any warning when deploying into a different namespace or kube-context than before
4343
--override-name string If specified will override the DevSpace project name provided in the devspace.yaml
4444
-p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified
45+
--protect-ui Enable UI protections such as auth checks for sensitive routes and redaction of sensitive config values
4546
--silent Run in silent mode and prevents any devspace log output except panics & fatals
4647
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
4748
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)

0 commit comments

Comments
 (0)