Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 990 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 990 Bytes

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