Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 3 from starcluster.logger import log 4 5 from completers import S3ImageCompleter 6 79 """ 10 downloadimage [options] <image_id> <destination_directory> 11 12 Download the manifest.xml and all AMI parts for an instance-store AMI 13 14 Example: 15 16 $ starcluster downloadimage ami-asdfasdf /data/myamis/ami-asdfasdf 17 """ 18 names = ['downloadimage', 'di'] 19 20 bucket = None 21 image_name = None 2230
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 17 13:43:38 2011 | http://epydoc.sourceforge.net |