Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.28 KB

asdf-maestro

CI Code Style License

A maestro plugin for asdf.

Installing

Installing this plugin:

$> asdf plugin add maestro https://github.com/dotanuki-labs/asdf-maestro.git

Using

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.

License

Copyright (c) 2023 - Dotanuki Labs - The MIT license