Skip to content

create app

apppack create app

create an AppPack application

Synopsis

Requires admin permissions.

apppack create app <name>

Options

      --cluster string                           Cluster name (default "apppack")
      --ec2                                      run on EC2 instances (requires EC2 enabled cluster)
  -r, --repository string                        repository URL, e.g. https://github.com/apppackio/apppack-demo-python.git
  -b, --branch string                            branch to setup for continuous deployment
  -d, --domain string                            custom domain to route to app (optional)
      --healthcheck-path string                  path which will return a 200 status code for healthchecks (default "/")
      --addon-private-s3                         setup private S3 bucket add-on
      --addon-public-s3                          setup public S3 bucket add-on
      --addon-database apppack create database   setup database add-on (database instance must already exist -- run apppack create database first; use --addon-database-name to select a specific instance when multiple exist)
      --addon-database-name string               database instance name to install add-on (implies --addon-database)
      --addon-redis apppack create redis         setup Redis add-on (Redis instance must already exist -- run apppack create redis first; use --addon-redis-name to select a specific instance when multiple exist)
      --addon-redis-name string                  Redis instance name to install add-on (implies --addon-redis)
      --addon-sqs                                setup SQS Queue add-on
      --addon-ses                                setup SES (Email) add-on (requires manual approval of domain at SES)
      --addon-ses-domain string                  domain approved for sending via SES add-on. Use '*' for all domains. (default "*")
  -u, --users strings                            email addresses for users who can manage the app (comma separated)
      --disable-build-webhook                    disable creation of a webhook on the repo to automatically trigger builds on push
  -h, --help                                     help for app

Options inherited from parent commands

  -c, --account string    AWS account ID or alias (not needed if you are only the administrator of one account)
      --aws-credentials   use AWS credentials instead of AppPack.io federation
      --check             check stack in Cloudformation before creating
      --debug             enable debug logging
      --json              output as JSON
      --non-interactive   do not prompt for missing flags
      --region string     AWS region to create resources in

SEE ALSO