Installing this plugin:
$> asdf plugin add maestro https://github.com/dotanuki-labs/asdf-maestro.git
Managing maestro
with asdf
:
# Show all installable versions
$> asdf list-all maestro
# Download the latest version
$> asdf install maestro latest
# Define the latest version for your local project (writes <project>/.tool-versions)
$> asdf local maestro latest
# Now maestro commands are available
$> maestro --version
# Rollback/install a previous version
$> asdf install maestro 1.24.0
$> asdf local maestro 1.24.0
You may also want to check the official documentation to learn more about asdf
.
Copyright (c) 2023 - Dotanuki Labs - The MIT license