

Create your own appliance using the SpotCloud CLI & appliance bundling tool
You can easily convert an existing VM to the SpotCloud Appliance format using our SpotCloud CLI and Appliance Bundling Tool. This tool also provides an easy command line API access to the SpotCloud marketplace enabling a true hybrid cloud computing experience.
Download
spotsh-0.0.1-py2.6.egg (md5)
License :: OSI Approved :: GNU Affero General Public License v3
CLI & Bundling Instructions
Build an XVM2 appliance:
spotsh appliance -b <raw_image.img>
Upload an XVM2 appliance:
spotsh appliance -u <app.xvm2>
List all appliances:
spotsh appliance -l
List specific appliance:
spotsh appliance -k <key>
List all providers:
spotsh provider -l
List specific provider:
spotsh provider -k <key>
List provider hardware:
spotsh hardware -p <provider_key>
Create instance:
spotsh instance -c -p <provider_key> -a <appliance_key> -m <hardware_key>
List specific instance:
spotsh instance -k <key>
Delete specific instance:
spotsh instance -d <key>






