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

Version Path
3scale_toolbox-1.0.1 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-1.0.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.20.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.19.3 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.19.2 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.19.1 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.19.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.18.3 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.18.2 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.18.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.17.1 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.17.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.16.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.15.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.14.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.13.0 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.12.4 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.12.3 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.12.2 lib/3scale_toolbox/commands/policy_registry_command.rb
3scale_toolbox-0.11.0 lib/3scale_toolbox/commands/policy_registry_command.rb