Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Mar 27, 2026

Installation

Prerequisites

  • macOS (arm64 or x64) or Linux (x64)
  • No runtime dependencies — Node.js, Bun, and npm are not required

Install

TWG CLI is currently in EAP (Early Access Program). The install URL below requires Atlassian network access. Contact your team lead if you need access.

1
2
# Install globally (binary → ~/.local/bin, skills → ~/.agents/skills/twg)
bash <(curl -fsSL https://statlas.prod.atl-paas.net/community-assets-twg/clis/setup.sh)

# Pin to a specific version
bash <(curl -fsSL https://statlas.prod.atl-paas.net/community-assets-twg/clis/setup.sh) --version 0.4.1

Verify

1
2
twg --help

If ~/.local/bin isn't in your PATH, the installer prints the exact export line to add to your shell profile.

Update

Re-run the install command to update to the latest version. The installer detects existing installations and upgrades in place.

Rate this page: