glean-messages

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

glean messages

glean messages

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
Retrieve Glean messages. Subcommands: get.
bash
glean messages <subcommand> [flags]
前置要求: 阅读
../glean-shared/SKILL.md
了解认证、全局标志及安全规则。
检索Glean消息。子命令:get。
bash
glean messages <subcommand> [flags]

Subcommands

子命令

SubcommandDescription
get
Retrieve a specific message
子命令说明
get
检索特定消息

Flags

标志

FlagTypeDefaultDescription
--json
stringJSON request body (required) (required)
--output
json | ndjson | textjson
标志类型默认值说明
--json
stringJSON请求体(必填)(必填)
--output
json | ndjson | textjson

Examples

示例

bash
glean messages get --json '{"messageId":"MSG_ID"}' | jq .
bash
glean messages get --json '{"messageId":"MSG_ID"}' | jq .

Discovering Commands

命令探索

bash
undefined
bash
undefined

Show machine-readable schema for this command

显示此命令的机器可读模式

glean schema messages
glean schema messages

List all available commands

列出所有可用命令

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