> ## Documentation Index
> Fetch the complete documentation index at: https://gps.appeeky.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Releases

> deploy and tracks CLI commands.

## deploy

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
gps -p com.example.app deploy \
  --file ./app-release.aab \
  --track internal \
  --release-notes "Fixes" \
  --confirm
```

## tracks

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
gps -p com.example.app tracks list
gps -p com.example.app tracks get production
gps -p com.example.app tracks promote --from beta --to production --user-fraction 0.05 --confirm
gps -p com.example.app tracks rollout production --user-fraction 0.25 --confirm
gps -p com.example.app tracks halt production --confirm
```

Guides: [Deploy a release](/guides/deploy-release), [Staged rollout](/guides/staged-rollout).
