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
verial environments list
List environments visible to your organization. Supports cursor pagination. Synopsis:
Example:
verial environments create
Create an empty environment. Add simulators through the REST API or dashboard after creation. Synopsis:
Example:
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.