Document data source tag CLI#97
Conversation
✅ Deploy Preview for highlighter-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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.
| - `--format [table|json]` - Output format for `set` (default: table) | |
| - `--format [table|json]` - Output format (default: table) |

Documents the new
hl datasource tags {set,add,remove}commands added in silverpond/highlighter#2005, including the tag syntax (KEYorKEY: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 dedicatedhl datasource tagssection.