Skip to content

Commit 064772b

Browse files
committed
Add list and status documentation
1 parent dfa597a commit 064772b

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

docs/docs/cli/list.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
```

docs/docs/cli/status.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
```

docs/website/sidebars.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
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",

0 commit comments

Comments
 (0)