begin deploy

Deploy an app to Begin

begin deploy
npx begin deploy

Options

-e, --env
Environment name to deploy
--status
Get the status of your last build

Examples

Deploy an app’s only environment

begin deploy
npx begin deploy

Deploy the app environment named staging

begin deploy --env staging
npx begin deploy --env staging