> ## 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.

# Listings & reviews

> Store listing and review CLI commands.

## listings

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
gps -p com.example.app listings list
gps -p com.example.app listings get en-US
gps -p com.example.app listings update en-US \
  --title "My App" \
  --short-description "Pitch" \
  --full-description "..." \
  --confirm
```

Images: use `gps call gps_list_images` / `gps_upload_image` (see [Manage listings](/guides/manage-listings)).

## reviews

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
gps -p com.example.app reviews list --json
gps -p com.example.app reviews list --max-results 20 --translation-language en
gps -p com.example.app reviews get REVIEW_ID
gps -p com.example.app reviews reply REVIEW_ID "Thanks!" --confirm
```

## testers

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
gps -p com.example.app testers get internal
gps -p com.example.app testers update internal --emails a@x.com,b@y.com --confirm
```
