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

Class CmdStop

source code



stop [options] <cluster>

Shutdown a running cluster

Example:

    $ starcluster stop mycluster

This will stop a currently running cluster tagged "mycluster"

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

Inherited from CmdBase: cancel_command, catch_ctrl_c, warn_experimental

Inherited from optcomplete.CmdComplete: autocomplete

Class Variables [hide private]
  names = ['stop']

Inherited from CmdBase: gopts, opts, parser

Properties [hide private]
  completer

Inherited from CmdBase: cfg, goptions_dict, options_dict, specified_options_dict

Property Details [hide private]

completer

Get Method:
unreachable.completer(self)