mgd34msu/Run GoodVibes
Install a pinned, checksum-verified GoodVibes release and run a non-interactive command or prompt against a workspace in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | GoodVibes release to install: a tag like v1.13.1, or "latest". | no | latest |
| prompt | Non-interactive prompt to run (goodvibes run <prompt>). Requires a provider credential (e.g. OPENAI_API_KEY) in the job env. | no | "" |
| command | A goodvibes subcommand to run instead of a prompt (e.g. "doctor", "status"). Ignored when prompt is set. | no | "" |
| args | Extra arguments appended after the command. | no | "" |
| output | Output format for run: text | json | stream-json. | no | text |
| working-directory | Workspace directory to run in. | no | . |
| install-dir | Directory to install the binaries into. | no | "" |
| install-agent | Also install goodvibes-agent (1) or not (0). Off by default in CI because it pulls in Bun. | no | 0 |
Outputs
| name | description |
|---|---|
| version | The goodvibes --version string of the installed binary. |