Sha256: 5ff7bc125f0479a9c9801b004a1d57f909b17a2b9026c150447f650bb035e176
Contents?: true
Size: 430 Bytes
Versions: 91
Compression:
Stored size: 430 Bytes
Contents
module Kontena::Cli::Grids class TrustedSubnetCommand < Kontena::Command subcommand ["list", "ls"], "List trusted subnets", load_subcommand('grids/trusted_subnets/list_command') subcommand "add", "Add trusted subnet", load_subcommand('grids/trusted_subnets/add_command') subcommand ["remove", "rm"], "Remove trusted subnet", load_subcommand('grids/trusted_subnets/remove_command') def execute end end end
Version data entries
91 entries across 91 versions & 2 rubygems