https://github.com/looztra/asdf-conftest
conftest (https://github.com/instrumenta/conftest) plugin for asdf
https://github.com/looztra/asdf-conftest
Last synced: about 1 year ago
JSON representation
conftest (https://github.com/instrumenta/conftest) plugin for asdf
- Host: GitHub
- URL: https://github.com/looztra/asdf-conftest
- Owner: looztra
- License: other
- Created: 2019-07-20T20:36:54.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T15:55:59.000Z (about 2 years ago)
- Last Synced: 2025-03-19T07:04:19.119Z (over 1 year ago)
- Language: Shell
- Size: 12.6 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-conftest
[](https://github.com/looztra/asdf-conftest/actions/workflows/build.yml)
[](https://github.com/looztra/asdf-conftest/actions/workflows/lint.yml)
[conftest](https://github.com/open-policy-agent/conftest) plugin for the [asdf version manager](https://asdf-vm.com).
## Contents
- [asdf-conftest](#asdf-conftest)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
## Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `GITUB_API_TOKEN` set this environment variable (must be a valid [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)) in your shell config to load the correct version of tool x.
## Install
Plugin:
```shell
asdf plugin add conftest
# or
asdf plugin add conftest https://github.com/looztra/asdf-conftest.git
```
conftest:
```shell
# Show all installable versions
asdf list all conftest
# Install specific version
asdf install conftest latest
# Set a version globally (on your ~/.tool-versions file)
asdf global conftest latest
# Now conftest commands are available
conftest --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/looztra/asdf-conftest/graphs/contributors)!
## License
See [LICENSE](LICENSE) © [Christophe Furmaniak](https://github.com/looztra/)