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