begin builds

List your Begin apps builds

begin builds
b builds

Options

-a, --app
App containing the environment. Not required when in the app directory.
-e, --env
Environment to get builds from. Required if the app has more than one environment

Examples

List builds when in an apps directory

begin builds
b builds

List builds for app ID XXXXXXXX

begin builds --app XXXXXXXX
b builds --app XXXXXXXX

List builds for app ID XXXXXXXX and staging environment

begin builds --app XXXXXXXX --env staging
b builds --app XXXXXXXX --env staging