CLI overview
The CLI is the daily-driver tool for ChainAPI. Three subcommands:
chainapi run— execute an operation chainchainapi lint— validate the schemachainapi 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