TWG CLI uses a consistent command grammar: twg <surface> <resource> <verb> [options]
| Verb | Purpose |
|---|---|
query | Search or list resources with filters |
get | Fetch a single resource by ID or key |
search | Full-text search |
create | Create a new resource |
update | Modify an existing resource |
delete | Remove a resource (requires confirmation) |
1 2twg work query # Activity summary across all products twg docs query # Documents across Confluence + connected providers twg videos query # Videos across Loom + connected providers twg meetings query # Calendar events and recordings twg recently-viewed # Recently viewed items across products twg pull-requests # PR detail from any SCM provider twg commits # Commit detail from any SCM provider twg deployments # Deployment detail from any SCM provider twg collaborators # Top collaborators by shared work items twg org-tree # Organizational hierarchy tree twg resolve # Resolve names/URLs into Atlassian ARIs twg rovo search # Rovo AI-powered search across your site
1 2twg jira issues get # Get issue by key twg jira issues search # Search with JQL twg jira issues create # Create issue twg jira issues create-bulk # Bulk create issues twg jira issues update # Update issue fields twg jira issues watch / unwatch # Manage watchers twg jira issues task create/delete/resolve/reopen/update # Subtasks twg jira boards get / query # Boards twg jira dashboards get / query # Dashboards twg jira filters get / query # Saved filters twg jira priorities get / query # Priority schemes twg jira transitions get / update # Workflow transitions twg jira link create / delete # Issue links twg jira workitem get / query # Workitems (service projects) twg jira workitem comment create / update / delete # Comments
1 2twg confluence pages get # Get page by ID (--body-format adf|storage) twg confluence pages create # Create page (--space, --title, --body) twg confluence pages update # Update page content twg confluence pages move # Move page to another space twg confluence blogs get / create / update / delete / query # Blog posts twg confluence search query # Search with CQL twg confluence spaces get / create / update / delete / query # Spaces twg confluence spaces archive / unarchive # Space lifecycle
1 2twg bitbucket repo get / query # Repositories twg bitbucket branch create / query # Branches twg bitbucket commit query # Commits twg bitbucket deployment query # Deployments twg bitbucket pipeline get / query # Pipelines twg bitbucket pull-requests get / create / update / merge / decline # PRs twg bitbucket pull-requests approve / unapprove / request-changes # Reviews twg bitbucket pull-requests comment create / update / delete / resolve # PR comments twg bitbucket pull-requests task create / update / delete / resolve # PR tasks twg bitbucket workspace get / member query # Workspaces
1 2twg goals query # List goals (--scope me|user|team) twg goals get # Get goal by ID or key twg goals search # Full-text search twg goals dependencies create / delete # Goal dependencies twg goals updates create / update # Goal status updates
1 2twg projects query # List projects (--scope me|user|team) twg projects get # Get project by key twg projects search # Full-text search twg projects create / update / archive # Project lifecycle twg projects updates create # Project status updates
1 2twg focus-areas query # Query focus areas (--scope me|team|site) twg focus-areas get # Get by key or ARI twg focus-areas search # Search sitewide by text
1 2twg teams query # Search teams by name twg teams get # Get team by name or ARI
1 2twg work query # Cross-product work summary per user/team twg org-tree # Org hierarchy (--up-only for manager chain) twg context jira workitem # Enriched Jira issue with PRs, commits, pages twg focus-areas-tree # Focus area hierarchy tree
1 2twg user # User profile by account ID twg user search # Find user by email twg collaborators # Collaboration analysis between users twg resolve # Resolve names, URLs, or descriptions to ARIs
| Product | Commands | Discovery |
|---|---|---|
| Jira Service Management | 51 | twg jsm --help |
| Trello | 18 | twg trello --help |
| Jira Align | 16 | twg jira-align --help |
| Assets (CMDB) | 9 | twg assets --help |
| CSM | 6 | twg csm --help |
| Talent | 4 | twg talent --help |
| Loom | 8 | twg loom --help |
1 2twg login # Authenticate twg skills install # Install agent skills twg skills install --global # Install globally twg skills package # Package skills for distribution twg diagnostics # Check auth, connectivity, build info twg scopes list / describe / search / validate # API scope management
1 2# JQL — Jira Query Language twg jira issues search --jql "project = PROJ AND status = 'In Progress'" # CQL — Confluence Query Language twg confluence search query --cql "space = ENG AND type = page" # TQL — Atlas Goals & Projects twg goals --tql "owner = currentUser() AND status = 'AT_RISK'" # AQL — Assets Query Language twg assets query --aql "objectType = Server AND Status = Active"
Rate this page: