Skip to main content
The Verial CLI provides command-line access to the platform. Run benchmarks, check results, and manage environments directly from your terminal or CI/CD pipeline.

Installation

The CLI is included with the SDK:
Or use it via npx without installing globally:

Authentication

Set your API key as an environment variable:
Or pass it directly:

Commands

verial run

Execute a benchmark and wait for results:
Options: Example output:

verial environments list

List environments in your organization:

verial environments get

Get environment details:

verial benchmarks list

List benchmarks:

verial benchmarks get

Get benchmark details including tasks and criteria:

verial runs list

List recent runs:

verial runs get

Get run details with task-level results:

verial simulators

Manage simulators (FHIR, Voice, Payer portal, HL7, Fax, SFTP, etc.) inside your environments:

verial playgrounds

Instantiate an environment as a live playground with provisioned infrastructure:

verial sandboxes

Provision a single-simulator sandbox with live credentials (e.g. portal_url, FHIR base URL):

JSON Output

All commands support --json for machine-readable output:

CI/CD Usage

Use the CLI in your CI/CD pipeline to gate deployments on benchmark results: