Class: Kontena::Plugin::Shell::ContextUpCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/kontena/plugin/shell/commands/context_up.rb

Instance Attribute Summary

Attributes inherited from Command

#args, #context, #session

Instance Method Summary collapse

Methods inherited from Command

command, completions, description, #has_subcommands?, has_subcommands?, help, #initialize, #run, subcommands

Constructor Details

This class inherits a constructor from Kontena::Plugin::Shell::Command

Instance Method Details

#executeObject



10
11
12
# File 'lib/kontena/plugin/shell/commands/context_up.rb', line 10

def execute
  context.up
end