class WavefrontCommandConfig

Define the Configure command

Public Instance Methods

_commands() click to toggle source
# File lib/wavefront-cli/commands/config.rb, line 12
def _commands
  ['location',
   'profiles [-D] [-c file]',
   'show [-D] [-c file] [<profile>]',
   'setup [-D] [-c file] [<profile>]',
   'delete [-D] [-c file] <profile>',
   'envvars',
   'about']
end
_options() click to toggle source
# File lib/wavefront-cli/commands/config.rb, line 22
def _options
  ['-c, --config=FILE    path to configuration file',
   '-D, --debug          enable debug mode']
end
description() click to toggle source
# File lib/wavefront-cli/commands/config.rb, line 8
def description
  'create and manage local configuration'
end
global_options() click to toggle source
# File lib/wavefront-cli/commands/config.rb, line 27
def global_options
  []
end