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

> Streams live events from your application on Square Cloud.

Connects to the application's event stream and prints each event as it arrives (deploy progress, restarts, and other lifecycle events), until you stop it with `Ctrl+C`. 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 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.
```

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