{ "id": "circleci-cli", "version": "1.0.8", "name": "CircleCI CLI (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/circleci-cli", "description": "The CircleCI command line interface (CLI) tool enables developers to build, validate, and test their pipeline jobs in their local development environments.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/gh-release" ] }