glean-tools
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseglean tools
glean tools
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
List and run Glean tools. Subcommands: list, run.
bash
glean tools <subcommand> [flags]前置要求: 请阅读以了解认证、全局标志和安全规则。../glean-shared/SKILL.md
列出并运行Glean工具。子命令:list、run。
bash
glean tools <subcommand> [flags]Subcommands
子命令
| Subcommand | Description |
|---|---|
| List available platform tools |
| Execute a platform tool |
| 子命令 | 描述 |
|---|---|
| 列出可用的平台工具 |
| 执行平台工具 |
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 tools list | jq '.[].name'bash
glean tools list | jq '.[].name'Discovering Commands
命令发现
bash
undefinedbash
undefinedShow machine-readable schema for this command
显示此命令的机器可读架构
glean schema tools
glean schema tools
List all available commands
列出所有可用命令
glean schema | jq '.commands'
undefinedglean schema | jq '.commands'
undefined