/asdf-circleci-cli

Primary LanguageShellOtherNOASSERTION

asdf-circleci-cli

Circleci command line tool for adsf version manager

Build Lint

Install

Plugin:

asdf plugin add circleci https://github.com/lukeab/asdf-circleci-cli.git

circleci:

# Show all installable versions
asdf list-all circleci

# Install specific version
asdf install circleci latest

# Set a version globally (on your ~/.tool-versions file)
asdf global circleci latest

# Now circleci commands are available
circleci --help