Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T11:47:21.000Z (about 3 years ago)
- Last Synced: 2024-12-10T14:49:49.251Z (about 1 month ago)
- Topics: asdf-vm, instrumentation, monitoring, osquery
- Language: Shell
- Homepage: https://osquery.io
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-osqueryi [![Build](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml/badge.svg)](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml) [![Lint](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/lint.yml/badge.svg)](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/)