Logo

Command Palette

Search for a command to run...

stacks listen

Acts like a tail for all the deployment logs for an application (to tail a specific log file, see the function below).

$ cx stacks listen --stack <application name>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesThe application name

Examples

$ cx stacks listen -s my-app