dbx_container.cli
source module dbx_container.cli
Functions
-
display_runtimes — Display runtime information in a rich table.
-
setup_build_command — Setup the build dockerfiles command.
-
run_build_dockerfiles — Run the build dockerfiles command.
-
setup_list_command — Setup the list runtimes command.
-
run_list_runtimes — Run the list runtimes command.
-
setup_generate_matrix_command — Setup the generate matrix command.
-
run_generate_matrix — Run the generate matrix command.
-
main — Main entry point for the CLI.
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.