Added two new commands: - `rd enable-termination-protection` - `rd disable-termination-protection`
Termination protection is useful to protect against mistakes like deleting your instance through the AWS GUI, or the command line.
Also removes the `rd update` command since it was dangerous and not useful
1.0.1
1.0.0
v1 release! Other than the gitignore parsing, this has been running smoothly for a while now so might as well bump it up
- Lines like `*.log` will now be parsed correctly to only ignore `test.log` and not `test_log` which it did before. - A new `volume_size` configuration option is added