/asdf-poetry

Primary LanguageShellMIT LicenseMIT

asdf-poetry Build Lint

poetry plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • python: This needs python

Install

Plugin:

asdf plugin add poetry
# or
asdf plugin add poetry https://github.com/Azulinho/asdf-poetry.git

poetry:

# Show all installable versions
asdf list-all poetry

# Install specific version
asdf install poetry latest

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

# Now poetry commands are available
poetry --version

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 © Azul