gws-licensing
Provides Google Workspace Licensing management, supporting operations on license resources while adhering to shared authentication and security rules.
npx skills add googleworkspace/cli --skill gws-licensingBefore / After Comparison
1 组Manually assigning, revoking, or querying user licenses through the GWS console or complex API requests is cumbersome and inefficient.
Using the `gws licensing` command, user licenses can be quickly managed through simple command-line operations, for example: `gws licensing licenseAssignments insert --skuId <SKU_ID> --userId <USER_ID>`, significantly improving management efficiency.
description SKILL.md
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
forumUser Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill