Copies all SSM parameters from one aws account to another, and performs an environment strip from each key segment.
request credentials locally with gimme-aws-creds
select at least two accounts, note the profile names generated in ~/.aws/credentials
run the script by passing in the from profile and the to profile names
ruby app.rb <from-profile-string> <to-profile-string> <environment-string>
docker run --rm -ti -v <app-directory>/ssm-transport:/usr/src/app ruby:latest rubocop \
--enable-pending-cops
docker run --rm -ti -v <app-directory>/ssm-transport:/usr/src/app ruby:latest \
rspec \
--profile 10 \
--color \
--order random \
--format RspecJunitFormatter \
--out test-results/rspec/rspec.xml \
--format progress \
-- spec