1 2twg goals query --scope me # My goals twg goals get --id <id> # Get by ID or key twg goals search --query "Q2 revenue" # Full-text search twg goals --tql "owner = currentUser() AND status = 'AT_RISK'" # TQL filter twg goals dependencies create / delete # Manage dependencies twg goals updates create / update # Status updates
1 2twg projects query --scope me # My projects twg projects get --key PROJ-KEY # Get by key twg projects search --query "platform migration" # Full-text search twg projects --tql "status = 'ON_TRACK' AND tag = 'Q1'" # TQL filter twg projects create / update / archive # Lifecycle twg projects updates create # Status updates
1 2twg focus-areas query --scope me # My focus areas twg focus-areas get --key FA-1 # Get by key or ARI twg focus-areas search --query "growth" # Search sitewide twg focus-areas-tree --key FA-1 # Hierarchy tree
1 2twg teams query --query "Platform" # Search teams by name twg teams get --id <team-id> # Get team by name or ARI
Rate this page: