README.md in preserve-rds-snapshot-0.1.1 vs README.md in preserve-rds-snapshot-0.2.0
- old
+ new
@@ -20,19 +20,30 @@
## Usage
```
Commands:
- preserve-rds-snapshot help [COMMAND] ...
- preserve-rds-snapshot list ...
- preserve-rds-snapshot preserve o, --source-db-snapshot-identifier=SOURCE_DB_SNAPSHOT_IDENTIFIER t, --target-db-snap...
+ preserve-rds-snapshot copy -o src -t target # copy snapshot
+ preserve-rds-snapshot help [COMMAND] # Describe available commands or one specific command
+ preserve-rds-snapshot latest # show latest snapshot
+ preserve-rds-snapshot list # Show list of RDS Snapshots
+ preserve-rds-snapshot preserve # copy automated snapshot to manual
Options:
p, [--profile=PROFILE] # Load credentials by profile name from shared credentials file.
k, [--access-key-id=ACCESS_KEY_ID] # AWS access key id.
s, [--secret-access-key=SECRET_ACCESS_KEY] # AWS secret access key.
r, [--region=REGION] # AWS region.
[--shared-credentials-path=SHARED_CREDENTIALS_PATH] # AWS shared credentials path.
+ i, [--instance=INSTANCE] # target DB Instance
+
+Options:
+ p, [--profile=PROFILE] # Load credentials by profile name from shared credentials file.
+ k, [--access-key-id=ACCESS_KEY_ID] # AWS access key id.
+ s, [--secret-access-key=SECRET_ACCESS_KEY] # AWS secret access key.
+ r, [--region=REGION] # AWS region.
+ [--shared-credentials-path=SHARED_CREDENTIALS_PATH] # AWS shared credentials path.
+ i, [--instance=INSTANCE] # target DB Instance
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec preserve-rds-snapshot` to use the code located in this directory, ignoring other installed copies of this gem.