genvid.toolbox.AllInOneTool

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

An environment variable 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()