예제 #1
0
def init():
    _g = Graphistry()
    _g.create_bcrypt_container()
    _g.login()
    _g.save_config()
    _g.template_config()
    _g.load_investigations()

    _c = Cluster()
    _c.pull()
    _c.launch()
예제 #2
0
def stop():
    _c = Cluster()
    _c.stop()
예제 #3
0
def compile_with_config():
    _c = Cluster()
    _c.compile(include_config=True)
예제 #4
0
def compile():
    _c = Cluster()
    _c.compile()
예제 #5
0
def load():
    _c = Cluster()
    _c.load()
예제 #6
0
def keygen():
    _c = Cluster()
    _c.keygen()
예제 #7
0
def launch():
    _c = Cluster()
    _c.launch()
예제 #8
0
def pull():
    _c = Cluster()
    _c.pull()