Blazium Setup CLI
ActionsAbout
v0.2.0
LatestTags
(2)Setup Blazium CLI to use when installing the engine, export templates, or other Hub tools.
By default this action reads cli.json from the public CDN (published by blazium-cli CI) and installs the latest release. It prefers the runner architecture and falls back to x86_64 when that arch is not published.
Usage:
- uses: blazium-games/setup-blazium-cli@v0.2.1
name: Setup Blazium CLI
- name: Verify CLI
run: blazium-cli --versionPin a specific CLI version:
- uses: blazium-games/setup-blazium-cli@v0.2.1
with:
version: 0.0.39Install a Blazium editor (and templates) after setup:
- run: blazium-cli install nightly --templates --jsonOther Hub commands: blazium-cli upgrade, blazium-cli templates download <version> --tpz, blazium-cli editors path <version>.
| Input | Default | Description |
|---|---|---|
version |
(empty) | CLI semver to install. Empty uses latest from the CDN manifest. |
manifest-url |
https://cdn.blazium.app/cli/cli.json |
Manifest URL published by blazium-cli CI. |
downloads-path |
downloads |
Directory for the downloaded binary (added to PATH). |
Blazium Setup CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.