gws-groupssettings
Original:🇺🇸 English
Translated
Manage Google Groups settings.
487installs
Sourcegoogleworkspace/cli
Added on
NPX Install
npx skill4agent add googleworkspace/cli gws-groupssettingsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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]API Resources
groups
- — Gets one resource by id.
get - — Updates an existing resource. This method supports patch semantics.
patch - — Updates an existing resource.
update
Discovering Commands
Before calling any API method, inspect it:
bash
# Browse resources and methods
gws groupssettings --help
# Inspect a method's required params, types, and defaults
gws schema groupssettings.<resource>.<method>Use output to build your and flags.
gws schema--params--json