glean-cli-pins
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseglean pins
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]前提条件: 阅读了解认证、全局标志和安全规则。../glean-cli/SKILL.md
管理Glean固定项。子命令包括: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 |
| 标志 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| 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