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

> 显示你在 Square Cloud 上应用程序的详细信息。

显示应用 ID、名称、描述、语言、内存、集群、拥有者、域名、自定义域名以及创建日期。应用 ID 是可选的：CLI 会先从参数中解析，然后是当前目录下的 `squarecloud.app` 配置文件，最后回退到交互式选择器。

```bash theme={null}
squarecloud app info
# 使用 squarecloud.app 中的应用 ID，或回退到交互式选择器。
```

```bash theme={null}
squarecloud app info <appID>
# 显示指定应用的详细信息。
```

```bash theme={null}
squarecloud app info --json
# 以 JSON 格式打印原始应用对象。
```

使用 `squarecloud app info --help` 获取有关此命令的更多信息。
