glean-answers

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

glean answers

glean answers

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
Manage Glean answers. Subcommands: list, get, create, update, delete.
bash
glean answers <subcommand> [flags]
前置要求: 阅读
../glean-shared/SKILL.md
了解认证、全局标志和安全规则。
管理Glean问答。子命令包括:list、get、create、update、delete。
bash
glean answers <subcommand> [flags]

Subcommands

子命令

SubcommandDescription
create
Create a new answer
delete
Delete an answer
get
Get a specific answer
list
List all curated answers
update
Update an existing answer
子命令描述
create
创建新的问答
delete
删除问答
get
获取指定问答
list
列出所有精选问答
update
更新现有问答

Flags

标志

FlagTypeDefaultDescription
--dry-run
booleanfalse
--json
stringJSON request body
--output
json | ndjson | textjson
标志类型默认值描述
--dry-run
布尔值false
--json
字符串JSON请求体
--output
json | ndjson | textjson

Examples

示例

bash
glean answers list | jq '.[].id'
bash
glean answers list | jq '.[].id'

Discovering Commands

探索命令

bash
undefined
bash
undefined

Show machine-readable schema for this command

显示此命令的机器可读架构

glean schema answers
glean schema answers

List all available commands

列出所有可用命令

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