verial datasets commands manage Datasets — typed data containers (FHIR bundles, file manifests, SFTP drops, HL7 messages) that back simulators. Use them to script dataset lifecycle in CI or before attaching data to an environment.
Authentication is required. See verial auth.
Subcommands
| Command | Description |
|---|---|
verial datasets list | List datasets in your organization. |
verial datasets create | Create a dataset of a given type. |
verial datasets get | Get a single dataset by ID. |
verial datasets update | Update a dataset’s name or description. |
verial datasets delete | Delete a dataset. |
verial datasets list
List datasets visible to your organization. Synopsis:verial datasets create
Create a typed dataset. The--type value determines how contents are stored and which simulators can consume it.
Synopsis:
| Flag | Description | Required |
|---|---|---|
--name <name> | Dataset name. | Yes |
--type <type> | One of FHIR, Files, Sftp, HL7. | Yes |
--description <desc> | Free-text description. | No |
verial datasets get
Fetch a single dataset, including its config and (where applicable) file manifest. Synopsis:verial datasets update
Rename or redescribe a dataset. Contents are mutated through type-specific endpoints, not this command. Synopsis:verial datasets delete
Delete a dataset. Sandboxes that branched from it retain their child datasets. Synopsis:Next Steps
Datasets
Dataset types, config shape, and sandbox branching.
Datasets API
Full REST parameters and response schema.