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/cli.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,18 @@ title: "devspace --help"
3
3
sidebar_label: devspace
4
4
---
5
5
6
+
## devspace
7
+
8
+
Welcome to the DevSpace!
9
+
6
10
### Synopsis
7
-
```
11
+
8
12
DevSpace accelerates developing, deploying and debugging applications with Docker and Kubernetes. Get started by running the init command in one of your projects:
9
13
10
14
devspace init
11
-
```
12
15
13
-
### Global Flags
16
+
### Options
17
+
14
18
```
15
19
--debug Prints the stack trace if an error occurs
16
20
--disable-profile-activation If true will ignore all profile activations
@@ -25,3 +29,11 @@ DevSpace accelerates developing, deploying and debugging applications with Docke
25
29
-s, --switch-context Switches and uses the last kube context and namespace that was used to deploy the DevSpace project
26
30
--var strings Variables to override during execution (e.g. --var=MYVAR=MYVALUE)
0 commit comments