https://github.com/ferperales/asdf-kibana
https://github.com/ferperales/asdf-kibana
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferperales/asdf-kibana
- Owner: FerPerales
- License: apache-2.0
- Created: 2023-10-27T17:55:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T22:40:44.000Z (over 1 year ago)
- Last Synced: 2025-01-12T23:19:32.994Z (5 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-kibana [](https://github.com/ferperales/asdf-kibana/actions/workflows/build.yml) [](https://github.com/ferperales/asdf-kibana/actions/workflows/lint.yml)
[kibana](https://github.com/elastic/kibana) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add kibana
# or
asdf plugin add kibana https://github.com/ferperales/asdf-kibana.git
```kibana:
```shell
# Show all installable versions
asdf list-all kibana# Install specific version
asdf install kibana latest# Set a version globally (on your ~/.tool-versions file)
asdf global kibana latest# Now kibana commands are available
kibana --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/ferperales/asdf-kibana/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Fer Perales](https://github.com/ferperales/)