Class: RailsCredentialsManager::CLI::Commands::Get
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- RailsCredentialsManager::CLI::Commands::Get
- Defined in:
- lib/rails_credentials_manager/commands.rb
Instance Method Summary collapse
Instance Method Details
#call(keys:, environments:) ⇒ Object
15 16 17 |
# File 'lib/rails_credentials_manager/commands.rb', line 15 def call(keys:, environments:, **) RailsCredentialsManager::Get.new(environments).perform(keys) end |