iul1an / asdf-opensearch-cli

asdf plugin for OpenSearch CLI

Home Page:https://opensearch.org/docs/latest/tools/cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-opensearch-cli Build Lint

opensearch-cli plugin for the asdf version manager.

Contents

Compatibility

This plugin works with Linux and MacOS, both amd64 and arm64 CPU architecture.

Install

Plugin:

asdf plugin add opensearch-cli
# or
asdf plugin add opensearch-cli https://github.com/iul1an/asdf-opensearch-cli.git

opensearch-cli:

# Show all installable versions
asdf list-all opensearch-cli

# Install specific version
asdf install opensearch-cli latest

# Set a version globally (on your ~/.tool-versions file)
asdf global opensearch-cli latest

# Now opensearch-cli commands are available
opensearch-cli --help

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Iulian Mandache

About

asdf plugin for OpenSearch CLI

https://opensearch.org/docs/latest/tools/cli/

License:MIT License


Languages

Language:Shell 100.0%