class KuberKit::EnvFileReader::ActionHandler

Public Instance Methods

call(shell, env_file_name) click to toggle source
# File lib/kuber_kit/env_file_reader/action_handler.rb, line 8
def call(shell, env_file_name)
  env_file = env_file_store.get(env_file_name)
  reader.read(shell, env_file)
end