The interactive shell

Creating an interactive shell from a node tree.

if __name__ == '__main__':
    from deployer.client import start
    start(MyRootNode)

Special commands

Special commands: –inspect, –query, ...

Implementing a custom shell

TODO