#
Installation
By
To install Hush! for use in your project, install it like this:
yarn add -D hush-cli
npm install --dev hush-cli
Before using Hush! make sure to select your AWS profile!
Before running either of the commands Hush! provides, it's important to select your AWS profile by running export AWS_PROFILE=your-profile-name
in the shell. If you don't have an AWS profile for your command line yet, create one first using this guide.