Skip to content

Commit 4f1c266

Browse files
committed
feat: implement devcontainer stop and down commands
Rebased from devcontainers#1041
1 parent 2d81ee3 commit 4f1c266

2 files changed

Lines changed: 416 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This CLI is in active development. Current status:
1717
- [x] `devcontainer exec` - Executes a command in a container with `userEnvProbe`, `remoteUser`, `remoteEnv`, and other properties applied
1818
- [x] `devcontainer features <...>` - Tools to assist in authoring and testing [Dev Container Features](https://containers.dev/implementors/features/)
1919
- [x] `devcontainer templates <...>` - Tools to assist in authoring and testing [Dev Container Templates](https://containers.dev/implementors/templates/)
20-
- [ ] `devcontainer stop` - Stops containers
21-
- [ ] `devcontainer down` - Stops and deletes containers
20+
- [x] `devcontainer stop` - Stops containers
21+
- [x] `devcontainer down` - Stops and deletes containers
2222

2323
## Try it out
2424

@@ -74,6 +74,8 @@ Commands:
7474
devcontainer read-configuration Read configuration
7575
devcontainer features Features commands
7676
devcontainer templates Templates commands
77+
devcontainer stop Stop dev containers
78+
devcontainer down Stop and remove dev containers
7779
devcontainer exec <cmd> [args..] Execute a command on a running dev container
7880

7981
Options:

0 commit comments

Comments
 (0)