diff --git a/dev/breeze/doc/images/output-commands.svg b/dev/breeze/doc/images/output-commands.svg
index 8aa291bc175d0..8a83d5a691da2 100644
--- a/dev/breeze/doc/images/output-commands.svg
+++ b/dev/breeze/doc/images/output-commands.svg
@@ -331,62 +331,62 @@
Usage:breeze[OPTIONS] COMMAND [ARGS]...╭─ Execution mode ─────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│--python-pPython major/minor version used in Airflow image for │
+│--python-pPython major/minor version used in Airflow image for ││images. ││(>3.9< | 3.10 | 3.11 | 3.12) ││[default: 3.9] │
-│--integrationCore Integrations to enable when running (can be more │
+│--integrationCore Integrations to enable when running (can be more ││than one). ││(all | all-testable | cassandra | celery | drill | ││kafka | kerberos | keycloak | mongo | mssql | ││openlineage | otel | pinot | qdrant | redis | statsd | ││tinkerpop | trino | ydb) │
-│--standalone-dag-processor/--no-standalone-dag-processoRun standalone dag processor for start-airflow │
-│r(required for Airflow 3). │
+│--standalone-dag-processor/--no-standalone-dag-process…Run standalone dag processor for start-airflow │
+│(required for Airflow 3). ││[default: standalone-dag-processor] │
-│--auth-managerSpecify the auth manager to set │
+│--auth-managerSpecify the auth manager to set ││(>SimpleAuthManager< | FabAuthManager)││[default: SimpleAuthManager] │╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯╭─ Docker Compose selection and cleanup ───────────────────────────────────────────────────────────────────────────────╮
-│--project-nameName of the docker-compose project to bring down. The `docker-compose` is for legacy breeze │
-│project name and you can use `breeze down --project-name docker-compose` to stop all containers │
+│--project-nameName of the docker-compose project to bring down. The `docker-compose` is for legacy breeze │
+│project name and you can use `breeze down --project-name docker-compose` to stop all containers ││belonging to it. ││(breeze | prek | docker-compose) ││[default: breeze] │
-│--docker-hostOptional - docker host to use when running docker commands. When set, the `--builder` option is │
+│--docker-hostOptional - docker host to use when running docker commands. When set, the `--builder` option is ││ignored when building images. ││(TEXT) │╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯╭─ Database ───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│--backend-bDatabase backend to use. Default is 'sqlite'. If 'none' is chosen, Breeze will│
+│--backend-bDatabase backend to use. Default is 'sqlite'. If 'none' is chosen, Breeze will││start with an invalid database configuration — no database will be available, ││and any attempt to run Airflow will fail. Use 'none' only for specific non-DB ││test cases. ││(>sqlite< | mysql | postgres | none) ││[default: sqlite] │
-│--postgres-version-PVersion of Postgres used.(>13< | 14 | 15 | 16 | 17)[default: 13]│
-│--mysql-version-MVersion of MySQL used.(>8.0< | 8.4)[default: 8.0]│
-│--db-reset-d/--no-db-resetReset DB when entering the container.[default: no-db-reset]│
+│--postgres-version-PVersion of Postgres used.(>13< | 14 | 15 | 16 | 17)[default: 13]│
+│--mysql-version-MVersion of MySQL used.(>8.0< | 8.4)[default: 8.0]│
+│--db-reset-d/--no-db-resetReset DB when entering the container.[default: no-db-reset]│╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯╭─ Build CI image (before entering shell) ─────────────────────────────────────────────────────────────────────────────╮
-│--github-repository-gGitHub repository used to pull, push run images.(TEXT)[default: apache/airflow]│
-│--builderBuildx builder used to perform `docker buildx build` commands.(TEXT)│
+│--github-repository-gGitHub repository used to pull, push run images.(TEXT)[default: apache/airflow]│
+│--builderBuildx builder used to perform `docker buildx build` commands.(TEXT)││[default: autodetect] │
-│--use-uv/--no-use-uvUse uv instead of pip as packaging tool to build the image.[default: use-uv]│
-│--uv-http-timeoutTimeout for requests that UV makes (only used in case of UV builds).(INTEGER RANGE)│
+│--use-uv/--no-use-uvUse uv instead of pip as packaging tool to build the image.[default: use-uv]│
+│--uv-http-timeoutTimeout for requests that UV makes (only used in case of UV builds).(INTEGER RANGE)││[default: 300; x>=1] │╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯╭─ Other options ──────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│--forward-credentials-fForward local credentials to container when running.│
-│--max-timeMaximum time that the command should take - if it takes longer, the command will fail.│
+│--forward-credentials-fForward local credentials to container when running.│
+│--max-timeMaximum time that the command should take - if it takes longer, the command will fail.││(INTEGER RANGE) │╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯╭─ Common options ─────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│--answer-aForce answer to questions.(y | n | q | yes | no | quit)│
-│--dry-run-DIf dry-run is set, commands are only printed, not executed.│
-│--verbose-vPrint verbose information about performed steps.│
-│--help-hShow this message and exit.│
+│--answer-aForce answer to questions.(y | n | q | yes | no | quit)│
+│--dry-run-DIf dry-run is set, commands are only printed, not executed.│
+│--verbose-vPrint verbose information about performed steps.│
+│--help-hShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯╭─ Developer commands ─────────────────────────────────────────────────────────────────────────────────────────────────╮│start-airflow Enter breeze environment and starts all Airflow components in the tmux session. Compile │
diff --git a/dev/breeze/doc/images/output_workflow-run_publish-docs.svg b/dev/breeze/doc/images/output_workflow-run_publish-docs.svg
index d15db05f27901..5c2fcf826611e 100644
--- a/dev/breeze/doc/images/output_workflow-run_publish-docs.svg
+++ b/dev/breeze/doc/images/output_workflow-run_publish-docs.svg
@@ -1,4 +1,4 @@
-