$ npm install -g herald-cli
To complete initialization successfully, the user must have aws-cli, aws-cdk and git-cli installed.
To initialize Herald and ensure you're environment is ready for deployment, run:
$ herald init
Once Herald has been initialized, it is ready to be deployed to AWS:
$ herald deploy
The user will be prompted to select the VPC they wish to deploy Herald to.
Select a VPC and confirm your choice.
Note: The deployment can take upwards of 40 minutes.
To delete Herald from AWS, run:
$ herald destroy