Skip to content

Document data source tag CLI#97

Open
jonochang wants to merge 1 commit into
mainfrom
jc/datasource-tags-cli
Open

Document data source tag CLI#97
jonochang wants to merge 1 commit into
mainfrom
jc/datasource-tags-cli

Conversation

@jonochang

Copy link
Copy Markdown
Member

Documents the new hl datasource tags {set,add,remove} commands added in silverpond/highlighter#2005, including the tag syntax (KEY or KEY:VALUE) and examples for set/add/remove/clear.

Surfaced alongside the existing data-source CLI reference (content/docs/reference/sdk/data-source-cli.md): new entry in the capability list and command tree, plus a dedicated hl datasource tags section.

@netlify

netlify Bot commented Jul 2, 2026

Copy link
Copy Markdown

Deploy Preview for highlighter-docs ready!

Name Link
🔨 Latest commit c53adcd
🔍 Latest deploy log https://app.netlify.com/projects/highlighter-docs/deploys/6a45de5d77ed3d0008c36533
😎 Deploy Preview https://deploy-preview-97--highlighter-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 93 (🟢 up 6 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Data Source Management CLI documentation to document the new hl datasource tags command group, including its capabilities, usage, options, and examples. The review feedback suggests generalizing the --format option description to "Output format" for consistency across all tag subcommands.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

- `--id ID` - Data source ID
- `--uuid UUID` - Data source UUID
- `--name, -n NAME` - Data source name
- `--format [table|json]` - Output format for `set` (default: table)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other commands in this CLI reference (such as view, create, and update), the --format option description should be generalized to "Output format" rather than specifying "for set", as all tag subcommands (set, add, remove) typically support formatting the output.

Suggested change
- `--format [table|json]` - Output format for `set` (default: table)
- `--format [table|json]` - Output format (default: table)

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.

1 participant