Sha256: e2fce6a7503aa51c6d8943dd8c97059a6f7a8d30a06acffd2f3eb48ffff23ef5
Contents?: true
Size: 329 Bytes
Versions: 22
Compression:
Stored size: 329 Bytes
Contents
module Kontena::Cli::ExternalRegistries class DeleteCommand < Clamp::Command include Kontena::Cli::Common parameter "NAME", "External registry name to delete" def execute require_api_url token = require_token client(token).delete("external_registries/#{current_grid}/#{name}") end end end
Version data entries
22 entries across 22 versions & 1 rubygems