Table of Contents
bash
,curl
asdf plugin add tenv https://github.com/tofuutils/asdf-tenv
# Show all installable versions
asdf list-all tenv
# Install a specific version
asdf install tenv latest
# Set a version globally (on your ~/.tool-versions file)
asdf global tenv latest
# Now tenv commands are available
tenv -version
Check asdf readme for more instructions on how to install & manage versions.
ASDF_TENV_SKIP_VERIFY
: skip verifying checksums and signatures (default:false
)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Have questions or suggestions? Reach out to us via:
- GitHub Issues
- User/Developer Group: Join github community to get update of Harbor's news, features, releases, or to provide suggestion and feedback.
- Slack: Join tofuutils's community for discussion and ask questions: OpenTofu, channel: #tofuutils
asdf-tenv supported by tofuutils team with help from these awesome contributors:
The tenv project is distributed under the Apache 2.0 license. See LICENSE.