gws-licensing
提供Google Workspace许可管理功能,支持对许可资源进行操作,遵循共享认证和安全规则。
npx skills add googleworkspace/cli --skill gws-licensingBefore / After 效果对比
1 组通过GWS控制台或复杂的API请求手动分配、撤销或查询用户许可证,操作繁琐且效率低下。
使用 `gws licensing` 命令,通过简单的命令行操作即可快速管理用户许可证,例如:`gws licensing licenseAssignments insert --skuId <SKU_ID> --userId <USER_ID>`,大大提升了管理效率。
gws-licensing
licensing (v1)
PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
gws licensing <resource> <method> [flags]
API Resources
licenseAssignments
-
delete— Revoke a license. -
get— Get a specific user's license by product SKU. -
insert— Assign a license. -
listForProduct— List all users assigned licenses for a specific product SKU. -
listForProductAndSku— List all users assigned licenses for a specific product SKU. -
patch— Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics. -
update— Reassign a user's product SKU with a different SKU in the same product.
Discovering Commands
Before calling any API method, inspect it:
# Browse resources and methods
gws licensing --help
# Inspect a method's required params, types, and defaults
gws schema licensing.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Weekly Installs552Repositorygoogleworkspace/cliGitHub Stars21.1KFirst Seen14 days agoSecurity AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled oncodex537opencode537gemini-cli535cursor535github-copilot535kimi-cli534
用户评价 (0)
发表评价
暂无评价
统计数据
用户评分
为此 Skill 评分