glean-activity

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

glean activity

glean activity

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
Report user activity and feedback. Subcommands: report, feedback.
bash
glean activity <subcommand> [flags]
前提条件: 阅读
../glean-shared/SKILL.md
了解认证、全局标志和安全规则。
上报用户活动与反馈。子命令:report、feedback。
bash
glean activity <subcommand> [flags]

Subcommands

子命令

SubcommandDescription
feedback
Submit feedback on search results
report
Report a user activity event
子命令描述
feedback
提交搜索结果反馈
report
上报用户活动事件

Flags

标志

FlagTypeDefaultDescription
--dry-run
booleanfalse
--json
stringJSON request body (required) (required)
标志类型默认值描述
--dry-run
布尔值false
--json
字符串JSON请求体(必填)(必填)

Examples

示例

bash
glean activity report --json '{"events":[{"action":"VIEW","url":"https://example.com"}]}'
bash
glean activity report --json '{"events":[{"action":"VIEW","url":"https://example.com"}]}'

Discovering Commands

命令探索

bash
undefined
bash
undefined

Show machine-readable schema for this command

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

glean schema activity
glean schema activity

List all available commands

列出所有可用命令

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