|
| 1 | +--- |
| 2 | +title: "devspace cleanup local-registry --help" |
| 3 | +sidebar_label: devspace cleanup local-registry |
| 4 | +--- |
| 5 | + |
| 6 | + |
| 7 | +Deletes the local image registry |
| 8 | + |
| 9 | +## Synopsis |
| 10 | + |
| 11 | + |
| 12 | +``` |
| 13 | +devspace cleanup local-registry [flags] |
| 14 | +``` |
| 15 | + |
| 16 | +``` |
| 17 | +####################################################### |
| 18 | +######### devspace cleanup local-registry ############# |
| 19 | +####################################################### |
| 20 | +Deletes the local image registry |
| 21 | +####################################################### |
| 22 | +``` |
| 23 | + |
| 24 | + |
| 25 | +## Flags |
| 26 | + |
| 27 | +``` |
| 28 | + -h, --help help for local-registry |
| 29 | +``` |
| 30 | + |
| 31 | + |
| 32 | +## Global & Inherited Flags |
| 33 | + |
| 34 | +``` |
| 35 | + --debug Prints the stack trace if an error occurs |
| 36 | + --disable-profile-activation If true will ignore all profile activations |
| 37 | + --inactivity-timeout int Minutes the current user is inactive (no mouse or keyboard interaction) until DevSpace will exit automatically. 0 to disable. Only supported on windows and mac operating systems |
| 38 | + --kube-context string The kubernetes context to use |
| 39 | + --kubeconfig string The kubeconfig path to use |
| 40 | + -n, --namespace string The kubernetes namespace to use |
| 41 | + --no-warn If true does not show any warning when deploying into a different namespace or kube-context than before |
| 42 | + --override-name string If specified will override the devspace.yaml name |
| 43 | + -p, --profile strings The DevSpace profiles to apply. Multiple profiles are applied in the order they are specified |
| 44 | + --silent Run in silent mode and prevents any devspace log output except panics & fatals |
| 45 | + -s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project |
| 46 | + --var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE) |
| 47 | +``` |
| 48 | + |
0 commit comments