Sha256: ef61f287202e9d6a81676436ae1acdb07fcde40f82f47c47c79553bcfc5c4eae
Contents?: true
Size: 612 Bytes
Versions: 20
Compression:
Stored size: 612 Bytes
Contents
require '3scale_toolbox/commands/policy_registry_command/copy_command' module ThreeScaleToolbox module Commands module PolicyRegistryCommand include ThreeScaleToolbox::Command def self.command Cri::Command.define do name 'policy-registry' usage 'policy-registry <sub-command> [options]' summary 'policy-registry super command' description 'Pôlicy Registry commands' run do |_opts, _args, cmd| puts cmd.help end end end add_subcommand(Copy::CopySubcommand) end end end
Version data entries
20 entries across 20 versions & 1 rubygems