class Kontena::Cli::Certificate::ShowCommand

Public Instance Methods

execute() click to toggle source
# File lib/kontena/cli/certificate/show_command.rb, line 16
def execute
  cert = client.get("certificates/#{current_grid}/#{self.subject}")

  show_certificate(cert)
end