https://github.com/signavio/asdf-xterrafile
https://github.com/signavio/asdf-xterrafile
cloud-sre cloudos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/signavio/asdf-xterrafile
- Owner: signavio
- License: apache-2.0
- Created: 2022-04-07T13:16:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:42:55.000Z (almost 2 years ago)
- Last Synced: 2023-12-15T06:47:38.017Z (almost 2 years ago)
- Topics: cloud-sre, cloudos
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 58
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-xterrafile [](https://github.com/signavio/asdf-xterrafile/actions/workflows/build.yml) [](https://github.com/signavio/asdf-xterrafile/actions/workflows/lint.yml)
[xterrafile](https://github.com/signavio/xterrafile) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`, `gunzip`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add xterrafile
# or
asdf plugin add xterrafile https://github.com/signavio/asdf-xterrafile.git
```xterrafile:
```shell
# Show all installable versions
asdf list-all xterrafile# Install specific version
asdf install xterrafile latest# Set a version globally (on your ~/.tool-versions file)
asdf global xterrafile latest# Now xterrafile commands are available
xterrafile --version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/signavio/asdf-xterrafile/graphs/contributors)!
## Testing
```bash
asdf plugin-test xterrafile https://github.com/signavio/asdf-xterrafile --asdf-tool-version latest --asdf-plugin-gitref $(git rev-parse HEAD) xterrafile --version
```# License
See [LICENSE](LICENSE) © [signavio](https://github.com/signavio/)