Use this mode when you want to install and authenticate TWG CLI directly from your terminal.
The TWG CLI binary does not require a separate runtime (for example, no Node.js).
Recommended:
1 2curl -fsSL https://teamwork-graph.atlassian.com/cli/install -o twg-install.sh bash twg-install.sh
If you use Bash or zsh and want a compact shortcut, you can also run:
1 2bash <(curl -fsSL https://teamwork-graph.atlassian.com/cli/install)
During setup:
yes, continue, or no.twg doctor pass, setup may offer to configure the optional Bitbucket token. If you skip it, TWG CLI is still ready for non-Bitbucket commands.The installer completes setup and runs twg doctor automatically. To repair setup later:
1 2twg setup
On macOS, setup may enable a background helper and show a system notification for Atlassian Pty Ltd or twg. This is expected; see Configure OAuth 2.1 for details.
To install a specific version:
1 2bash twg-install.sh --version 0.9.1
If ~/.local/bin is not in your PATH, the installer prints the exact line to add to your shell profile.
Windows: SmartScreen may warn about the installer — choose More info → Run anyway. Pre-release builds may not yet use a production code signature; that is expected until generally available signed binaries ship.
Use Windows PowerShell or Command Prompt for Windows installation. Don't run the Windows installer from Git Bash, MINGW, WSL, or another bash-like shell.
1 2curl.exe -fsSL https://teamwork-graph.atlassian.com/cli/install.ps1 -o twg-install.ps1 powershell -ExecutionPolicy Bypass -File .\twg-install.ps1
curl is built into Windows 10 1803 and later. If you're on an older version, use the PowerShell method above instead.
1 2curl.exe -fsSL https://teamwork-graph.atlassian.com/cli/install.ps1 -o twg-install.ps1 powershell -ExecutionPolicy Bypass -File twg-install.ps1
The Windows installer performs the same setup as macOS and Linux: binary install, checksum verification, consent, skill install, OAuth login, and doctor verification.
During setup, the installer:
Credentials are saved in the TWG config directory and reused across sessions. For re-authentication and the Bitbucket token, see Configure OAuth 2.1.
After installation, open a new PowerShell or Command Prompt window and run:
1 2twg doctor
If Windows doesn't recognize twg, close and reopen the terminal so PATH changes are loaded, then try again.
Use this mode when you want an AI coding agent to install TWG CLI, authenticate, and set up agent skills for you.
Copy the following prompt and paste it into your agent:
1 2Install/setup TWG using https://teamwork-graph.atlassian.com/cli/AGENTS.md
The agent should use that hosted AGENTS.md directly. There are no separate agent-specific install URLs.
Run:
1 2twg doctor
This checks authentication, connectivity, and build info. It works the same on macOS, Linux, PowerShell, and cmd.
Your AI coding agent can now access your Atlassian data across Jira, Confluence, Bitbucket, and more. Describe what you want in plain language and your agent handles the rest:
See Agent examples for more prompts to try.
To discover command syntax directly in the terminal, run:
1 2twg --help twg confluence --help twg jira --help
Run the built-in updater:
1 2twg update
TWG CLI checks for updates during normal use and notifies you when a new version is available.
Preview the files and configs that would be removed:
1 2twg uninstall --dry-run
Uninstall asks for confirmation, revokes stored credentials, and removes the binary, installer-owned skill bundles, PATH changes, caches, consent, and all local TWG configs:
1 2twg uninstall
To receive pre-release updates before they reach the stable channel, use the beta channel.
1 2bash <(curl -fsSL https://teamwork-graph.atlassian.com/cli/beta/install)
Installs from the beta channel record the channel preference automatically — future twg update calls continue to check the beta channel.
1 2twg update --channel beta
1 2twg update --channel stable
To share feedback or report an issue, use the CLI:
1 2twg feedback --summary "<short title>"
The command opens a prefilled public form in interactive terminals. In agent, structured-output, or non-interactive runs, it prints the form URL instead. Your configured TWG account email is prefilled when available. Review the details, provide an email if needed, complete reCAPTCHA, and submit the form. TWG authentication is not required.
You can also open the TWG CLI feedback form directly.
Rate this page: