Sha256: da1395a46e19dc61b94c9d667a4c9cd3c693e5d07e829aa7f050c745f5925dd8
Contents?: true
Size: 364 Bytes
Versions: 22
Compression:
Stored size: 364 Bytes
Contents
module Kontena::Cli::Certificate class DomainAuthorizeCommand < Kontena::Command subcommand ["rm", "remove"], "Remove domain authorization", load_subcommand('certificate/domain_authorization/remove_authorization_command') subcommand ["ls", "list"], "List domain authorizations", load_subcommand('certificate/domain_authorization/list_command') end end
Version data entries
22 entries across 22 versions & 1 rubygems