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

# squarecloud app info

> Displays detailed information about your application on Square Cloud.

Shows the application ID, name, description, language, memory, cluster, owner, domain, custom domain and creation date. The application ID is optional: the CLI resolves it from the argument, then the `squarecloud.app` config file in the current directory, then an interactive picker.

```bash theme={null}
squarecloud app info
# Uses the app ID from squarecloud.app or an interactive picker.
```

```bash theme={null}
squarecloud app info <appID>
# Shows detailed info for a specific application.
```

```bash theme={null}
squarecloud app info --json
# Prints the raw application object as JSON.
```

Use `squarecloud app info --help` for more information about this command.
