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

> 检查 Square Cloud 平台的健康状况。

报告 Square Cloud 平台是否运行正常。这是一个轻量级的健康检查，不是某个具体应用或数据库的状态；如需查看这些，请使用 `squarecloud app status` 或 `squarecloud db status`。即使你尚未登录，此命令也能正常工作。

```bash theme={null}
squarecloud status
# 如果 Square Cloud 运行正常，打印一个对勾和状态消息。
```

```bash theme={null}
squarecloud status --json
# 以 JSON 格式打印原始状态对象。
```

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