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