docs(influxdb3-cloud): add influxdb3 CLI reference for Cloud#7511
Merged
Conversation
Contributor
Vale Style Check Results
Warnings (4)
✅ Check passed |
Contributor
🔗 Link Check Results — Link Check Bot✅ All links are valid
|
| Source File | URL | Issue |
|---|---|---|
content/influxdb3/cloud/reference/cli/influxdb3/create/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/cloud/reference/cli/influxdb3/create/token/admin/_index.md |
https://support.influxdata.com/ | Error (cached): Error (cached) |
content/influxdb3/cloud/reference/cli/influxdb3/create/token/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/cloud/reference/cli/influxdb3/create/token/permission/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/cloud/reference/cli/influxdb3/delete/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/cloud/reference/cli/influxdb3/delete/token/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/cloud/reference/cli/influxdb3/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/cloud/reference/cli/influxdb3/show/_index.md |
https://support.influxdata.com/ | Error (cached): Error (cached) |
content/influxdb3/cloud/reference/cli/influxdb3/show/tokens/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/cloud/reference/cli/influxdb3/write/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/core/reference/cli/influxdb3/create/table/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/core/reference/cli/influxdb3/create/token/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/core/reference/cli/influxdb3/delete/database/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/core/reference/cli/influxdb3/delete/table/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/create/table/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/create/token/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/delete/database/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/delete/table/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
Full details: workflow run summary and artifact. Last updated: 2026-07-17 03:52:36 UTC
Contributor
|
jstirnaman
force-pushed
the
ritwika/cloud3_init
branch
from
July 16, 2026 21:31
1bb3cfd to
792a918
Compare
The exclusion used the bare substring `enterprise_influxdb/v1/api`, which could mask genuine breakage on any /v1/api-* path. Anchor it to `/enterprise_influxdb/v1/api/` so it only excludes the pipeline-generated API reference pages. Update the comment: the shared query-guide link that originally motivated it was replaced in this PR.
Add the influxdb3 CLI reference for InfluxDB 3 Cloud, restricted to the features included in PR #7338: write, query, databases, tables, named admin tokens, and database tokens. - Reuse the existing shared CLI content (source: stubs) for leaf commands whose content is identical to Enterprise: create/delete database & table, create token (admin, permission), delete token, show databases/tokens, query, write. - Extend the enterprise show-in/hide-in gates in 4 shared leaf files to include cloud so Cloud renders the Enterprise content variant (additive; Core and Enterprise output unchanged). - Write inline product pages (no shared stub) for create/delete/show index pages and the database-token page, where Cloud's content is unique — the subcommand lists differ and the database-token page omits self-managed content (offline token file for server startup, self-signed cert options). Excludes commands that don't apply to a managed, hosted service or aren't in this release: Processing Engine (trigger, plugins, enable/disable, test), caches, file index, system tables, retention, update, and operator commands (serve, install, stop, show license/nodes, debug).
The Cloud influxdb3 CLI reference now publishes its own command pages, so the pointer to the Enterprise reference and its resolved TODO are obsolete. Keep the Cloud-specific engine and serve note.
jstirnaman
force-pushed
the
jts/cloud3-content-sharing
branch
from
July 17, 2026 03:26
3b436fd to
76d72af
Compare
jstirnaman
force-pushed
the
jts/cloud3-content-sharing
branch
from
July 17, 2026 03:50
d5bf518 to
76d72af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds the
influxdb3CLI reference for InfluxDB 3 Cloud, restricted to the features in #7338: write, query, databases, tables, named admin tokens, database tokens.source:) for leaf commands whose content is identical to Enterprise: create/delete database & table, create token (admin, permission), delete token, show databases/tokens, query, write.enterprise→enterprise,cloudso Cloud renders the Enterprise content variant, plus one hardcoded link fixed to theversionplaceholder.create/delete/showindex pages (Cloud lists fewer subcommands) and the database-token page (omits self-managed content — offline token file for server startup, self-signed cert options).Why
Cloud runs the same
influxdb3binary as Enterprise, so identical command pages are shared to stay in sync automatically. Where Cloud genuinely differs (restricted subcommand set, no self-managed operations), the content is written inline rather than forced into shared files withshow-in/hide-in.Excluded (not in this release / not applicable to a hosted service): Processing Engine (trigger, plugins, enable/disable, test), caches, file index, system tables, retention, update, and operator commands (serve, install, stop, show license/nodes, debug).
Impact
cloudto the 4 leaf gates is additive — Core and Enterprise output is unchanged.create/token/permission.mdis left untouched (Cloud got its own trimmed inline page).ritwika/cloud3_init(Added initial cloud files #7338); retargets tomasterwhen it merges.Verification
npx hugo --quietbuilds clean.createlists database/table/token (no trigger/caches); Cloudshowlists databases/tokens (no plugins/system/nodes/license); Enterprise still liststrigger(unchanged).