computesphere/Setup ComputeSphere CLI
Install the ComputeSphere CLI (csph) — version-pinned, checksum-verified, cached, and added to PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | csph version to install (e.g. "0.12.1"). Defaults to "latest". A concrete pin is recommended for reproducible pipelines. | no | latest |
| version-file | Path to a file containing the csph version to install (e.g. ".csph-version"). Used when `version` is "latest" and the file exists, so CI tracks the repository's pinned version. | no | .csph-version |
| token | ComputeSphere API token. When set, it is masked and exported as COMPUTESPHERE_API_TOKEN for subsequent steps, so `csph` commands authenticate without further setup. | no | "" |
Outputs
| name | description |
|---|---|
| csph-version | The resolved csph version that was installed. |
| cache-hit | Whether the binary came from the runner tool cache. |