{ "name": "Bash Command", "id": "bash-command", "version": "1.0.1", "description": "Executes a bash command", "documentationURL": "https://github.com/devcontainers-extra/features/tree/main/src/bash-command", "options": { "command": { "type": "string", "proposals": [ "echo hi!" ], "default": "", "description": "command to be executed (will be forwarded as is to a 'bash -c ' line)" } } }