Package conary :: Module command :: Class ConfigCommand
[hide private]
[frames] | no frames]

Class ConfigCommand

source code

                 object --+        
                          |        
lib.command.AbstractCommand --+    
                              |    
                  ConaryCommand --+
                                  |
                                 ConfigCommand

Instance Methods [hide private]
 
addParameters(self, argDef) source code
 
runCommand(self, cfg, argSet, args, **kwargs) source code

Inherited from ConaryCommand: addConfigOptions, processConfigOptions, setContext

Inherited from lib.command.AbstractCommand: __init__, addDocs, prepare, requireParameters, setMainHandler, setParser, usage

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  commands = ['config']
  help = 'Display the current configuration'
  docs = {'show-contexts': 'display contexts as well as current ...
  commandGroup = 'Information Display'

Inherited from lib.command.AbstractCommand: defaultGroup, description, hidden, hobbleShortOpts, paramHelp

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

addParameters(self, argDef)

source code 
Overrides: ConaryCommand.addParameters

runCommand(self, cfg, argSet, args, **kwargs)

source code 
Overrides: lib.command.AbstractCommand.runCommand

Class Variable Details [hide private]

docs

Value:
{'show-contexts': 'display contexts as well as current config',
 'show-passwords': 'do not mask passwords'}