glean-pins
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseglean pins
glean pins
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
Manage Glean pins. Subcommands: list, get, create, update, remove.
bash
glean pins <subcommand> [flags]前提条件: 阅读了解认证、全局标志和安全规则。../glean-shared/SKILL.md
管理Glean Pins。子命令包括: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 |
| 子命令 | 描述 |
|---|---|
| 创建新的Pin |
| 获取特定Pin |
| 列出所有Pin |
| 删除Pin |
| 更新Pin |
Flags
标志
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | |
| string | JSON request body | |
| json | ndjson | text | json |
| 标志 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| boolean | false | |
| string | JSON请求体 | |
| json | ndjson | text | json |
Examples
示例
bash
glean pins list | jq '.[].id'bash
glean pins list | jq '.[].id'Discovering Commands
发现命令
bash
undefinedbash
undefinedShow machine-readable schema for this command
显示此命令的机器可读模式
glean schema pins
glean schema pins
List all available commands
列出所有可用命令
glean schema | jq '.commands'
undefinedglean schema | jq '.commands'
undefined