Rob Goodridge
Rob Goodridge
If you want to list the meta-parameters, then aws action --help. E.g. `aws describe-db-instances --help` If you want to know what each meta-parameter does then google aws command-action e.g. `aws...
I've made a start I can tag an RDS instance and I can take a DB snapshot and tag it at the same time. I'll work on creating an instance...
So Issue #80 has implemented the base behaviour I was intending. If anyone wants to pick up the mantle and add more to RDS support go ahead. Not sure if...
ps @jwestbrook I've added in copy-db-snapshot and these are my comments. It seems less functional than the AWS console which is unusual. I may have a defect in there: _Only...
It would be good to have some documentation on the rds commands but all of the doco seems to be under Tim's control e.g: AddTagsToResource This is for all kinds...
Thanks for getting back to me. warm regards Rob Goodridge On Wed, Aug 6, 2014 at 10:29 AM, Jason Westbrook [email protected] wrote: > FYI copying of manual snapshots does work,...
I have done some work on trying to make it run faster. I have come to the conclusion that the Vault API does not have a 'get changeset' command. It...
I think you should be running Vault2Git on a separate machine to your Vault Server. 99% of its activity is with the client-side cache. It hardly goes to the server...
@ormico I'm commenting on the Pull Request being put in the main repo. You have a comment that the code you introduced was to reduce impact on the Server. But...
@AndreyNikiforov Vault API are not compatible any which way. You must match client to server. So I agree with keeping separate branches for other versions of vault DLLs. That implies...