Resource Query - for dynamic querying of resources
- A resource can be anything you want (tenants, packages, markets etc.)
- Properties are metdata about a resource (that can be selected but not queried)
- Conditions can be declared to allow filtering of results (by providing parameters as flags)
See rq.yaml
for a basic example.
Run rq --help
to get details on how to use the cli.
brew install dotnetmentor/tap/rq
go install github.com/dotnetmentor/rq@latest
Download binaries from release page