glean-activity
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseglean activity
glean activity
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
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
子命令
| Subcommand | Description |
|---|---|
| Submit feedback on search results |
| Report a user activity event |
| 子命令 | 描述 |
|---|---|
| 提交搜索结果反馈 |
| 上报用户活动事件 |
Flags
标志
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | |
| string | JSON request body (required) (required) |
| 标志 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| 布尔值 | false | |
| 字符串 | 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
undefinedbash
undefinedShow machine-readable schema for this command
显示该命令的机器可读模式
glean schema activity
glean schema activity
List all available commands
列出所有可用命令
glean schema | jq '.commands'
undefinedglean schema | jq '.commands'
undefined