Skip to content

dbx_container.cli

source module dbx_container.cli

Functions

source display_runtimes(runtimes: list | None = None, verify_ssl: bool = True)Literal[1] | Literal[0]

Display runtime information in a rich table.

source setup_build_command(subparsers)None

Setup the build dockerfiles command.

source run_build_dockerfiles(args)Literal[1] | Literal[0]

Run the build dockerfiles command.

source setup_list_command(subparsers)None

Setup the list runtimes command.

source run_list_runtimes(args)Literal[1] | Literal[0]

Run the list runtimes command.

source setup_generate_matrix_command(subparsers)None

Setup the generate matrix command.

source run_generate_matrix(args)Literal[1] | Literal[0]

Run the generate matrix command.

source main()Literal[1] | Literal[0]

Main entry point for the CLI.