Sha256: 6047bdfddf4939a7a24bbddc6f528cceeb70b1d3a44133b8e8a4bba1a46c5fde
Contents?: true
Size: 524 Bytes
Versions: 2
Compression:
Stored size: 524 Bytes
Contents
require 'cri' require '3scale_toolbox/base_command' require '3scale_toolbox/commands/copy_command/copy_service' module ThreeScaleToolbox module Commands module CopyCommand extend ThreeScaleToolbox::Command def self.command Cri::Command.define do name 'copy' usage 'copy <command> [options]' summary '3scale copy command' description '3scale copy command.' end end add_subcommand(CopyServiceSubcommand) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
3scale_toolbox-0.5.1 | lib/3scale_toolbox/commands/copy_command.rb |
3scale_toolbox-0.5.0 | lib/3scale_toolbox/commands/copy_command.rb |