Module: ThreeScaleToolbox::Commands::ProxyConfigCommand
- Includes:
- ThreeScaleToolbox::Command
- Defined in:
- lib/3scale_toolbox/commands/proxy_config_command.rb,
lib/3scale_toolbox/commands/proxy_config_command/helper.rb,
lib/3scale_toolbox/commands/proxy_config_command/list_command.rb,
lib/3scale_toolbox/commands/proxy_config_command/show_command.rb,
lib/3scale_toolbox/commands/proxy_config_command/export_command.rb,
lib/3scale_toolbox/commands/proxy_config_command/promote_command.rb
Defined Under Namespace
Modules: Export, List, Promote, Show Classes: EnvironmentTransformer
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
.command ⇒ Object
14 15 16 17 18 19 20 21 22 23 24 25 |
# File 'lib/3scale_toolbox/commands/proxy_config_command.rb', line 14 def self.command Cri::Command.define do name 'proxy-config' usage 'proxy-config <sub-command> [options]' summary 'proxy-config super command' description 'Manage your Proxy Configurations' run do |_opts, _args, cmd| puts cmd.help end end end |