Core Modules

The core modules provide the main package and CLI entry point.

dbx_python_cli package

dbx - A command line interface tool.

dbx_python_cli.cli module

Main CLI entry point for dbx.

dbx_python_cli.cli.get_git_hash()[source]

Get the current git commit hash.

dbx_python_cli.cli.get_help_text()[source]

Get help text with git hash.

dbx_python_cli.cli.main(ctx: Context, version: bool = <typer.models.OptionInfo object>, verbose: bool = <typer.models.OptionInfo object>, pager: bool = <typer.models.OptionInfo object>, backend: str = <typer.models.OptionInfo object>, edition: str = <typer.models.OptionInfo object>)[source]

A command line tool for DBX Python development tasks.

dbx_python_cli.cli.version_callback(value: bool)[source]

Show version and exit.