Sha256: 1696a99f70a9c2dc13d2ff30b6415d2e2404f161bd9659acbefaf4b10f9a2cca
Contents?: true
Size: 544 Bytes
Versions: 2
Compression:
Stored size: 544 Bytes
Contents
require 'cri' require '3scale_toolbox/base_command' require '3scale_toolbox/commands/copy_command/copy_service' module ThreeScaleToolbox module Commands module CopyCommand include ThreeScaleToolbox::Command def self.command Cri::Command.define do name 'copy' usage 'copy <sub-command> [options]' summary 'copy super command' description 'Copy 3scale entities between tenants' end end add_subcommand(CopyServiceSubcommand) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
3scale_toolbox-0.7.0 | lib/3scale_toolbox/commands/copy_command.rb |
3scale_toolbox-0.6.0 | lib/3scale_toolbox/commands/copy_command.rb |