Logo

Command Palette

Search for a command to run...

stacks list

Lists applications. Shows the application name, environment, and last deploy time. You can query (multiple) applications by name - but the command will display all applications by default.

$ cx stacks list [<application name>] [--output <output style>]

Options

ArgumentRequired?DefaultDescription
<application name>noList the details for specific application(s)
--output, -o <output style>yesstandardTailor the output view. Options are standard or wide

Examples

$ cx stacks list
		mystack     production   Jan 2 12:34
		mystack     staging      Feb 2 12:34
		mystack-2   development  Jan 2 12:35

$ cx stacks list mystack-2
		mystack-2   development  Jan 2 12:34