https://github.com/davidecavestro/asdf-osqueryi
osquery interactive shell plugin for the asdf version manager
https://github.com/davidecavestro/asdf-osqueryi
asdf-vm instrumentation monitoring osquery
Last synced: about 1 year ago
JSON representation
osquery interactive shell plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/davidecavestro/asdf-osqueryi
- Owner: davidecavestro
- License: other
- Created: 2022-01-07T15:33:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T11:47:21.000Z (over 4 years ago)
- Last Synced: 2025-02-05T00:39:48.832Z (over 1 year ago)
- Topics: asdf-vm, instrumentation, monitoring, osquery
- Language: Shell
- Homepage: https://osquery.io
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-osqueryi [](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml) [](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/lint.yml)
[osquery](https://github.com/osquery/osquery) interactive [shell](https://osquery.readthedocs.io/en/stable/introduction/using-osqueryi/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `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 osqueryi
# or
asdf plugin add osqueryi https://github.com/davidecavestro/asdf-osqueryi.git
```
osqueryi:
```shell
# Show all installable versions
asdf list-all osqueryi
# Install specific version
asdf install osqueryi latest
# Set a version globally (on your ~/.tool-versions file)
asdf global osqueryi latest
# Now osqueryi commands are available
osqueryi --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/davidecavestro/asdf-osqueryi/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Davide Cavestro](https://github.com/davidecavestro/)