Package starcluster :: Module cli :: Class CmdStart
[hide private]
[frames] | no frames]

Class CmdStart

source code



start [options] <cluster_tag>

Start a new cluster 

Example: 

    $ starcluster start mynewcluster

This will launch a cluster tagged "mynewcluster" using the
settings from the "default" cluster template defined
in the configuration file. The default cluster template
is the template that has DEFAULT=True in the configuration file.

    $ starcluster start --cluster largecluster mynewcluster

This will do the same thing only using the "largecluster" 
cluster template rather than the "default" template assuming 
"largecluster" has been defined in the configuration file.

Instance Methods [hide private]
 
addopts(self, parser) source code
 
cancel_command(self, signum, frame) source code
 
execute(self, args) source code

Inherited from CmdBase: catch_ctrl_c, warn_experimental

Inherited from optcomplete.CmdComplete: autocomplete

Class Variables [hide private]
  names = ['start']
  tag = None
hash(x)

Inherited from CmdBase: gopts, opts, parser

Properties [hide private]
  completer

Inherited from CmdBase: cfg, goptions_dict, options_dict, specified_options_dict

Method Details [hide private]

cancel_command(self, signum, frame)

source code 
Overrides: CmdBase.cancel_command

Property Details [hide private]

completer

Get Method:
unreachable.completer(self)