https://github.com/fairwindsops/asdf-crictl
asdf plugin for crictl
https://github.com/fairwindsops/asdf-crictl
asdf fairwinds-incubator
Last synced: 5 months ago
JSON representation
asdf plugin for crictl
- Host: GitHub
- URL: https://github.com/fairwindsops/asdf-crictl
- Owner: FairwindsOps
- License: apache-2.0
- Created: 2023-01-25T20:19:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T17:03:10.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T17:16:44.206Z (about 1 year ago)
- Topics: asdf, fairwinds-incubator
- Language: Shell
- Homepage: https://fairwinds.com
- Size: 17.6 KB
- Stars: 1
- Watchers: 12
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# asdf-crictl [](https://github.com/FairwindsOps/asdf-crictl/actions/workflows/workflow.yml)
[crictl](https://github.com/kubernetes-sigs/cri-tools) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `gzip`, `cut`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add crictl
# or
asdf plugin add crictl https://github.com/FairwindsOps/asdf-crictl.git
```
crictl:
```shell
# Show all installable versions
asdf list-all crictl
# Install specific version
asdf install crictl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global crictl latest
# Now crictl commands are available
crictl --help
```
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/FairwindsOps/asdf-crictl/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Ivan Valdes](https://github.com/FairwindsOps/)