bcdock me export
bcdock me export¶
Request a ZIP of all data we hold for your account and company
Synopsis¶
Request a GDPR-style data export. The platform builds a ZIP of CSVs covering your environments, usage history, audit log, billing history, email log, etc., uploads it to encrypted blob storage, and emails you a 24-hour SAS download link.
Idempotent: if a request is already pending or processing, the existing one is returned instead of creating a duplicate.
Examples: bcdock me export # fire-and-forget; check later with 'me show' bcdock me export --wait # poll until ready, then print download URL bcdock me export --wait --out export.zip # poll, then download the ZIP locally bcdock me export -o json # raw response shape, no human formatting
Exit codes: 0 ok · 3 auth · 4 rate-limited · 124 timeout (--wait only) · 1 other.
Options¶
-h, --help help for export
--out string When --wait succeeds, download the ZIP to this path
--wait Poll until status flips to ready/failed/expired
--wait-timeout duration Maximum time to poll when --wait is set (exit 124 if exceeded) (default 5m0s)
Options inherited from parent commands¶
--api-url string API base URL (overrides BCDOCK_API_URL env var)
--no-color Disable colored output
-o, --output string Output format: table, json, csv (default "table")
-q, --quiet Suppress non-essential output
--timeout duration Request timeout (default 30s)
--token string API token (overrides BCDOCK_TOKEN env var)
SEE ALSO¶
- bcdock me - Manage your own account (export data, request deletion, cancel)