Module: ThreeScaleToolbox::Commands::UpdateCommand

Includes:
ThreeScaleToolbox::Command
Defined in:
lib/3scale_toolbox/commands/update_command.rb,
lib/3scale_toolbox/commands/update_command/service_command.rb,
lib/3scale_toolbox/commands/update_command/service_command/delete_activedocs_task.rb,
lib/3scale_toolbox/commands/update_command/service_command/copy_service_settings_task.rb

Defined Under Namespace

Modules: ServiceCommand Classes: ServiceSubcommand

Class Method Summary collapse

Methods included from ThreeScaleToolbox::Command

#config, #config_file, #exit_with_message, #fetch_required_option, included, #remotes, #threescale_client, #verbose, #verify_ssl

Class Method Details

.commandObject



7
8
9
10
11
12
13
14
15
16
17
18
# File 'lib/3scale_toolbox/commands/update_command.rb', line 7

def self.command
  Cri::Command.define do
    name        'update'
    usage       'update <sub-command> [options]'
    summary     '[DEPRECATED] update super command'
    description 'Update 3scale entities between tenants'

    run do |_opts, _args, cmd|
      puts cmd.help
    end
  end
end