glean-entities
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseglean entities
Glean 实体
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
List and read Glean entities and people. Subcommands: list, read-people.
bash
glean entities <subcommand> [flags]前置要求: 阅读了解认证、全局标志和安全规则。../glean-shared/SKILL.md
列出和读取Glean实体与人员信息。子命令:list、read-people。
bash
glean entities <subcommand> [flags]Subcommands
子命令
| Subcommand | Description |
|---|---|
| List entities by type and query |
| Get detailed people profiles |
| 子命令 | 描述 |
|---|---|
| 按类型和查询条件列出实体 |
| 获取详细的人员资料 |
Flags
标志
| Flag | Type | Default | Description |
|---|---|---|---|
| string | JSON request body (required) | |
| json | ndjson | text | json |
| 标志 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| 字符串 | JSON请求体 (必填) | |
| json | ndjson | text | json |
Examples
示例
bash
glean entities read-people --json '{"query":"smith"}' | jq '.[].name'bash
glean entities read-people --json '{"query":"smith"}' | jq '.[].name'Discovering Commands
命令探索
bash
undefinedbash
undefinedShow machine-readable schema for this command
显示此命令的机器可读模式
glean schema entities
glean schema entities
List all available commands
列出所有可用命令
glean schema | jq '.commands'
undefinedglean schema | jq '.commands'
undefined