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:
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:
Example:
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.