cli
cli copied to clipboard
A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
using 0.60 version of the cli i got : ``` No user features to update TypeError: t.startsWith is not a function at ytA (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:465:2285) at NH (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:464:739) at async KtA...
The option `--omit-config-remote-env-from-metadata` does not appear when printing the help. ( `devcontainer up --help` ) Option introduced in `v0.34.0`: - https://github.com/devcontainers/cli/pull/453
Hey! I'm trying to build and push (to gitlab registry) my project in `quay.io/buildah/stable` build container. The build works fine when i do: `devcontainer build --docker-path buildah --workspace-folder . --image-name...
We have a use case where we want to add CI/CD for internal feature development. As part of this, we want to allow developers developing features to publish "snapshot" versions...
Hi, I'm using docker-compose setup with the latest devcontainer extension 0.375 and the latest VSCode as of now (1.91.0). The setup was working until I recently rebuilt the project (so...
I have devcontainer snippet like this: ``` "postStartCommand": { "poetry setup": ["/bin/bash", "-i", "-c", "python3 -m venv $HOME/.local && source $HOME/.local/bin/activate && poetry install"] } ``` and forgot to setup...
Hello, Could an option be added to obtain information on containers? A bit like docker inspect? In fact, it's something that could be “simple” to add, but it's necessary to...
Hi , i have found this comment in vscode-remote-release by @chrmarti : https://github.com/microsoft/vscode-remote-release/issues/5205#issuecomment-1857536425 meanning in vscode you forward creds to devcontainer... can this be ported to the cli as well...
My local network is behind a Cloudflare Zero Trust proxy. Typically, I would need to install the [Cloudflare CA certificate](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert/) on any container running on my local M1 Macbook Pro...
VS Code devcontainer extension removes the devcontainer before running the rebuild. The Devcontainer CLI although works differently by applying options like `--remove-existing-container` only after `initializeCommand`. It could lead to the...