Hardware How To's
Reset your environment
If you setup your bash scripts for installing dependencies, you can easily dispose of dev environments if they get into a bad state. Your fresh machine will come configured, so you can freely reset when you encounter problems.
Note: Resetting your environment will save uncommitted files, so you can freely use brev reset when experimenting with the setup script
Reset your dev environment
From the CLI
Run brev reset <environment-name-or-id>
From the console
Go to environment settings and clicking the 'reset' button in the Danger Zone.
