cosmic-chimps/Setup Bella CLI
Install the Bella CLI on Linux, macOS, or Windows. Self-contained binary — no Node.js, no .NET runtime, no package manager required.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 16, 2026
- License
- None
Pinned Snippet
uses: cosmic-chimps/bella-baxter-setup-action@18629b22511277540669d90743db4ead98e703b3 # v0.1.1-preview.95tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | CLI version to install (semver without "v", e.g. 1.2.3). Omit or set to "latest" to always install the latest release. | no | latest |
| bella-url | Bella Baxter API base URL. When provided, exported as BELLA_BAXTER_URL for all subsequent steps in the job. | no | — |
| oidc | Set to "true" to exchange a GitHub OIDC token for a short-lived Bella API key. Requires id-token: write permission in the workflow job. Exports BELLA_API_KEY to $GITHUB_ENV when successful. | no | false |
Outputs
| name | description |
|---|---|
| bella-version | The installed Bella CLI version string. |