Skip to content

AdaptiveConsulting/asdf-caf-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-caf-scripts

caf-scripts plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • glab

Install

Plugin:

asdf plugin add caf-scripts
# or
asdf plugin add caf-scripts git@github.com:AdaptiveConsulting/asdf-caf-scripts.git

caf-scripts:

# Show all installable versions
asdf list-all caf-scripts

# Install specific version
asdf install caf-scripts 1.0.2

# Set a version globally (on your ~/.tool-versions file)
asdf global caf-scripts 1.0.2

# Now caf-scripts commands are available
caf-scripts

Check asdf readme for more instructions on how to install & manage versions.

Release

This plugin follows semantic versioning.

To create a new release, tag a commit with the release version in format vX.X.X. e.g.

git tag v1.0.4
git push --tags

To finalize, create a new release in GitHub's releases section.