txtx Runbook Demo
txtx Runbook Demo is a lightweight VS Code extension that discovers runbooks from txtx.yml and lets you run them from a sidebar.
Features
- Shows a dedicated
Runbooks tree view in the Activity Bar.
- Reads runbook definitions from
txtx.yml.
- Runs a selected runbook in the integrated terminal with optional environment selection.
- Shows simple execution status in the tree view.
Commands
Run Runbook
Refresh Runbooks
Requirements
- A workspace containing
txtx.yml
txtx CLI installed locally, or txtx.cliPath configured in VS Code settings
Development
npm install
npm run compile
Press F5 in VS Code to launch an Extension Development Host and test the runbook sidebar.
| |