PowerConsole is primarily designed as embeddable execution engine, but it’s distributed with ready-to-use CLI console ipwc.py. Although this console is just a thin wrapper around the engine that handles extension packages and command line options, it gives you instant access to Python interpreter enhanced with PowerConsole commands (or PowerConsole enhanced with Python if you like).
Standard console supports next command line options:
Command line options are also extensible, so extension modules may register additional options. Use --help or refer to documentation of installed extension packages to learn about additional options your PowerConsole installation may support.
Standard console supports only extension packages that follow the PowerConsole Extension Specification. You may find list of known extensions in our Extension Package Index.