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

# Accounts and apps CLI

> gps accounts and gps apps commands for multi-key setups.

## accounts

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
gps accounts list
gps accounts add <id> --credentials /path/to/sa.json [--default-package com.example.app] [--default]
gps accounts use <id>
```

## apps

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
gps apps list [--account <id>]
gps apps add <packageName> --account <id> [--name "Display"] [--default]
gps apps remove <packageName> --account <id>
gps apps check [--account <id>]
```

`apps list` reads the **local registry**. It does not call a Google “list all apps” API (Publisher does not provide one).

Full guide: [Multi-account and apps](/authentication-accounts).
