begin create
Create a Begin app or environment
begin create
npx begin create
Options
-
-a
,--app
- [Optional] Existing app to add a new environment to
-
-e
,--env
- [Optional] Environment name to create
-
--region
- [Optional] AWS region code in which to create the app or environment. If no region is specified, Begin will randomly assign your application to one of the following US regions: N. California, Oregon, N. Virginia, or Ohio.
Examples
Create an app
begin create
npx begin create
Create an app environment named ‘staging’
begin create --env staging
npx begin create --env staging
Create an app environment named ‘staging’ in the N. California region.
begin create --env staging --region us-west-1
npx begin create --env staging --region us-west-1