CLI recipes¶
The CLI category covers the un-comtrade console script: every
command group driven from a Python recipe. Each recipe invokes the
CLI as a subprocess and parses the structured output.
| ID | Title | Runtime | API key |
|---|---|---|---|
| RECIPE-091 | Drive metadata commands from the CLI | 2 – 4 s | no |
| RECIPE-095 | Drive trade commands from the CLI | 2 – 4 s | no |
| RECIPE-099 | Drive analytics commands from the CLI | 2 – 4 s | no |
| RECIPE-100 | Drive ETL from the CLI | 2 – 4 s | no |
| RECIPE-101 | Drive storage from the CLI | 2 – 4 s | no |
| RECIPE-104 | Output formats from the CLI | 2 – 4 s | no |
Path¶
- RECIPE-091 — Drive metadata commands from the CLI.
- RECIPE-095 — Drive trade commands from the CLI.
- RECIPE-099 — Drive analytics commands from the CLI.
- RECIPE-100 — Drive ETL from the CLI.
- RECIPE-101 — Drive storage from the CLI.
- RECIPE-104 — Output formats from the CLI.
Run them all¶
Related Recipes¶
- RECIPE-091 — Drive metadata commands from the CLI.
- RECIPE-095 — Drive trade commands from the CLI.
- RECIPE-099 — Drive analytics commands from the CLI.
- RECIPE-100 — Drive ETL from the CLI.
- RECIPE-101 — Drive storage from the CLI.
- RECIPE-104 — Output formats from the CLI.
Related Guides¶
- CLI → Index — full CLI command reference.
- Python SDK → Trade — equivalent Python API.
Next steps¶
- End-to-end recipes — full pipelines from query to report.