https://github.com/tofuutils/asdf-tenv
https://github.com/tofuutils/asdf-tenv
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tofuutils/asdf-tenv
- Owner: tofuutils
- License: apache-2.0
- Created: 2024-04-30T21:58:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T22:26:09.000Z (about 1 year ago)
- Last Synced: 2025-06-04T06:37:41.327Z (about 1 year ago)
- Language: Shell
- Size: 566 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/tofuutils/asdf-tenv/releases) [](https://github.com/tofuutils/asdf-tenv/graphs/contributors)  [](https://github.com/tofuutils/asdf-tenv/actions/workflows/build.yml) [](https://github.com/tofuutils/asdf-tenv/actions/workflows/lint.yml)
Table of Contents
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`
## plugin
```shell
asdf plugin add tenv https://github.com/tofuutils/asdf-tenv
```
## tenv
```shell
# 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](https://github.com/asdf-vm/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!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Community
Have questions or suggestions? Reach out to us via:
* [GitHub Issues](LINK_TO_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
## Authors
asdf-tenv supported by tofuutils team with help from these awesome contributors:
## LICENSE
The tenv project is distributed under the Apache 2.0 license. See [LICENSE](LICENSE).