init
apppack init
setup your AppPack account and create initial resources
Synopsis
Requires AWS credentials.
This is a shortcut for apppack create account && apppack create region && apppack create cluster
apppack init [flags]
Options
-c, --cidr string network CIDR for VPC (default "10.100.0.0/16")
--cluster-name string name of initial cluster (default "apppack")
-t, --dockerhub-access-token string Docker Hub Access Token (https://hub.docker.com/settings/security)
-u, --dockerhub-username string Docker Hub username
-d, --domain string parent domain for apps in the cluster
-e, --ec2 setup cluster with EC2 instances
-h, --help help for init
-i, --instance-class string autoscaling instance class -- see https://aws.amazon.com/ec2/pricing/on-demand/
--region string AWS region to create resources in
Options inherited from parent commands
--debug enable debug logging
SEE ALSO
- apppack - the CLI interface to AppPack.io