Package starcluster :: Package commands :: Module shell :: Class CmdShell
[hide private]
[frames] | no frames]

Class CmdShell

source code



shell

Load an interactive IPython shell configured for starcluster development

The following objects are automatically available at the prompt:

    cfg - starcluster.config.StarClusterConfig instance
    ec2 - starcluster.awsutils.EasyEC2 instance
    s3 - starcluster.awsutils.EasyS3 instance

All starcluster modules are automatically imported in the IPython session
along with the boto and paramiko modules

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

Inherited from base.CmdBase: addopts, cancel_command, catch_ctrl_c, warn_experimental

Inherited from base.CmdBase (private): _build_dict, _positive_int

Inherited from optcomplete.CmdComplete: autocomplete

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  names = ['shell', 'sh']

Inherited from base.CmdBase: gopts, gparser, opts, parser, subcmds_map

Inherited from base.CmdBase (private): _cfg, _cm, _ec2, _nm, _s3

Properties [hide private]

Inherited from base.CmdBase: cfg, cluster_manager, cm, comp_words, ec2, goptions_dict, log, nm, node_manager, options_dict, s3, specified_options_dict

Inherited from object: __class__