{ "id": "budibase-cli", "version": "1.0.3", "name": "Budibase CLI (via npm)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/budibase-cli", "description": "The Budibase CLI tool can be used to create a new Budibase installation, to manage an existing installation, make backups or update a Budibase installation to a new version.", "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" ] }