Sha256: 672d25dd166b13f244871556ee4cb6893320e593a0a240da36a88569dab079f4
Contents?: true
Size: 313 Bytes
Versions: 28
Compression:
Stored size: 313 Bytes
Contents
module Kontena::Cli::Services require_relative 'secrets/link_command' require_relative 'secrets/unlink_command' class SecretCommand < Clamp::Command subcommand "link", "Link secret from Vault", Secrets::LinkCommand subcommand "unlink", "Unlink secret from Vault", Secrets::UnlinkCommand end end
Version data entries
28 entries across 28 versions & 1 rubygems