class Kontena::Plugin::Shell::ContextUpCommand

Public Instance Methods

execute() click to toggle source
# File lib/kontena/plugin/shell/commands/context_up.rb, line 10
def execute
  context.up
end