Sha256: dbfb8db12e3f960f981148e5747a23d7ad977de2ed696fabc216091ed91719c2

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

class Kontena::Plugin::LocalCommand < Kontena::Command

  subcommand ['start', 'up'], 'Start local Kontena Platform', load_subcommand('kontena/plugin/local/up_command')
  subcommand ['remove', 'rm'], 'Remove local Kontena Platform', load_subcommand('kontena/plugin/local/remove_command')

  def execute
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kontena-plugin-local-0.1.1 lib/kontena/plugin/local_command.rb
kontena-plugin-local-0.1.0 lib/kontena/plugin/local_command.rb