gws-vault
Installation
Summary
Google Vault eDiscovery management for holds, exports, and matter lifecycle operations.
- Manage matters (create, list, update, close, delete, reopen) with permission controls for collaborators
- Execute holds and exports on matters, plus manage saved queries for repeated eDiscovery searches
- Monitor long-running operations with get, list, and cancel methods for asynchronous job tracking
- Requires Google Workspace authentication via shared
gwsCLI; usegws schemato inspect method parameters before execution
SKILL.md
vault (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws vault <resource> <method> [flags]
API Resources
matters
addPermissions— Adds an account as a matter collaborator.close— Closes the specified matter. Returns the matter with updated state.count— Counts the accounts processed by the specified query.create— Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view.delete— Deletes the specified matter. Returns the matter with updated state.get— Gets the specified matter.list— Lists matters the requestor has access to.
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.6Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8K