Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 3 from starcluster.logger import log 4 5 from completers import ImageCompleter 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 Jun 27 11:48:22 2011 | http://epydoc.sourceforge.net |