An open API service indexing awesome lists of open source software.

https://github.com/tofuutils/asdf-tenv


https://github.com/tofuutils/asdf-tenv

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Github release](https://img.shields.io/github/v/release/tofuutils/asdf-tenv?style=for-the-badge)](https://github.com/tofuutils/asdf-tenv/releases) [![Contributors](https://img.shields.io/github/contributors/tofuutils/asdf-tenv?style=for-the-badge)](https://github.com/tofuutils/asdf-tenv/graphs/contributors) ![maintenance status](https://img.shields.io/maintenance/yes/2024.svg?style=for-the-badge) [![Build](https://img.shields.io/github/actions/workflow/status/tofuutils/asdf-tenv/build.yml?style=for-the-badge&label=build)](https://github.com/tofuutils/asdf-tenv/actions/workflows/build.yml) [![Lint](https://img.shields.io/github/actions/workflow/status/tofuutils/asdf-tenv/lint.yml?style=for-the-badge&label=lint)](https://github.com/tofuutils/asdf-tenv/actions/workflows/lint.yml)





Logo

asdf-tenv



Official tenv plugin for asdf version manager


·
Report Bug
·
Request Feature



## Table of Contents

Table of Contents


  1. Dependencies

  2. Installation

  3. Environment variables

  4. Contributing

  5. Community

  6. Authors

  7. Licence

# Contents

- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)

# Dependencies

- `bash`, `curl`


# Installation

## 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.


# Environment Variables

* `ASDF_TENV_SKIP_VERIFY`: skip verifying checksums and signatures (default: `false`)


## Contributing

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

(back to top)


## 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:







Star History Chart


## LICENSE
The tenv project is distributed under the Apache 2.0 license. See [LICENSE](LICENSE).