Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 import pprint 3 from completers import ClusterCompleter 4 57 """ 8 config [<cluster_tag> ...] 9 10 Show various sections from the config 11 """ 12 names = ['config', 'cfg'] 132115 parser.add_option("-s", "--show-ssh-status", dest="show_ssh_status", 16 action="store_true", default=False, 17 help="output whether SSH is up on each node or not")1820 pprint.pprint(self.cfg.aws)
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 17 13:43:36 2011 | http://epydoc.sourceforge.net |