Class: Credman::CLI::Commands::Diff

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/credman/commands.rb

Instance Method Summary collapse

Instance Method Details

#call(branch:, environments:) ⇒ Object



92
93
94
# File 'lib/credman/commands.rb', line 92

def call(branch:, environments:, **)
  Credman::Diff.new(environments).perform(branch)
end