(DIO-2186) Add vmp_utils cli tool

This adds a thor-based cli under the utils folder. Its initial function
is to make it easier to migrate tokens from one redis instance to
another.
This commit is contained in:
Gene Liverman 2021-09-16 14:09:29 -04:00
parent 9ba85bfa14
commit dd1b8167a9
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
2 changed files with 87 additions and 0 deletions

View file

@ -46,5 +46,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 3.2'
s.add_development_dependency 'rubocop', '~> 1.1.0'
s.add_development_dependency 'simplecov', '>= 0.11.2'
s.add_development_dependency 'thor', '~> 1.0', '>= 1.0.1'
s.add_development_dependency 'yarjuf', '>= 2.0'
end