module Commands::ShowDatabase

Public Instance Methods

show_db(name) click to toggle source
# File lib/busbar_cli/commands/show_database.rb, line 10
def show_db(name)
  Services::Kube.configure_temporary_profile(options.profile)

  Printer.print_resource(DatabasesRepository.find(name: name))
end