Sha256: 788c4ec2ba7de8a43df5901ad62e45c22ae8bab804bdccbbeaf117436d9e3239
Contents?: true
Size: 478 Bytes
Versions: 28
Compression:
Stored size: 478 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 < Clamp::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
28 entries across 28 versions & 1 rubygems