Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 3 #from base import CmdBase 4 from downloadimage import CmdDownloadImage 5 68 """ 9 showimage <image_id> 10 11 Show all AMI parts and manifest files on S3 for an instance-store AMI 12 13 Example: 14 15 $ starcluster showimage ami-999999 16 """ 17 names = ['showimage', 'shimg'] 182420 if not args: 21 self.parser.error('please specify an AMI id') 22 for arg in args: 23 self.ec2.list_image_files(arg)
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 11:48:22 2011 | http://epydoc.sourceforge.net |