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

# aptible apps

This command lists [Apps](/core-concepts/apps/overview) in an [Environment](/core-concepts/architecture/environments).

# Synopsis

```
Usage:
  aptible apps

Options:
  --env, [--environment=ENVIRONMENT]
```

# JSON Output

When using `APTIBLE_OUTPUT_FORMAT=json`, the output includes additional deployment-related fields:

| Field                       | Description                                         |
| --------------------------- | --------------------------------------------------- |
| `docker_image`              | The Docker image configured for direct image deploy |
| `private_registry_username` | Username for private registry authentication        |
| `private_registry_password` | Password for private registry authentication        |

To view deployment settings for a specific app, use [`aptible apps:settings`](/reference/aptible-cli/cli-commands/cli-apps-settings).
