reqflo command and flag for quick lookup. For detailed usage, examples, and context, see the linked per-topic pages. The full machine-readable reference is at /reference/cli-reference.
Commands
reqflo run <journey>
Execute a journey by name or ID.
| Flag | Type | Description |
|---|---|---|
--env <name> | string | Target a named Environment. |
--case <name> | string | Load a saved Case for value configuration. |
--set key=value | string (repeatable) | Supply or override a run input. Repeat for multiple values. |
--data <file> | path | Path to a CSV or JSON file for data-driven parallel runs. |
--cloud | boolean | Execute in the Cloud Runner instead of locally. |
--reporter <format> | junit | json | Output format for run results. |
--output <path> | path | Write reporter output to a file instead of stdout. |
reqflo login
Authenticate with Reqflo. Opens a browser for interactive OAuth. In non-interactive environments, use REQFLO_TOKEN or --token instead.
| Flag | Type | Description |
|---|---|---|
--token <token> | string | Authenticate using an API token (non-interactive). |
reqflo logout
Clear the stored local session.
reqflo whoami
Print the currently authenticated account.
reqflo --help
Print help for any command.
reqflo --version
Print the installed CLI version.
reqflo completion
Generate shell completion scripts.
Environment variables
| Variable | Description |
|---|---|
REQFLO_TOKEN | API token for non-interactive authentication. Takes precedence over stored credentials. |
Exit codes
| Code | Meaning |
|---|---|
0 | All steps passed; no errors. |
1 | One or more steps failed or assertions did not pass. |
2 | Configuration error (bad flags, missing required input, etc.). |
Flag precedence for value resolution
When multiple sources supply a value for the same key, the CLI resolves them in this order (highest wins):--set key=value(CLI override)- Case values (
--case) - Environment values (
--env) - Journey variable presets and defaults
Related pages
Run a journey
Core command usage and options.
CI examples
GitHub Actions, GitLab CI, and scheduled run patterns.
Full CLI reference
Machine-readable flag and schema reference.
Authenticate
Login, tokens, and CI authentication.

