module ThreeScaleToolbox::Commands::UpdateCommand
Public Class Methods
command()
click to toggle source
# 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