Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

jygastaud/asdf-dagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-dagger Build Lint

dagger plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add dagger
# or
asdf plugin add dagger https://github.com/jygastaud/asdf-dagger.git

dagger:

# Show all installable versions
asdf list-all dagger

# Install specific version
asdf install dagger latest

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

# Now dagger commands are available
dagger --help

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

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Jean-Yves Gastaud

Releases

No releases published

Packages

No packages published

Languages