camunda-community-hub / asdf-zbctl

zbctl plugin for the asdf version manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-zbctl

Community Extension Lifecycle Incubating Build Lint

Contents

Overview

This is a zbctl plugin for the asdf version manager.

zbctl is a command line interface to interact with Zeebe in Camunda Platform 8.

Dependencies

  • bash, curl, grep, and other generic POSIX utilities.

Install

Add the plugin:

asdf plugin add zbctl

Use the plugin:

# 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 readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind are welcome! See the contributing guide.

Thanks go to these contributors!

License

See LICENSE © Ahmed AbouZaid

About

zbctl plugin for the asdf version manager

License:Apache License 2.0


Languages

Language:Shell 100.0%