https://github.com/multani/asdf-zbctl
An asdf plugin to install zbctl
https://github.com/multani/asdf-zbctl
Last synced: 11 months ago
JSON representation
An asdf plugin to install zbctl
- Host: GitHub
- URL: https://github.com/multani/asdf-zbctl
- Owner: multani
- License: other
- Created: 2022-09-09T14:56:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T14:56:52.000Z (over 3 years ago)
- Last Synced: 2023-03-10T19:41:18.665Z (about 3 years ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
> **Warning**
>
> This repository is not maintained anymore, get `zbctl` from asdf using https://github.com/camunda-community-hub/asdf-zbctl instead.
---
# asdf-zbctl [](https://github.com/multani/asdf-zbctl/actions/workflows/build.yml) [](https://github.com/multani/asdf-zbctl/actions/workflows/lint.yml)
[zbctl](https://docs.camunda.io/docs/apis-clients/cli-client/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add zbctl
# or
asdf plugin add zbctl https://github.com/multani/asdf-zbctl.git
```
zbctl:
```shell
# Show all installable versions
asdf list-all zbctl
# Install specific version
asdf install zbctl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global zbctl latest
# Now zbctl commands are available
zbctl 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/multani/asdf-zbctl/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Jonathan Ballet](https://github.com/multani/)