class Kontena::Cli::Apps::ShowCommand

Attributes

services[R]

Public Instance Methods

execute() click to toggle source
# File lib/kontena/cli/apps/show_command.rb, line 16
def execute
  require_config_file(filename)
  token = require_token
  show_service(token, prefixed_name(service))
  show_service_instances(token, prefixed_name(service))
end