File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ title : devspace list
3+ ---
4+
5+ The command lists the following configurations:
6+
7+ * Sync paths (sync)
8+ * Forwarded ports (port)
9+
10+ ``` bash
11+ Usage:
12+ devspace list [command]
13+
14+ Available Commands:
15+ port Lists port forwarding configuration
16+ sync Lists sync configuration
17+
18+ Flags:
19+ -h, --help help for list
20+ ```
Original file line number Diff line number Diff line change 1+ ---
2+ title : devspace status
3+ ---
4+
5+ Shows the devspace status
6+
7+ ``` bash
8+ Usage:
9+ devspace status [flags]
10+ devspace status [command]
11+
12+ Available Commands:
13+ sync Shows the sync status
14+
15+ Flags:
16+ -h, --help help for status
17+ ```
Original file line number Diff line number Diff line change 1616 " cli/add" ,
1717 " cli/remove" ,
1818 " cli/install" ,
19- " cli/upgrade"
19+ " cli/upgrade" ,
20+ " cli/list" ,
21+ " cli/status"
2022 ],
2123 "Configuration" : [
2224 " configuration/dockerfile" ,
You can’t perform that action at this time.
0 commit comments