@devcontainers/cli
Advanced tools
Comparing version 0.26.1 to 0.27.0
@@ -5,2 +5,12 @@ # Change Log | ||
## January 2023 | ||
### [0.27.0] | ||
- Fix: Failed to fetch local disk feature on Windows (https://github.com/devcontainers/cli/pull/333) | ||
- Features: Adds 'deprecated' property (https://github.com/devcontainers/cli/pull/346) | ||
- Features: Adds 'legacyIds' property (https://github.com/devcontainers/cli/pull/335) | ||
- Follow Docker Token Authentication Specification (https://github.com/devcontainers/cli/pull/341) | ||
- Fix: Handle parsing variable expression in dockerfile (https://github.com/devcontainers/cli/pull/337) | ||
## December 2022 | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "@devcontainers/cli", | ||
"description": "Dev Containers CLI", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "devcontainer": "devcontainer.js" |
@@ -18,3 +18,4 @@ # Dev Container CLI | ||
- [x] `devcontainer exec` - Executes a command in a container with `userEnvProbe`, `remoteUser`, `remoteEnv`, and other properties applied | ||
- [x] `devcontainer features <...>` - Tools to assist in authoring and testing [dev container Features](https://containers.dev/implementors/features/) | ||
- [x] `devcontainer features <...>` - Tools to assist in authoring and testing [Dev Container Features](https://containers.dev/implementors/features/) | ||
- [x] `devcontainer templates <...>` - Tools to assist in authoring and testing [Dev Container Templates](https://containers.dev/implementors/templates/) | ||
- [ ] `devcontainer stop` - Stops containers | ||
@@ -21,0 +22,0 @@ - [ ] `devcontainer down` - Stops and deletes containers |
Sorry, the diff of this file is too big to display
3633041
15748
148