Skip to content

setup-crossplane-cli

Actions
Install the Crossplane CLI for use in GitHub workflows. See https://docs.crossplane.io/latest/cli.
v1.1.0
Latest
Star (3)

Tags

 (1)

setup-crossplane-cli

CI

Install the Crossplane CLI for use in GitHub Workflows.

Inputs

Param Description Required Default
channel The release channel from which to install. false "stable"
version The version of the Crossplane CLI to install. false "latest"

Usage

# Install the latest stable release
- name: Setup Crossplane CLI
  uses: nimjor/setup-crossplane-cli@v1
# Install a specific version
- name: Setup Crossplane CLI
  uses: nimjor/setup-crossplane-cli@v1
  with:
    version: v1.15.0
# Install from a channel other than stable
- name: Setup Crossplane CLI
  uses: nimjor/setup-crossplane-cli@v1
  with:
    channel: master

setup-crossplane-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

Install the Crossplane CLI for use in GitHub workflows. See https://docs.crossplane.io/latest/cli.
v1.1.0
Latest

Tags

 (1)

setup-crossplane-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.