https://github.com/fairwindsops/asdf-calicoctl
asdf plugin for calicoctl
https://github.com/fairwindsops/asdf-calicoctl
asdf fairwinds-incubator
Last synced: 4 months ago
JSON representation
asdf plugin for calicoctl
- Host: GitHub
- URL: https://github.com/fairwindsops/asdf-calicoctl
- Owner: FairwindsOps
- License: apache-2.0
- Created: 2023-06-23T20:31:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T17:03:29.000Z (almost 2 years ago)
- Last Synced: 2026-02-13T07:39:56.362Z (4 months ago)
- Topics: asdf, fairwinds-incubator
- Language: Shell
- Homepage: https://fairwinds.com
- Size: 16.6 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
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-calicoctl [](https://github.com/FairwindsOps/asdf-calicoctl/actions/workflows/workflow.yml)
[calicoctl](https://github.com/projectcalico/calico) 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 calicoctl
# or
asdf plugin add calicoctl https://github.com/FairwindsOps/asdf-calicoctl.git
```
calicoctl:
```shell
# Show all installable versions
asdf list-all calicoctl
# Install specific version
asdf install calicoctl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global calicoctl latest
# Now calicoctl commands are available
calicoctl --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-calicoctl/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Ivan Valdes](https://github.com/FairwindsOps/)