{ "id": "trello-cli", "version": "1.0.3", "name": "Trello CLI (via npm)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/trello-cli", "description": "trello-cli is a CLI tool for Trello. Makes sense, right?", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/npm-package", "ghcr.io/devcontainers/features/node" ] }