Skip to main content
The verial playgrounds commands manage Playgrounds — instantiated environments with live infrastructure (FHIR store provisioned, phone numbers leased, seed data loaded). Use them to spin up an environment on demand for interactive testing or CI runs. Authentication is required. See verial auth.

Subcommands

verial playgrounds list

List playgrounds visible to your organization. Supports cursor pagination. Synopsis:
Options: REST equivalent: GET /playgrounds.

verial playgrounds create

Provision a playground from an environment: create the FHIR store, lease phone numbers, and load seed data. Synopsis:
Options: Example:
REST equivalent: POST /playgrounds.

verial playgrounds get

Fetch a single playground, including its provisioned services and credentials. Synopsis:
Example:
REST equivalent: GET /playgrounds/:id.

verial playgrounds teardown

Tear down a playground: delete the FHIR store, release phone numbers, and mark it inactive. Synopsis:
Example:
REST equivalent: DELETE /playgrounds/:id.

Next Steps

Playgrounds

Playground lifecycle and provisioned services.

Environments

Define the environment a playground instantiates.