Skip to main content
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.
squarecloud app realtime
# Streams events for the app ID from squarecloud.app or an interactive picker.
squarecloud app realtime <appID>
# Streams events for a specific application until Ctrl+C.
Use squarecloud app realtime --help for more information about this command.