Home | Trees | Indices | Help |
|
---|
|
1 from completers import InstanceCompleter 2 35 """ 6 showconsole <instance-id> 7 8 Show console output for an EC2 instance 9 10 Example: 11 12 $ starcluster showconsole i-999999 13 14 This will display the startup logs for instance i-999999 15 """ 16 names = ['showconsole', 'sc'] 172319 if not len(args) == 1: 20 self.parser.error('please provide an instance id') 21 instance_id = args[0] 22 self.ec2.show_console_output(instance_id)
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 3 23:11:46 2012 | http://epydoc.sourceforge.net |