builds

List your Begin app builds

begin builds
npx begin 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
npx begin builds

List builds for app ID XXXXXXXX

begin builds --app XXXXXXXX
npx begin builds --app XXXXXXXX

List builds for app ID XXXXXXXX and staging environment

begin builds --app XXXXXXXX --env staging
npx begin builds --app XXXXXXXX --env staging