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
| Command | Description |
|---|---|
verial playgrounds list | List playgrounds in your organization. |
verial playgrounds create | Instantiate an environment as a playground. |
verial playgrounds get | Get a single playground by ID. |
verial playgrounds teardown | Tear down a playground and release its resources. |
verial playgrounds list
List playgrounds 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 playgrounds create
Provision a playground from an environment: create the FHIR store, lease phone numbers, and load seed data. Synopsis:| Flag | Description | Required |
|---|---|---|
--environment-id <id> | Environment to instantiate. | Yes |
verial playgrounds get
Fetch a single playground, including its provisioned services and credentials. Synopsis:verial playgrounds teardown
Tear down a playground: delete the FHIR store, release phone numbers, and mark it inactive. Synopsis:Next Steps
Playgrounds
Playground lifecycle and provisioned services.
Environments
Define the environment a playground instantiates.