fastlane plugin for the asdf version manager.
bash,curl,tar, and POSIX utilities.- Ruby (>= 3.0)
- Bundler: makes downloaded fastlane binary executable.
Plugin:
asdf plugin add fastlane
# or
asdf plugin add fastlane https://github.com/mollyIV/asdf-fastlane.gitfastlane:
# Show all installable versions
asdf list-all fastlane
# Install specific version
asdf install fastlane latest
# Set a version globally (on your ~/.tool-versions file)
asdf global fastlane latest
# Now fastlane commands are available
fastlane --helpCheck asdf readme for more instructions on how to install & manage versions.
You must reinstall the fastlane plugin each time you change your Ruby version.
mise plugins uninstall fastlane -p
mise installDo not install Ruby and the fastlane plugin simultaneously. The fastlane plugin requires certain gems to function properly, so the desired Ruby version should be set before installing the plugin.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE