verial environments commands manage Environments — reusable simulated health system definitions that contain simulators (FHIR, voice, patient, HL7, X12, fax). Use them to script environment setup in CI or to spin up a Playground ahead of a benchmark run.
Authentication is required. See verial auth.
Subcommands
| Command | Description |
|---|---|
verial environments list | List environments in your organization. |
verial environments create | Create a new environment. |
verial environments get | Get a single environment by ID. |
verial environments update | Update an environment’s name or description. |
verial environments delete | Delete an environment. |
verial environments create-playground | Instantiate an environment as a live playground. |
verial environments list
List environments visible to your organization. Supports cursor pagination. Synopsis:| Flag | Description | Default |
|---|---|---|
--cursor <cursor> | Pagination cursor returned from a prior page. | — |
--limit <limit> | Items per page. | Server default |
verial environments create
Create an empty environment. Add simulators through the REST API or dashboard after creation. Synopsis:| Flag | Description | Required |
|---|---|---|
--name <name> | Environment name. | Yes |
--description <desc> | Free-text description. | No |
verial environments get
Fetch a single environment, including its simulators. Synopsis:verial environments update
Update an environment’s name or description. Omitted fields are left unchanged. Synopsis:verial environments delete
Delete an environment. Playgrounds already provisioned from it are not torn down. Synopsis:verial environments create-playground
Provision a Playground from an environment: create the FHIR store, lease phone numbers, and load seed data. Synopsis:Next Steps
Environments
Environment model and simulator types.
Environments API
Full REST parameters and response schema.