Sha256: fb058cb44f68d376e1ce3238129f7ccdb305f1a0b7776a8c0e69b0a6b4b7c69c

Contents?: true

Size: 427 Bytes

Versions: 22

Compression:

Stored size: 427 Bytes

Contents

require_relative 'vpn/create_command'
require_relative 'vpn/config_command'
require_relative 'vpn/delete_command'

class Kontena::Cli::VpnCommand < Clamp::Command

  subcommand "create", "Create VPN service", Kontena::Cli::Vpn::CreateCommand
  subcommand "config", "Show/Export VPN config", Kontena::Cli::Vpn::ConfigCommand
  subcommand "delete", "Delete VPN service", Kontena::Cli::Vpn::DeleteCommand

  def execute
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
kontena-cli-0.8.0.1 lib/kontena/cli/vpn_command.rb
kontena-cli-0.8.0 lib/kontena/cli/vpn_command.rb