genvid.toolbox.AllInOneTool

Warning

This module has been deprecated. Although the code is still working for our oldest model, it is not expected to work with the new Bastion API. Please, use the new genvid-bastion and genvid-sdk tools.

class genvid.toolbox.AllInOneTool(**kwargs)

Bases: genvid.toolbox.runtime.RuntimeTool

Main tool for managing the all-in-one local environment for development.

DESCRIPTION = 'Setup all-in-one local environment'

Its description

GENVID_STATIC_BINDING = None

A mirror of GENVID_STATIC_BINDING for using static ports in a local configuration

NAME = 'all-in-one'

Name of the tool

add_allinone_commands()

Delegate to add_runtime_commands()

run_allinone_command(command, options)

Delegate to run_runtime_command()

setup_jobs()