glean-announcements
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseglean announcements
Glean 公告命令
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
Manage Glean announcements. Subcommands: create, update, delete.
bash
glean announcements <subcommand> [flags]前置要求: 请阅读以了解认证、全局标志和安全规则。../glean-shared/SKILL.md
管理Glean公告。子命令包括:create、update、delete。
bash
glean announcements <subcommand> [flags]Subcommands
子命令
| Subcommand | Description |
|---|---|
| Create a new announcement |
| Delete an announcement |
| Update an existing announcement |
| 子命令 | 描述 |
|---|---|
| 创建新公告 |
| 删除公告 |
| 更新现有公告 |
Flags
标志参数
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | |
| string | JSON request body (required) (required) | |
| json | ndjson | text | json |
| 标志参数 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| boolean | false | |
| string | JSON请求体(必填)(必填) | |
| json | ndjson | text | json |
Examples
示例
bash
glean announcements create --json '{"title":"Company Update","body":"..."}'bash
glean announcements create --json '{"title":"Company Update","body":"..."}'Discovering Commands
命令探索
bash
undefinedbash
undefinedShow machine-readable schema for this command
显示此命令的机器可读 schema
glean schema announcements
glean schema announcements
List all available commands
列出所有可用命令
glean schema | jq '.commands'
undefinedglean schema | jq '.commands'
undefined