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()
def stop(): _c = Cluster() _c.stop()
def compile_with_config(): _c = Cluster() _c.compile(include_config=True)
def compile(): _c = Cluster() _c.compile()
def load(): _c = Cluster() _c.load()
def keygen(): _c = Cluster() _c.keygen()
def launch(): _c = Cluster() _c.launch()
def pull(): _c = Cluster() _c.pull()