module Commands::Environments

Public Instance Methods

environments(app_id = Services::AppConfig.get_or_exit('app')) click to toggle source
# File lib/busbar_cli/commands/environments.rb, line 9
def environments(app_id = Services::AppConfig.get_or_exit('app'))
  Services::Kube.configure_temporary_profile(options.profile)

  Services::Environments.call(app_id)
end