glean-collections
Original:🇺🇸 English
Translated
Manage curated document collections in Glean. Use when creating, updating, or organizing themed sets of documents.
13installs
Sourcegleanwork/glean-cli
Added on
NPX Install
npx skill4agent add gleanwork/glean-cli glean-collectionsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →glean collections
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
Manage Glean collections. Subcommands: create, delete, update, add-items, delete-item.
bash
glean collections <subcommand> [flags]Subcommands
| Subcommand | Description |
|---|---|
| Add documents to a collection |
| Create a new collection |
| Delete a collection |
| Remove a document from a collection |
| Get a specific collection |
| List all collections |
| Update a collection |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | |
| string | JSON request body | |
| json | ndjson | text | json |
Examples
bash
glean collections create --json '{"name":"My Collection"}'Discovering Commands
bash
# Show machine-readable schema for this command
glean schema collections
# List all available commands
glean schema | jq '.commands'