Sha256: 3287fd4f7f69e92a5926a530a5d6e0d4b0da2cd2e22dd3ee86270570f0c4623a

Contents?: true

Size: 480 Bytes

Versions: 67

Compression:

Stored size: 480 Bytes

Contents

module Kontena::Cli::Grids

  require_relative 'trusted_subnets/list_command'
  require_relative 'trusted_subnets/add_command'
  require_relative 'trusted_subnets/remove_command'

  class TrustedSubnetCommand < Kontena::Command
    subcommand ["list", "ls"], "List trusted subnets", TrustedSubnets::ListCommand
    subcommand "add", "Add trusted subnet", TrustedSubnets::AddCommand
    subcommand ["remove", "rm"], "Remove trusted subnet", TrustedSubnets::RemoveCommand
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
kontena-cli-0.16.0.pre7 lib/kontena/cli/grids/trusted_subnet_command.rb
kontena-cli-0.16.0.pre6 lib/kontena/cli/grids/trusted_subnet_command.rb
kontena-cli-0.16.0.pre5 lib/kontena/cli/grids/trusted_subnet_command.rb
kontena-cli-0.16.0.pre4 lib/kontena/cli/grids/trusted_subnet_command.rb
kontena-cli-0.16.0.pre3 lib/kontena/cli/grids/trusted_subnet_command.rb
kontena-cli-0.16.0.pre2 lib/kontena/cli/grids/trusted_subnet_command.rb
kontena-cli-0.16.0.pre1 lib/kontena/cli/grids/trusted_subnet_command.rb