stackery env create
stackery env create
Create a new environment
Synopsis
Create new environment, optionally setting the initial configuration to the JSON data read from standard input
stackery env create --env-name=<name> --aws-account-id=<id> --aws-region=<region> [flags]
Examples
Create an environment named "test" in us-east-1 AWS region.  The AWS account ID given must already
have been associated with the user's Stackery account using "stackery aws setup".
stackery env create -e test --aws-account-id 987654567890 --aws-region us-east-1
Options
      --aws-account-id string   The AWS account id
      --aws-region string       The AWS region
  -e, --env-name string         The environment name
  -h, --help                    help for create
Options inherited from parent commands
      --non-interactive   Skip user inputs
SEE ALSO
- stackery env - Manage Stackery environments
 
