Skip to content

Blazium Setup CLI

Actions

About

Setup Blazium CLI for use with macOS, Windows, and Linux CI/CD runners
v0.2.0
Latest
Star (2)

Setup Blazium CLI

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 --version

Pin a specific CLI version:

- uses: blazium-games/setup-blazium-cli@v0.2.1
  with:
    version: 0.0.39

Install a Blazium editor (and templates) after setup:

- run: blazium-cli install nightly --templates --json

Other Hub commands: blazium-cli upgrade, blazium-cli templates download <version> --tpz, blazium-cli editors path <version>.

Inputs

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.

About

Setup Blazium CLI for use with macOS, Windows, and Linux CI/CD runners
v0.2.0
Latest

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.