Install the Crossplane CLI for use in GitHub Workflows.
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" |
# 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.