module Commands::Apps

Public Instance Methods

apps() click to toggle source
# File lib/busbar_cli/commands/apps.rb, line 9
def apps
  Services::Kube.configure_temporary_profile(options.profile)

  Services::Apps.call
end