Skip to content

nimjor/setup-crossplane-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Install the Crossplane CLI for use in GitHub Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published