glean-entities

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

glean entities

Glean 实体

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
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

子命令

SubcommandDescription
list
List entities by type and query
read-people
Get detailed people profiles
子命令描述
list
按类型和查询条件列出实体
read-people
获取详细的人员资料

Flags

标志

FlagTypeDefaultDescription
--json
stringJSON request body (required)
--output
json | ndjson | textjson
标志类型默认值描述
--json
字符串JSON请求体 (必填)
--output
json | ndjson | textjson

Examples

示例

bash
glean entities read-people --json '{"query":"smith"}' | jq '.[].name'
bash
glean entities read-people --json '{"query":"smith"}' | jq '.[].name'

Discovering Commands

命令探索

bash
undefined
bash
undefined

Show machine-readable schema for this command

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

glean schema entities
glean schema entities

List all available commands

列出所有可用命令

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