🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@devcontainers/cli

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcontainers/cli - npm Package Compare versions

Comparing version
0.86.1
to
0.87.0
+6
-0
CHANGELOG.md

@@ -7,2 +7,8 @@ # Change Log

### [0.87.0]
- Graduate lockfile from experimental to stable: lockfiles are now generated by default on `build` and `up`. (https://github.com/devcontainers/cli/issues/1195)
- New `--no-lockfile` flag to opt out of lockfile generation.
- New `--frozen-lockfile` flag to ensure the lockfile exists and remains unchanged.
- `--experimental-lockfile` and `--experimental-frozen-lockfile` are deprecated (still accepted with a warning).
### [0.86.1]

@@ -9,0 +15,0 @@ - Do not write features supplied via `--additional-features` to the lockfile. (https://github.com/microsoft/vscode-remote-release/issues/11616)

+1
-1
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
"version": "0.86.1",
"version": "0.87.0",
"bin": {

@@ -6,0 +6,0 @@ "devcontainer": "devcontainer.js"

@@ -18,2 +18,4 @@ # Dev Container CLI

- [x] `devcontainer exec` - Executes a command in a container with `userEnvProbe`, `remoteUser`, `remoteEnv`, and other properties applied
- [x] `devcontainer outdated` - Show outdated lockfile features
- [x] `devcontainer upgrade` - Upgrade lockfile features
- [x] `devcontainer features <...>` - Tools to assist in authoring and testing [Dev Container Features](https://containers.dev/implementors/features/)

@@ -24,2 +26,4 @@ - [x] `devcontainer templates <...>` - Tools to assist in authoring and testing [Dev Container Templates](https://containers.dev/implementors/templates/)

Lockfiles (`.devcontainer-lock.json`) are generated by default when running `build` or `up` to pin feature versions for reproducible builds. Use `--no-lockfile` to opt out, or `--frozen-lockfile` to enforce an existing lockfile.
## Try it out

@@ -26,0 +30,0 @@

Sorry, the diff of this file is too big to display