gws-workflow
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseworkflow (v1)
workflow (v1)
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
bash
gws workflow <resource> <method> [flags]前置条件: 阅读了解认证、全局标志和安全规则。如果该文件缺失,请运行../gws-shared/SKILL.md来创建它。gws generate-skills
bash
gws workflow <resource> <method> [flags]Helper Commands
辅助命令
| Command | Description |
|---|---|
| Today's meetings + open tasks as a standup summary |
| Prepare for your next meeting: agenda, attendees, and linked docs |
| Convert a Gmail message into a Google Tasks entry |
| Weekly summary: this week's meetings + unread email count |
| Announce a Drive file in a Chat space |
| 命令 | 描述 |
|---|---|
| 今日会议+未完成任务的站会总结 |
| 为你的下一场会议做准备:议程、参会人员和关联文档 |
| 将Gmail消息转换为Google Tasks条目 |
| 每周摘要:本周会议+未读邮件数量 |
| 在Chat空间中发布Drive文件通知 |
Discovering Commands
命令探索
Before calling any API method, inspect it:
bash
undefined在调用任何API方法之前,请先查看相关信息:
bash
undefinedBrowse resources and methods
浏览资源和方法
gws workflow --help
gws workflow --help
Inspect a method's required params, types, and defaults
查看方法的必填参数、类型和默认值
gws schema workflow.<resource>.<method>
Use `gws schema` output to build your `--params` and `--json` flags.gws schema workflow.<resource>.<method>
使用`gws schema`的输出来构建你的`--params`和`--json`标志。