gws-workflow

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

workflow (v1)

workflow (v1)

PREREQUISITE: Read
../gws-shared/SKILL.md
for auth, global flags, and security rules. If missing, run
gws generate-skills
to create it.
bash
gws workflow <resource> <method> [flags]
前置条件: 阅读
../gws-shared/SKILL.md
了解认证、全局标志和安全规则。如果该文件缺失,请运行
gws generate-skills
来创建它。
bash
gws workflow <resource> <method> [flags]

Helper Commands

辅助命令

CommandDescription
+standup-report
Today's meetings + open tasks as a standup summary
+meeting-prep
Prepare for your next meeting: agenda, attendees, and linked docs
+email-to-task
Convert a Gmail message into a Google Tasks entry
+weekly-digest
Weekly summary: this week's meetings + unread email count
+file-announce
Announce a Drive file in a Chat space
命令描述
+standup-report
今日会议+未完成任务的站会总结
+meeting-prep
为你的下一场会议做准备:议程、参会人员和关联文档
+email-to-task
将Gmail消息转换为Google Tasks条目
+weekly-digest
每周摘要:本周会议+未读邮件数量
+file-announce
在Chat空间中发布Drive文件通知

Discovering Commands

命令探索

Before calling any API method, inspect it:
bash
undefined
在调用任何API方法之前,请先查看相关信息:
bash
undefined

Browse 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`标志。