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

> Square Cloud 上のアプリケーションのライブイベントをストリーミングします。

アプリケーションのイベントストリームに接続し、到着したイベント（デプロイの進行状況、再起動、その他のライフサイクルイベント）を `Ctrl+C` で停止するまで順次表示します。アプリケーション ID は省略可能です。CLI は引数、次にカレントディレクトリの `squarecloud.app` 設定ファイル、最後にインタラクティブな選択メニューの順で解決します。

```bash theme={null}
squarecloud app realtime
# Streams events for the app ID from squarecloud.app or an interactive picker.
```

```bash theme={null}
squarecloud app realtime <appID>
# Streams events for a specific application until Ctrl+C.
```

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