Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 3 from completers import S3ImageCompleter 4 57 """ 8 showimage <image_id> 9 10 Show all AMI parts and manifest files on S3 for an instance-store AMI 11 12 Example: 13 14 $ starcluster showimage ami-999999 15 """ 16 names = ['showimage', 'shimg'] 172319 if not args: 20 self.parser.error('please specify an AMI id') 21 for arg in args: 22 self.ec2.list_image_files(arg)
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 5 18:58:08 2011 | http://epydoc.sourceforge.net |