releases

List Releases for an App. Each Release represents a specific Build plus environment configuration. The output includes the Release ID, status, associated Build, creation timestamp, and description.

Syntax

$ convox releases

Flags

Flag Short Description
--app -a App name
--limit -l Number of Releases to list
--rack -r Rack name

Example Usage

$ convox releases -a myapp
ID       STATUS  BUILD    CREATED      DESCRIPTION
RABCDEF  active  BABCDEF  2 hours ago  deployed via cli
RABCDEG          BABCDEG  1 day ago    env update
RABCDEH          BABCDEH  2 days ago   initial deploy

See Also