gws-groupssettings
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegroupssettings (v1)
groupssettings (v1)
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
bash
gws groupssettings <resource> <method> [flags]前置要求: 阅读了解认证、全局标志和安全规则。如果该文件缺失,请运行../gws-shared/SKILL.md来创建它。gws generate-skills
bash
gws groupssettings <resource> <method> [flags]API Resources
API资源
groups
groups
- — Gets one resource by id.
get- — Updates an existing resource. This method supports patch semantics.
patch - — Updates an existing resource.
update
- — 通过ID获取单个资源。
get- — 更新现有资源。此方法支持patch语义。
patch - — 更新现有资源。
update
Discovering Commands
命令探索
Before calling any API method, inspect it:
bash
undefined在调用任何API方法之前,请先查看它:
bash
undefinedBrowse resources and methods
浏览资源和方法
gws groupssettings --help
gws groupssettings --help
Inspect a method's required params, types, and defaults
查看方法的必填参数、类型和默认值
gws schema groupssettings.<resource>.<method>
Use `gws schema` output to build your `--params` and `--json` flags.gws schema groupssettings.<resource>.<method>
使用`gws schema`的输出来构建你的`--params`和`--json`标志。