Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Download and deploy snapshots for a tenant
hotglue snapshots deploy --sourceFolder <path>
--sourceFolder
--tenant
default
# Deploy snapshots to default tenant hotglue snapshots deploy --sourceFolder ./snapshots # Deploy snapshots to specific tenant hotglue snapshots deploy --sourceFolder ./snapshots --tenant abc123
hotglue snapshots download --downloadTo <path> --overwrite <boolean>
--downloadTo
--overwrite
# Download snapshots to local directory hotglue snapshots download --downloadTo ./local-snapshots --overwrite true # Download snapshots from specific tenant hotglue snapshots download --downloadTo ./backup --overwrite false --tenant abc1234