CLI Reference¶
Jentic provides several command-line interfaces (CLIs) for working with APIs, workflows, and business agents directly from your terminal.
These tools are built for developers, automation pipelines, and power users who want to script interactions with Jentic without relying on the web UI.
Available CLIs¶
CLI | Description | Docs |
---|---|---|
Arazzo Runner | Run Arazzo workflows and API operations locally or in automation pipelines. | Arazzo Runner CLI |
Installation¶
All CLIs are installable via pip or uv.
Example:
pip install arazzo-runner
# or
uv add arazzo-runner
````
---
## Usage pattern
```sh
<cli-name> <command> [options]
You can view help for any CLI or subcommand:
<cli-name> --help
<cli-name> <command> --help
Why use the CLI?¶
- Speed – Run workflows and operations instantly from your terminal.
- Automation – Integrate with CI/CD pipelines or cron jobs.
- Scripting – Combine CLI commands with shell scripts for complex tasks.
- No UI dependency – Work entirely offline or headless.