glean-verification

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

glean verification

glean verification

PREREQUISITE: Read
../glean-shared/SKILL.md
for auth, global flags, and security rules.
Manage document verification. Subcommands: list, verify, remind.
bash
glean verification <subcommand> [flags]
PREREQUISITE: 请阅读
../glean-shared/SKILL.md
了解认证、全局标志和安全规则。
管理文档验证。子命令包括:list、verify、remind。
bash
glean verification <subcommand> [flags]

Subcommands

子命令

SubcommandDescription
list
List documents pending verification
remind
Send a verification reminder
verify
Mark a document as verified
子命令描述
list
列出待验证的文档
remind
发送验证提醒
verify
将文档标记为已验证

Flags

标志

FlagTypeDefaultDescription
--dry-run
booleanfalse
--json
stringJSON request body
--output
json | ndjson | textjson
标志类型默认值描述
--dry-run
booleanfalse
--json
stringJSON请求体
--output
json | ndjson | textjson

Examples

示例

bash
glean verification list | jq '.[].document.title'
bash
glean verification list | jq '.[].document.title'

Discovering Commands

命令探索

bash
undefined
bash
undefined

Show machine-readable schema for this command

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

glean schema verification
glean schema verification

List all available commands

列出所有可用命令

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