92 93 94
# File 'lib/credman/commands.rb', line 92 def call(branch:, environments:, **) Credman::Diff.new(environments).perform(branch) end