If you run into issues with Teamwork Graph CLI (TWG CLI), use this page to diagnose common problems, keep the CLI up to date, and get help.
To check your authentication, connectivity, and build info, run:
1 2twg doctor
This is always the best first step — it tells you what's working and what isn't.
If twg doctor reports issues with your configuration or agent skills, run:
1 2twg setup
This re-runs the setup process and refreshes your agent skill files without reinstalling the binary.
If you're on version 0.9.6 or earlier, twg update may not work correctly. Use the manual update steps below instead.
1 2curl -fsSL https://teamwork-graph.atlassian.com/cli/install -o twg-install.sh bash twg-install.sh
1 2curl.exe -fsSL https://teamwork-graph.atlassian.com/cli/install.ps1 -o twg-install.ps1 powershell -ExecutionPolicy Bypass -File .\twg-install.ps1
1 2curl.exe -fsSL https://teamwork-graph.atlassian.com/cli/install.ps1 -o twg-install.ps1 powershell -ExecutionPolicy Bypass -File twg-install.ps1
If you're on version 0.9.7 or later and want to use the built-in updater, run:
1 2twg update
For full installation options, see Set up TWG CLI.
To see what's changed in recent versions, view the changelog.
To give feedback or report an issue, use the CLI to submit feedback with prefilled details, or submit feedback directly through the TWG CLI feedback form.
Review the details, provide an email if needed, complete reCAPTCHA, and submit the form.
Rate this page: