Skip to content

Comments

Add GCS and Azure Blob storage support to data export CLI documentation#2306

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/update-docs-storage-config
Draft

Add GCS and Azure Blob storage support to data export CLI documentation#2306
Copilot wants to merge 3 commits intomainfrom
copilot/update-docs-storage-config

Conversation

Copy link
Contributor

Copilot AI commented Jan 19, 2026

What's Changed in this PR

Documents new cloud storage backend options for the greptime cli data export command following the unified storage configuration refactoring in GreptimeTeam/greptimedb#7280.

Added GCS (Google Cloud Storage) options:

  • --gcs, --gcs-bucket, --gcs-root (required)
  • --gcs-scope, --gcs-credential-path, --gcs-credential, --gcs-endpoint (optional)

Added Azure Blob Storage options:

  • --azblob, --azblob-container, --azblob-root, --azblob-account-name (required)
  • --azblob-account-key, --azblob-endpoint, --azblob-sas-token (optional)

Updated --output-dir and --ddl-local-dir descriptions to reference new storage backends alongside existing S3/OSS support.

Fixed typo: "databasses" → "databases"

Checklist

  • Please confirm that all corresponding versions of the documents have been revised.
  • Please ensure that the content in sidebars.ts matches the current document structure when you changed the document structure.
  • This change requires follow-up update in localized docs.
Original prompt

This section details on the original issue you should resolve

<issue_title>Update docs for refactor(cli): unify storage configuration for export command</issue_title>
<issue_description>A document change request is generated from GreptimeTeam/greptimedb#7280</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: fengjiachun <3860496+fengjiachun@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 19, 2026

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8cf1b9a
Status: ✅  Deploy successful!
Preview URL: https://d033c3bf.greptime-docs.pages.dev
Branch Preview URL: https://copilot-update-docs-storage.greptime-docs.pages.dev

View logs

Co-authored-by: fengjiachun <3860496+fengjiachun@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation for unified storage configuration Add GCS and Azure Blob storage support to data export CLI documentation Jan 19, 2026
Copilot AI requested a review from fengjiachun January 19, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update docs for refactor(cli): unify storage configuration for export command

2 participants