begin create

Create a Begin app or environment

begin create
b create

Options

-a, --app
[Optional] Existing app to add a new environment to
-e, --env
[Optional] Environment name to create

Examples

Create an app

begin create
b create

Create an app environment named ‘staging’

begin create --env staging
b create --env staging