Overview
The snapshots commands allow you to deploy and download snapshots across different environments and tenants.Commands
deploy
Deploy snapshots to a target environment and tenant.Usage
Options
Option | Type | Required | Default | Description |
---|---|---|---|---|
--sourceFolder | string | Yes | - | Path to the source folder containing snapshots to deploy |
--tenant | string | Yes | default | Target tenant for deployment |
Examples
download
Download snapshots from a source environment or tenant.Usage
Options
Option | Type | Required | Default | Description |
---|---|---|---|---|
--downloadTo | string | Yes | - | Destination path where snapshots will be downloaded |
--overwrite | boolean | No | - | Whether to overwrite existing files at the destination |
--tenant | string | Yes | default | Source tenant to download snapshots from |