glean-cli-pins
Original:🇺🇸 English
Translated
Manage promoted search results (pins) in Glean. Use when pinning specific documents to appear first for certain queries.
4installs
Sourcegleanwork/glean-cli
Added on
NPX Install
npx skill4agent add gleanwork/glean-cli glean-cli-pinsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →glean pins
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-cli/SKILL.md
Manage Glean pins. Subcommands: list, get, create, update, remove.
bash
glean pins <subcommand> [flags]Subcommands
| Subcommand | Description |
|---|---|
| Create a new pin |
| Get a specific pin |
| List all pins |
| Remove a pin |
| Update a pin |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | |
| string | JSON request body | |
| json | ndjson | text | json |
Examples
bash
glean pins list | jq '.[].id'Discovering Commands
bash
# Show machine-readable schema for this command
glean schema pins
# List all available commands
glean schema | jq '.commands'