{"id":13692256,"url":"https://github.com/stuartleeks/devcontainer-cli","last_synced_at":"2025-04-09T22:32:00.268Z","repository":{"id":37932715,"uuid":"264655691","full_name":"stuartleeks/devcontainer-cli","owner":"stuartleeks","description":"Unofficial CLI for making it easier to work with Visual Studio Code dev containers from the terminal","archived":false,"fork":false,"pushed_at":"2023-11-20T20:42:53.000Z","size":229,"stargazers_count":51,"open_issues_count":7,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T13:21:18.251Z","etag":null,"topics":["cli","devcontainers","vscode"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuartleeks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-05-17T12:04:20.000Z","updated_at":"2025-03-18T10:32:40.000Z","dependencies_parsed_at":"2023-11-20T21:46:56.364Z","dependency_job_id":null,"html_url":"https://github.com/stuartleeks/devcontainer-cli","commit_stats":null,"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartleeks%2Fdevcontainer-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartleeks%2Fdevcontainer-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartleeks%2Fdevcontainer-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartleeks%2Fdevcontainer-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuartleeks","download_url":"https://codeload.github.com/stuartleeks/devcontainer-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248123784,"owners_count":21051533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","devcontainers","vscode"],"created_at":"2024-08-02T17:00:55.295Z","updated_at":"2025-04-09T22:31:59.579Z","avatar_url":"https://github.com/stuartleeks.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"# devcontainer-cli\n\ndevcontainer-cli is the start of a CLI to improve the experience of working with [Visual Studio Code devcontainers](https://code.visualstudio.com/docs/remote/containers)\n\n**Status: this is a pet project that I've been experimenting with. It is not supported and you should expect bugs :-)**\n\n**NOTE: To avoid conflicts with the [official CLI](https://github.com/devcontainers/cli) the binary for this project has been renamed to `devcontainerx`**\n\n## Installation\n\nHead to the [latest release page](https://github.com/stuartleeks/devcontainer-cli/releases/latest) and download the archive for your platform.\n\nExtract `devcontainerx` from the archive and place in a folder in your `PATH`.\n\nYou can also install using `homebrew` with `brew install stuartleeks/tap/devcontainer`\n\nOr if you just don't care and are happy to run random scripts from the internet:\n\n```bash\nexport OS=linux # also darwin\nexport ARCH=amd64 # also 386\nwget https://raw.githubusercontent.com/stuartleeks/devcontainer-cli/main/scripts/install.sh\nchmod +x install.sh\nsudo -E ./install.sh\n```\n\n## Enabling bash completion\n\nTo enable bash completion, add the following to you `~/.bashrc` file:\n\n```bash\nsource \u003c(devcontainerx completion bash)\n```\n\nOr to alias `devcontainerx` (to `dcx` in this example):\n\n```bash\nalias dcx=devcontainerx\ncomplete -F __start_devcontainerx dcx\n```\n\n## Docs\n\nSee [the documentation](https://stuartleeks.github.io/devcontainer-cli)  on how to work with `devcontainerx`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartleeks%2Fdevcontainer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuartleeks%2Fdevcontainer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartleeks%2Fdevcontainer-cli/lists"}