Home | Trees | Indices | Help |
|
---|
|
starcluster [global-opts] action [action-opts] [<action-args> ...]
Version: 0.91
Author: Justin Riley <justin.t.riley@gmail.com>
|
|||
CmdBase | |||
CmdStart start [options] <cluster_tag> |
|||
CmdStop stop [options] <cluster> |
|||
CmdSshMaster sshmaster [options] <cluster> |
|||
CmdSshNode sshnode <cluster> <node> |
|||
CmdSshInstance sshintance [options] <instance-id> |
|||
CmdListClusters listclusters |
|||
CmdCreateImage createimage [options] <instance-id> <image_name> <bucket> |
|||
CmdCreateVolume createvolume [options] <volume_size> <volume_zone> |
|||
CmdListZones listzones |
|||
CmdListImages listimages [options] |
|||
CmdListBuckets listbuckets |
|||
CmdShowImage showimage <image_id> |
|||
CmdShowBucket showbucket <bucket> |
|||
CmdRemoveVolume removevolume [options] <volume_id> |
|||
CmdRemoveImage removeami [options] <imageid> |
|||
CmdListInstances listinstances [options] |
|||
CmdListSpots listspots |
|||
CmdShowConsole showconsole <instance-id> |
|||
CmdListVolumes listvolumes |
|||
CmdListPublic listpublic |
|||
CmdRunPlugin runplugin <plugin_name> <cluster_tag> |
|||
CmdSpotHistory spothistory [options] <instance_type> |
|||
CmdShell shell |
|||
CmdHelp help |
|
|||
|
|||
|
|||
|
|||
|
|
|||
__description__ =
|
|||
__moredoc__ =
|
|||
__package__ =
|
|
Parse given global arguments, find subcommand from given list of subcommand objects, parse local arguments and return a tuple of global options, selected command object, command options, and command arguments. Call execute() on the command object to run. The command object has members 'gopts' and 'opts' set for global and command options respectively, you don't need to call execute with those but you could if you wanted to. |
|
__description__
|
__moredoc__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 14 13:53:36 2010 | http://epydoc.sourceforge.net |