glean-insights

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

glean insights

Glean 洞察分析

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

Subcommands

子命令

SubcommandDescription
get
Get analytics data
子命令描述
get
获取分析数据

Flags

标志参数

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

Examples

示例

bash
glean insights get --json '{"insightTypes":["SEARCH"]}' | jq .
bash
glean insights get --json '{"insightTypes":["SEARCH"]}' | jq .

Discovering Commands

命令探索

bash
undefined
bash
undefined

Show machine-readable schema for this command

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

glean schema insights
glean schema insights

List all available commands

列出所有可用命令

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