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

Class CmdShell

source code



shell

Load interactive IPython shell 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

Instance Methods [hide private]
 
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 = ['shell']

Inherited from CmdBase: gopts, opts, parser

Properties [hide private]

Inherited from CmdBase: cfg, goptions_dict, options_dict, specified_options_dict