glean-tools

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

glean tools

glean tools

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
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

子命令

SubcommandDescription
list
List available platform tools
run
Execute a platform tool
子命令描述
list
列出可用的平台工具
run
执行平台工具

Flags

标志

FlagTypeDefaultDescription
--dry-run
booleanfalse
--json
stringJSON request body
--output
json | ndjson | textjson
标志类型默认值描述
--dry-run
booleanfalse
--json
stringJSON请求体
--output
json | ndjson | textjson

Examples

示例

bash
glean tools list | jq '.[].name'
bash
glean tools list | jq '.[].name'

Discovering Commands

命令发现

bash
undefined
bash
undefined

Show machine-readable schema for this command

显示此命令的机器可读架构

glean schema tools
glean schema tools

List all available commands

列出所有可用命令

glean schema | jq '.commands'
undefined
glean schema | jq '.commands'
undefined