> ## 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
# Prints a checkmark and a status message if Square Cloud is operating normally.
```

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

このコマンドの詳細については `squarecloud status --help` を使用してください。
