module Commands::Profiles
Public Instance Methods
profiles()
click to toggle source
# File lib/busbar_cli/commands/profiles.rb, line 7 def profiles Services::Kube.config_download puts "Available profiles:\n#{Services::Kube.contexts}" end