CLI overview
The CLI is the daily-driver tool for Reqloom. Three subcommands:
reqloom run— execute an operation chainreqloom lint— validate the schemareqloom import— convert OpenAPI / Postman / Bruno / curl logs
Common flags that work across commands:
--project <path>— path to the project root (defaults to cwd)--env <name>— select environment file (defaults tolocal)--var key=value— override env vars at run time