You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/06/29 08:48:10 UTC

[airflow] 03/39: Update 'rich' to latest version across the board. (#24186)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit df49aa06a6bad2010050cce13a9bd52ee705bb97
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Jun 4 20:43:44 2022 +0200

    Update 'rich' to latest version across the board. (#24186)
    
    That Also includes regenerating the breeze output images.
    
    (cherry picked from commit 13c62b52cbe0bdcf3319a403ce061268661245b3)
---
 .pre-commit-config.yaml                            |  42 +-
 dev/breeze/README.md                               |   2 +-
 dev/breeze/setup.cfg                               |   2 +-
 images/breeze/output-build-docs.svg                | 318 +++++++++++----
 images/breeze/output-build-image.svg               | 333 +++++++++++----
 images/breeze/output-build-prod-image.svg          | 418 ++++++++++++++-----
 images/breeze/output-cleanup.svg                   | 118 ++++--
 images/breeze/output-command-hash-export.svg       |  86 ++--
 images/breeze/output-commands-hash.txt             |   1 +
 images/breeze/output-commands.svg                  | 454 ++++++++++++++++-----
 images/breeze/output-config.svg                    | 148 +++++--
 images/breeze/output-docker-compose-tests.svg      | 128 ++++--
 images/breeze/output-exec.svg                      |  91 +++--
 images/breeze/output-find-newer-dependencies.svg   | 133 ++++--
 images/breeze/output-fix-ownership.svg             |  98 +++--
 images/breeze/output-free-space.svg                |  98 +++--
 images/breeze/output-generate-constraints.svg      | 188 ++++++---
 images/breeze/output-prepare-airflow-package.svg   | 123 ++++--
 .../output-prepare-provider-documentation.svg      | 173 ++++++--
 images/breeze/output-prepare-provider-packages.svg | 183 ++++++---
 images/breeze/output-pull-image.svg                | 183 ++++++---
 images/breeze/output-pull-prod-image.svg           | 183 ++++++---
 images/breeze/output-release-prod-images.svg       | 168 ++++++--
 images/breeze/output-resource-check.svg            |  91 +++--
 images/breeze/output-self-upgrade.svg              | 101 +++--
 images/breeze/output-setup-autocomplete.svg        | 113 +++--
 images/breeze/output-shell.svg                     | 264 +++++++++---
 images/breeze/output-start-airflow.svg             | 274 ++++++++++---
 images/breeze/output-static-checks.svg             | 285 ++++++++++---
 images/breeze/output-stop.svg                      | 106 +++--
 images/breeze/output-tests.svg                     | 133 ++++--
 images/breeze/output-verify-image.svg              | 128 ++++--
 images/breeze/output-verify-prod-image.svg         | 128 ++++--
 images/breeze/output-verify-provider-packages.svg  | 178 ++++++--
 images/breeze/output-version.svg                   |  86 ++--
 setup.cfg                                          |   2 +-
 36 files changed, 4140 insertions(+), 1420 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8f4039f1e9..22d9712590 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -324,7 +324,7 @@ repos:
         files: ^setup\.cfg$|^setup\.py$
         pass_filenames: false
         entry: ./scripts/ci/pre_commit/pre_commit_check_order_setup.py
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: check-extra-packages-references
         name: Checks setup extra packages
         description: Checks if all the libraries in setup.py are listed in extra-packages-ref.rst file
@@ -332,7 +332,7 @@ repos:
         files: ^setup\.py$|^docs/apache-airflow/extra-packages-ref\.rst$
         pass_filenames: false
         entry: ./scripts/ci/pre_commit/pre_commit_check_setup_extra_packages_ref.py
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
         # This check might be removed when min-airflow-version in providers is 2.2
       - id: check-airflow-2-1-compatibility
         name: Check that providers are 2.1 compatible.
@@ -340,21 +340,21 @@ repos:
         language: python
         pass_filenames: true
         files: ^airflow/providers/.*\.py$
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: update-breeze-file
         name: Update output of breeze commands in BREEZE.rst
         entry: ./scripts/ci/pre_commit/pre_commit_breeze_cmd_line.py
         language: python
         files: ^BREEZE\.rst$|^dev/breeze/.*$
         pass_filenames: false
-        additional_dependencies: ['rich>=12.4.1', 'rich-click']
+        additional_dependencies: ['rich>=12.4.4', 'rich-click']
       - id: update-local-yml-file
         name: Update mounts in the local yml file
         entry: ./scripts/ci/pre_commit/pre_commit_local_yml_mounts.py
         language: python
         files: ^dev/breeze/src/airflow_breeze/utils/docker_command_utils\.py$|^scripts/ci/docker_compose/local\.yml$
         pass_filenames: false
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: update-setup-cfg-file
         name: Update setup.cfg file with all licenses
         entry: ./scripts/ci/pre_commit/pre_commit_setup_cfg_file.sh
@@ -380,7 +380,7 @@ repos:
         language: python
         files: ^Dockerfile$
         pass_filenames: false
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: update-supported-versions
         name: Updates supported versions in documentation
         entry: ./scripts/ci/pre_commit/pre_commit_supported_versions.py
@@ -602,7 +602,7 @@ repos:
           - 'jsonschema>=3.2.0,<5.0.0'
           - 'tabulate==0.8.8'
           - 'jsonpath-ng==1.5.3'
-          - 'rich>=12.4.1'
+          - 'rich>=12.4.4'
       - id: check-pre-commit-information-consistent
         name: Update information re pre-commit hooks and verify ids and names
         entry: ./scripts/ci/pre_commit/pre_commit_check_pre_commit_hooks.py
@@ -610,7 +610,7 @@ repos:
           - --max-length=64
         language: python
         files: ^\.pre-commit-config\.yaml$|^scripts/ci/pre_commit/pre_commit_check_pre_commit_hook_names\.py$
-        additional_dependencies: ['pyyaml', 'jinja2', 'black==22.3.0', 'tabulate', 'rich>=12.4.1']
+        additional_dependencies: ['pyyaml', 'jinja2', 'black==22.3.0', 'tabulate', 'rich>=12.4.4']
         require_serial: true
         pass_filenames: false
       - id: check-airflow-providers-have-extras
@@ -620,7 +620,7 @@ repos:
         files: ^setup\.py$|^airflow/providers/.*\.py$
         pass_filenames: false
         require_serial: true
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: update-breeze-readme-config-hash
         name: Update Breeze README.md with config files hash
         language: python
@@ -635,7 +635,7 @@ repos:
         files: ^dev/breeze/.*$
         pass_filenames: false
         require_serial: true
-        additional_dependencies: ['click', 'rich>=12.4.1']
+        additional_dependencies: ['click', 'rich>=12.4.4']
       - id: check-system-tests-present
         name: Check if system tests have required segments of code
         entry: ./scripts/ci/pre_commit/pre_commit_check_system_tests.py
@@ -643,7 +643,7 @@ repos:
         files: ^tests/system/.*/example_[^/]*.py$
         exclude: ^tests/system/providers/google/bigquery/example_bigquery_queries\.py$
         pass_filenames: true
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: lint-markdown
         name: Run markdownlint
         description: Checks the style of Markdown files.
@@ -734,7 +734,7 @@ repos:
         language: python
         pass_filenames: true
         files: ^\.github/workflows/.*\.yml$
-        additional_dependencies: ['PyYAML', 'rich>=12.4.1']
+        additional_dependencies: ['PyYAML', 'rich>=12.4.4']
       - id: check-docstring-param-types
         name: Check that docstrings do not specify param types
         entry: ./scripts/ci/pre_commit/pre_commit_docstring_param_type.py
@@ -742,7 +742,7 @@ repos:
         pass_filenames: true
         files: \.py$
         exclude: ^airflow/_vendor/
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: lint-chart-schema
         name: Lint chart/values.schema.json file
         entry: ./scripts/ci/pre_commit/pre_commit_chart_schema.py
@@ -777,7 +777,7 @@ repos:
         entry: ./scripts/ci/pre_commit/pre_commit_mypy.py
         files: ^dev/.*\.py$
         require_serial: true
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: run-mypy
         name: Run mypy for core
         language: python
@@ -785,14 +785,14 @@ repos:
         files: \.py$
         exclude: ^provider_packages|^docs|^airflow/_vendor/|^airflow/providers|^airflow/migrations|^dev
         require_serial: true
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: run-mypy
         name: Run mypy for providers
         language: python
         entry: ./scripts/ci/pre_commit/pre_commit_mypy.py --namespace-packages
         files: ^airflow/providers/.*\.py$
         require_serial: true
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: run-mypy
         name: Run mypy for /docs/ folder
         language: python
@@ -800,7 +800,7 @@ repos:
         files: ^docs/.*\.py$
         exclude: ^docs/rtd-deprecation
         require_serial: true
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: run-flake8
         name: Run flake8
         language: python
@@ -808,7 +808,7 @@ repos:
         files: \.py$
         pass_filenames: true
         exclude: ^airflow/_vendor/
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: lint-javascript
         name: ESLint against airflow/ui
         language: python
@@ -816,7 +816,7 @@ repos:
         files: ^airflow/ui/
         entry: ./scripts/ci/pre_commit/pre_commit_ui_lint.py
         pass_filenames: false
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: lint-javascript
         name: ESLint against current UI JavaScript files
         language: python
@@ -824,12 +824,12 @@ repos:
         files: ^airflow/www/static/js/
         entry: ./scripts/ci/pre_commit/pre_commit_www_lint.py
         pass_filenames: false
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
       - id: update-migration-references
         name: Update migration ref doc
         language: python
         entry: ./scripts/ci/pre_commit/pre_commit_migration_reference.py
         pass_filenames: false
         files: ^airflow/migrations/versions/.*\.py$|^docs/apache-airflow/migrations-ref\.rst$
-        additional_dependencies: ['rich>=12.4.1']
+        additional_dependencies: ['rich>=12.4.4']
         ## ONLY ADD PRE-COMMITS HERE THAT REQUIRE CI IMAGE
diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index 78d69b4381..7794f25e4e 100644
--- a/dev/breeze/README.md
+++ b/dev/breeze/README.md
@@ -52,6 +52,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PRE-COMMIT.
 
 ---------------------------------------------------------------------------------------------------------
 
-Package config hash: 480e3d6ae41e7d82216d1d4196b5b44f65e0ff06a6e58f2a5b0c79c70c5912e8e4a42e99429cf3220718491f0ebde35a1a1d2663fd36cbd8d902a4d51f7ebeb1
+Package config hash: 40b9b6908905e94c93809cca70c68c632731242798dba9cbe62473e965cb4e5d44eaaa817c5ce9334397f3794a350bc00e3cf319631a25c461a935a389191e7b
 
 ---------------------------------------------------------------------------------------------------------
diff --git a/dev/breeze/setup.cfg b/dev/breeze/setup.cfg
index 14362ea492..9c7154ce52 100644
--- a/dev/breeze/setup.cfg
+++ b/dev/breeze/setup.cfg
@@ -63,7 +63,7 @@ install_requires =
     pytest-xdist
     pyyaml
     requests
-    rich>=12.4.1
+    rich>=12.4.4
     rich_click
 
 [options.packages.find]
diff --git a/images/breeze/output-build-docs.svg b/images/breeze/output-build-docs.svg
index c65181b9ae..928f8f898b 100644
--- a/images/breeze/output-build-docs.svg
+++ b/images/breeze/output-build-docs.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 1544.0000000000002" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 1392.0" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,90 +19,262 @@
         font-weight: 700;
     }
 
-    .terminal-925795226-matrix {
+    .terminal-1803387802-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-925795226-title {
+    .terminal-1803387802-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-925795226-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-925795226-r2 { fill: #c5c8c6 }
-.terminal-925795226-r3 { fill: #d0b344;font-weight: bold }
-.terminal-925795226-r4 { fill: #868887 }
-.terminal-925795226-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-925795226-r6 { fill: #98a84b;font-weight: bold }
-.terminal-925795226-r7 { fill: #8d7b39 }
+    .terminal-1803387802-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-1803387802-r2 { fill: #c5c8c6 }
+.terminal-1803387802-r3 { fill: #d0b344;font-weight: bold }
+.terminal-1803387802-r4 { fill: #868887 }
+.terminal-1803387802-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-1803387802-r6 { fill: #98a84b;font-weight: bold }
+.terminal-1803387802-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="1504" rx="12"/><text class="terminal-925795226-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: build-docs</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-1803387802-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="1341.0" />
+    </clipPath>
+    <clipPath id="terminal-1803387802-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-28">
+    <rect x="0" y="684.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-29">
+    <rect x="0" y="709.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-30">
+    <rect x="0" y="733.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-31">
+    <rect x="0" y="757.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-32">
+    <rect x="0" y="782.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-33">
+    <rect x="0" y="806.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-34">
+    <rect x="0" y="831.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-35">
+    <rect x="0" y="855.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-36">
+    <rect x="0" y="879.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-37">
+    <rect x="0" y="904.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-38">
+    <rect x="0" y="928.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-39">
+    <rect x="0" y="953.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-40">
+    <rect x="0" y="977.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-41">
+    <rect x="0" y="1001.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-42">
+    <rect x="0" y="1026.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-43">
+    <rect x="0" y="1050.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-44">
+    <rect x="0" y="1075.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-45">
+    <rect x="0" y="1099.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-46">
+    <rect x="0" y="1123.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-47">
+    <rect x="0" y="1148.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-48">
+    <rect x="0" y="1172.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-49">
+    <rect x="0" y="1197.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-50">
+    <rect x="0" y="1221.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-51">
+    <rect x="0" y="1245.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-52">
+    <rect x="0" y="1270.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1803387802-line-53">
+    <rect x="0" y="1294.7" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1390" rx="8"/><text class="terminal-1803387802-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;build-docs</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-1803387802-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-925795226-matrix" font-variant="east-asian-width-values"><tspan class="terminal-925795226-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-925795226-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-925795226-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-925795226-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;build-docs&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-925795226-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-925795226-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-925795226-r2" x="12.4" y="99.2" textLength="1463.2">Build&#160;documentation&#160;in&#160;the&#160;container.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-925795226-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="152" textLength="1488">╭─&#160;Doc&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-925795226-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-925795226-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="178.4" textLength="136.4">--docs-only</tspan><tspan class="terminal-925795226-r2" x="173.6" y="178.4" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="272.8" y="178.4" textLength="24.8">-d</tspan> [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="204.8" textLength="210.8">--spellcheck-only</tspan><tspan class="terminal-925795226-r2" x="248" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="272.8" y="204.8" textLength="24.8">-s</tspan><tspan class="terminal-925795226 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="231.2" textLength="198.4">--for-production</tspan><tspan class="terminal-925795226-r2" x="235.6" y="231.2" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="272.8" y="231.2" textLength="24.8">-p</tspan><tspan class="terminal-92 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="257.6" textLength="198.4">--package-filter</tspan><tspan class="terminal-925795226-r2" x="235.6" y="257.6" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="272.8" y="257.6" textLength="24.8">-p</tspan><tspan class="terminal-92 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="284" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="284" textLength="1128.4">(apache-airflow&#160;|&#160;apache-airflow-providers&#160;|&#160;apache-airflow-providers-airbyte&#160 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="310.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="310.4" textLength="1128.4">apache-airflow-providers-alibaba&#160;|&#160;apache-airflow-providers-amazon&#160;|&#160;&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="336.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="336.8" textLength="1128.4">apache-airflow-providers-apache-beam&#160;|&#160;apache-airflow-providers-apache-cassandra&#160; [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="363.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="363.2" textLength="1128.4">apache-airflow-providers-apache-drill&#160;|&#160;apache-airflow-providers-apache-druid&#160;|&# [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="389.6" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="389.6" textLength="1128.4">apache-airflow-providers-apache-hdfs&#160;|&#160;apache-airflow-providers-apache-hive&#160;|&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="416" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="416" textLength="1128.4">apache-airflow-providers-apache-kylin&#160;|&#160;apache-airflow-providers-apache-livy&#160;|&#160;&#1 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="442.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="442.4" textLength="1128.4">apache-airflow-providers-apache-pig&#160;|&#160;apache-airflow-providers-apache-pinot&#160;|&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="468.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="468.8" textLength="1128.4">apache-airflow-providers-apache-spark&#160;|&#160;apache-airflow-providers-apache-sqoop&#160;|&# [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="495.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="495.2" textLength="1128.4">apache-airflow-providers-arangodb&#160;|&#160;apache-airflow-providers-asana&#160;|&#160;&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="521.6" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="521.6" textLength="1128.4">apache-airflow-providers-celery&#160;|&#160;apache-airflow-providers-cloudant&#160;|&#160;&#160; [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="548" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="548" textLength="1128.4">apache-airflow-providers-cncf-kubernetes&#160;|&#160;apache-airflow-providers-databricks&#160;|&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="574.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="574.4" textLength="1128.4">apache-airflow-providers-datadog&#160;|&#160;apache-airflow-providers-dbt-cloud&#160;|&#160;&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="600.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="600.8" textLength="1128.4">apache-airflow-providers-dingding&#160;|&#160;apache-airflow-providers-discord&#160;|&#160;&#160 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="627.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="627.2" textLength="1128.4">apache-airflow-providers-docker&#160;|&#160;apache-airflow-providers-elasticsearch&#160;|&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="653.6" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="653.6" textLength="1128.4">apache-airflow-providers-exasol&#160;|&#160;apache-airflow-providers-facebook&#160;|&#160;&#160; [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="680" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="680" textLength="1128.4">apache-airflow-providers-ftp&#160;|&#160;apache-airflow-providers-github&#160;|&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="706.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="706.4" textLength="1128.4">apache-airflow-providers-google&#160;|&#160;apache-airflow-providers-grpc&#160;|&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="732.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="732.8" textLength="1128.4">apache-airflow-providers-hashicorp&#160;|&#160;apache-airflow-providers-http&#160;|&#160;&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="759.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="759.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="759.2" textLength="1128.4">apache-airflow-providers-imap&#160;|&#160;apache-airflow-providers-influxdb&#160;|&#160;&#160;&# [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="785.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="785.6" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="785.6" textLength="1128.4">apache-airflow-providers-jdbc&#160;|&#160;apache-airflow-providers-jenkins&#160;|&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="812" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="812" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="812" textLength="1128.4">apache-airflow-providers-jira&#160;|&#160;apache-airflow-providers-microsoft-azure&#160;|&#160;&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="838.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="838.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="838.4" textLength="1128.4">apache-airflow-providers-microsoft-mssql&#160;|&#160;apache-airflow-providers-microsoft-psrp&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="864.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="864.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="864.8" textLength="1128.4">apache-airflow-providers-microsoft-winrm&#160;|&#160;apache-airflow-providers-mongo&#160;|&#160; [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="891.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="891.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="891.2" textLength="1128.4">apache-airflow-providers-mysql&#160;|&#160;apache-airflow-providers-neo4j&#160;|&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="917.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="917.6" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="917.6" textLength="1128.4">apache-airflow-providers-odbc&#160;|&#160;apache-airflow-providers-openfaas&#160;|&#160;&#160;&# [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="944" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="944" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="944" textLength="1128.4">apache-airflow-providers-opsgenie&#160;|&#160;apache-airflow-providers-oracle&#160;|&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="970.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="970.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="970.4" textLength="1128.4">apache-airflow-providers-pagerduty&#160;|&#160;apache-airflow-providers-papermill&#160;|&#160;&# [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="996.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="996.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="996.8" textLength="1128.4">apache-airflow-providers-plexus&#160;|&#160;apache-airflow-providers-postgres&#160;|&#160;&#160; [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1023.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1023.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1023.2" textLength="1128.4">apache-airflow-providers-presto&#160;|&#160;apache-airflow-providers-qubole&#160;|&#160;&#160 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1049.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1049.6" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1049.6" textLength="1128.4">apache-airflow-providers-redis&#160;|&#160;apache-airflow-providers-salesforce&#160;|&#160;&# [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1076" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1076" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1076" textLength="1128.4">apache-airflow-providers-samba&#160;|&#160;apache-airflow-providers-segment&#160;|&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1102.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1102.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1102.4" textLength="1128.4">apache-airflow-providers-sendgrid&#160;|&#160;apache-airflow-providers-sftp&#160;|&#160;&#160 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1128.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1128.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1128.8" textLength="1128.4">apache-airflow-providers-singularity&#160;|&#160;apache-airflow-providers-slack&#160;|&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1155.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1155.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1155.2" textLength="1128.4">apache-airflow-providers-snowflake&#160;|&#160;apache-airflow-providers-sqlite&#160;|&#160;&# [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1181.6" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1181.6" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1181.6" textLength="1128.4">apache-airflow-providers-ssh&#160;|&#160;apache-airflow-providers-tableau&#160;|&#160;&#160;& [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1208" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1208" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1208" textLength="1128.4">apache-airflow-providers-telegram&#160;|&#160;apache-airflow-providers-trino&#160;|&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1234.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1234.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1234.4" textLength="1128.4">apache-airflow-providers-vertica&#160;|&#160;apache-airflow-providers-yandex&#160;|&#160;&#16 [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1260.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1260.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r7" x="322.4" y="1260.8" textLength="1128.4">apache-airflow-providers-zendesk&#160;|&#160;docker-stack&#160;|&#160;helm-chart)&#160;&#160; [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1287.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-925795226-r2" x="1488" y="1287.2" textLength="12.4">
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1313.6" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-925795226-r2" x="1488" y="1313.6" textLength="12.4">
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1340" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1340" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="1340" textLength="111.6">--verbose</tspan><tspan class="terminal-925795226-r2" x="148.8" y="1340" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="297.6" y="1340" textLength [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1366.4" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1366.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="1366.4" textLength="111.6">--dry-run</tspan><tspan class="terminal-925795226-r2" x="148.8" y="1366.4" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="297.6" y="1366.4"  [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1392.8" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1392.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="1392.8" textLength="235.6">--github-repository</tspan><tspan class="terminal-925795226-r2" x="272.8" y="1392.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="297.6" y="1392.8" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1419.2" textLength="12.4">│</tspan><tspan class="terminal-925795226-r2" x="12.4" y="1419.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-925795226-r5" x="37.2" y="1419.2" textLength="74.4">--help</tspan><tspan class="terminal-925795226-r2" x="111.6" y="1419.2" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-925795226-r6" x="297.6" [...]
-</tspan><tspan class="terminal-925795226-r4" x="0" y="1445.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-925795226-r2" x="1488" y="1445.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-1803387802-matrix">
+    <text class="terminal-1803387802-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-1803387802-line-0)">
+</text><text class="terminal-1803387802-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-1803387802-line-1)">Usage:&#160;</text><text class="terminal-1803387802-r1" x="97.6" y="44.4" textLength="329.4" clip-path="url(#terminal-1803387802-line-1)">breeze&#160;build-docs&#160;[OPTIONS]</text><text class="terminal-1803387802-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-1)">
+</text><text class="terminal-1803387802-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-2)">
+</text><text class="terminal-1803387802-r2" x="12.2" y="93.2" textLength="451.4" clip-path="url(#terminal-1803387802-line-3)">Build&#160;documentation&#160;in&#160;the&#160;container.</text><text class="terminal-1803387802-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-3)">
+</text><text class="terminal-1803387802-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-4)">
+</text><text class="terminal-1803387802-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-1803387802-line-5)">╭─</text><text class="terminal-1803387802-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-1803387802-line-5)">&#160;Doc&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1803387802-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-180338 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-6)">│</text><text class="terminal-1803387802-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-6)">-</text><text class="terminal-1803387802-r5" x="36.6" y="166.4" textLength="61" clip-path="url(#terminal-1803387802-line-6)">-docs</text><text class="terminal-1803387802-r5" x="97.6" y="166.4" textLength="61" clip-path="url(#terminal-18033878 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-7)">│</text><text class="terminal-1803387802-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-7)">-</text><text class="terminal-1803387802-r5" x="36.6" y="190.8" textLength="134.2" clip-path="url(#terminal-1803387802-line-7)">-spellcheck</text><text class="terminal-1803387802-r5" x="170.8" y="190.8" textLength="61" clip-path="url(#termina [...]
+</text><text class="terminal-1803387802-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-8)">│</text><text class="terminal-1803387802-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-8)">-</text><text class="terminal-1803387802-r5" x="36.6" y="215.2" textLength="48.8" clip-path="url(#terminal-1803387802-line-8)">-for</text><text class="terminal-1803387802-r5" x="85.4" y="215.2" textLength="134.2" clip-path="url(#terminal-1803 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-9)">│</text><text class="terminal-1803387802-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-9)">-</text><text class="terminal-1803387802-r5" x="36.6" y="239.6" textLength="97.6" clip-path="url(#terminal-1803387802-line-9)">-package</text><text class="terminal-1803387802-r5" x="134.2" y="239.6" textLength="85.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-1803387802-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-1803387802-line-10)">│</text><text class="terminal-1803387802-r7" x="305" y="264" textLength="1134.6" clip-path="url(#terminal-1803387802-line-10)">(apache-airflow&#160;|&#160;apache-airflow-providers&#160;|&#160;apache-airflow-providers-airbyte&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451.8"  [...]
+</text><text class="terminal-1803387802-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-11)">│</text><text class="terminal-1803387802-r7" x="305" y="288.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-11)">apache-airflow-providers-alibaba&#160;|&#160;apache-airflow-providers-amazon&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text [...]
+</text><text class="terminal-1803387802-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-12)">│</text><text class="terminal-1803387802-r7" x="305" y="312.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-12)">apache-airflow-providers-apache-beam&#160;|&#160;apache-airflow-providers-apache-cassandra&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451.8" y="312.8" textLength= [...]
+</text><text class="terminal-1803387802-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-13)">│</text><text class="terminal-1803387802-r7" x="305" y="337.2" textLength="1134.6" clip-path="url(#terminal-1803387802-line-13)">apache-airflow-providers-apache-drill&#160;|&#160;apache-airflow-providers-apache-druid&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451.8" y="337 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-14)">│</text><text class="terminal-1803387802-r7" x="305" y="361.6" textLength="1134.6" clip-path="url(#terminal-1803387802-line-14)">apache-airflow-providers-apache-hdfs&#160;|&#160;apache-airflow-providers-apache-hive&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-1803387802-line-15)">│</text><text class="terminal-1803387802-r7" x="305" y="386" textLength="1134.6" clip-path="url(#terminal-1803387802-line-15)">apache-airflow-providers-apache-kylin&#160;|&#160;apache-airflow-providers-apache-livy&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451.8" y="38 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-16)">│</text><text class="terminal-1803387802-r7" x="305" y="410.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-16)">apache-airflow-providers-apache-pig&#160;|&#160;apache-airflow-providers-apache-pinot&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-17)">│</text><text class="terminal-1803387802-r7" x="305" y="434.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-17)">apache-airflow-providers-apache-spark&#160;|&#160;apache-airflow-providers-apache-sqoop&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451.8" y="434 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-18)">│</text><text class="terminal-1803387802-r7" x="305" y="459.2" textLength="1134.6" clip-path="url(#terminal-1803387802-line-18)">apache-airflow-providers-arangodb&#160;|&#160;apache-airflow-providers-asana&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text [...]
+</text><text class="terminal-1803387802-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-19)">│</text><text class="terminal-1803387802-r7" x="305" y="483.6" textLength="1134.6" clip-path="url(#terminal-1803387802-line-19)">apache-airflow-providers-celery&#160;|&#160;apache-airflow-providers-cloudant&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><tex [...]
+</text><text class="terminal-1803387802-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-1803387802-line-20)">│</text><text class="terminal-1803387802-r7" x="305" y="508" textLength="1134.6" clip-path="url(#terminal-1803387802-line-20)">apache-airflow-providers-cncf-kubernetes&#160;|&#160;apache-airflow-providers-databricks&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451.8" y="508" textLen [...]
+</text><text class="terminal-1803387802-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-21)">│</text><text class="terminal-1803387802-r7" x="305" y="532.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-21)">apache-airflow-providers-datadog&#160;|&#160;apache-airflow-providers-dbt-cloud&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="t [...]
+</text><text class="terminal-1803387802-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-22)">│</text><text class="terminal-1803387802-r7" x="305" y="556.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-22)">apache-airflow-providers-dingding&#160;|&#160;apache-airflow-providers-discord&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text cla [...]
+</text><text class="terminal-1803387802-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-23)">│</text><text class="terminal-1803387802-r7" x="305" y="581.2" textLength="1134.6" clip-path="url(#terminal-1803387802-line-23)">apache-airflow-providers-docker&#160;|&#160;apache-airflow-providers-elasticsearch&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-24)">│</text><text class="terminal-1803387802-r7" x="305" y="605.6" textLength="1134.6" clip-path="url(#terminal-1803387802-line-24)">apache-airflow-providers-exasol&#160;|&#160;apache-airflow-providers-facebook&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><tex [...]
+</text><text class="terminal-1803387802-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-1803387802-line-25)">│</text><text class="terminal-1803387802-r7" x="305" y="630" textLength="1134.6" clip-path="url(#terminal-1803387802-line-25)">apache-airflow-providers-ftp&#160;|&#160;apache-airflow-providers-github&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-1803387802-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-26)">│</text><text class="terminal-1803387802-r7" x="305" y="654.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-26)">apache-airflow-providers-google&#160;|&#160;apache-airflow-providers-grpc&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-27)">│</text><text class="terminal-1803387802-r7" x="305" y="678.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-27)">apache-airflow-providers-hashicorp&#160;|&#160;apache-airflow-providers-http&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text [...]
+</text><text class="terminal-1803387802-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-28)">│</text><text class="terminal-1803387802-r7" x="305" y="703.2" textLength="1134.6" clip-path="url(#terminal-1803387802-line-28)">apache-airflow-providers-imap&#160;|&#160;apache-airflow-providers-influxdb&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;< [...]
+</text><text class="terminal-1803387802-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-29)">│</text><text class="terminal-1803387802-r7" x="305" y="727.6" textLength="1134.6" clip-path="url(#terminal-1803387802-line-29)">apache-airflow-providers-jdbc&#160;|&#160;apache-airflow-providers-jenkins&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-1803387802-r4" x="0" y="752" textLength="12.2" clip-path="url(#terminal-1803387802-line-30)">│</text><text class="terminal-1803387802-r7" x="305" y="752" textLength="1134.6" clip-path="url(#terminal-1803387802-line-30)">apache-airflow-providers-jira&#160;|&#160;apache-airflow-providers-microsoft-azure&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802- [...]
+</text><text class="terminal-1803387802-r4" x="0" y="776.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-31)">│</text><text class="terminal-1803387802-r7" x="305" y="776.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-31)">apache-airflow-providers-microsoft-mssql&#160;|&#160;apache-airflow-providers-microsoft-psrp&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r4" x="1451.8" y="776.4" textLength="12.2" cli [...]
+</text><text class="terminal-1803387802-r4" x="0" y="800.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-32)">│</text><text class="terminal-1803387802-r7" x="305" y="800.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-32)">apache-airflow-providers-microsoft-winrm&#160;|&#160;apache-airflow-providers-mongo&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1803387802-r [...]
+</text><text class="terminal-1803387802-r4" x="0" y="825.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-33)">│</text><text class="terminal-1803387802-r7" x="305" y="825.2" textLength="1134.6" clip-path="url(#terminal-1803387802-line-33)">apache-airflow-providers-mysql&#160;|&#160;apache-airflow-providers-neo4j&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="849.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-34)">│</text><text class="terminal-1803387802-r7" x="305" y="849.6" textLength="1134.6" clip-path="url(#terminal-1803387802-line-34)">apache-airflow-providers-odbc&#160;|&#160;apache-airflow-providers-openfaas&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;< [...]
+</text><text class="terminal-1803387802-r4" x="0" y="874" textLength="12.2" clip-path="url(#terminal-1803387802-line-35)">│</text><text class="terminal-1803387802-r7" x="305" y="874" textLength="1134.6" clip-path="url(#terminal-1803387802-line-35)">apache-airflow-providers-opsgenie&#160;|&#160;apache-airflow-providers-oracle&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text cl [...]
+</text><text class="terminal-1803387802-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-36)">│</text><text class="terminal-1803387802-r7" x="305" y="898.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-36)">apache-airflow-providers-pagerduty&#160;|&#160;apache-airflow-providers-papermill&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-18 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="922.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-37)">│</text><text class="terminal-1803387802-r7" x="305" y="922.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-37)">apache-airflow-providers-plexus&#160;|&#160;apache-airflow-providers-postgres&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><tex [...]
+</text><text class="terminal-1803387802-r4" x="0" y="947.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-38)">│</text><text class="terminal-1803387802-r7" x="305" y="947.2" textLength="1134.6" clip-path="url(#terminal-1803387802-line-38)">apache-airflow-providers-presto&#160;|&#160;apache-airflow-providers-qubole&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;< [...]
+</text><text class="terminal-1803387802-r4" x="0" y="971.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-39)">│</text><text class="terminal-1803387802-r7" x="305" y="971.6" textLength="1134.6" clip-path="url(#terminal-1803387802-line-39)">apache-airflow-providers-redis&#160;|&#160;apache-airflow-providers-salesforce&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text cla [...]
+</text><text class="terminal-1803387802-r4" x="0" y="996" textLength="12.2" clip-path="url(#terminal-1803387802-line-40)">│</text><text class="terminal-1803387802-r7" x="305" y="996" textLength="1134.6" clip-path="url(#terminal-1803387802-line-40)">apache-airflow-providers-samba&#160;|&#160;apache-airflow-providers-segment&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tex [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1020.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-41)">│</text><text class="terminal-1803387802-r7" x="305" y="1020.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-41)">apache-airflow-providers-sendgrid&#160;|&#160;apache-airflow-providers-sftp&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1044.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-42)">│</text><text class="terminal-1803387802-r7" x="305" y="1044.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-42)">apache-airflow-providers-singularity&#160;|&#160;apache-airflow-providers-slack&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class= [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1069.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-43)">│</text><text class="terminal-1803387802-r7" x="305" y="1069.2" textLength="1134.6" clip-path="url(#terminal-1803387802-line-43)">apache-airflow-providers-snowflake&#160;|&#160;apache-airflow-providers-sqlite&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text c [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1093.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-44)">│</text><text class="terminal-1803387802-r7" x="305" y="1093.6" textLength="1134.6" clip-path="url(#terminal-1803387802-line-44)">apache-airflow-providers-ssh&#160;|&#160;apache-airflow-providers-tableau&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1118" textLength="12.2" clip-path="url(#terminal-1803387802-line-45)">│</text><text class="terminal-1803387802-r7" x="305" y="1118" textLength="1134.6" clip-path="url(#terminal-1803387802-line-45)">apache-airflow-providers-telegram&#160;|&#160;apache-airflow-providers-trino&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text>< [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1142.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-46)">│</text><text class="terminal-1803387802-r7" x="305" y="1142.4" textLength="1134.6" clip-path="url(#terminal-1803387802-line-46)">apache-airflow-providers-vertica&#160;|&#160;apache-airflow-providers-yandex&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</te [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1166.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-47)">│</text><text class="terminal-1803387802-r7" x="305" y="1166.8" textLength="1134.6" clip-path="url(#terminal-1803387802-line-47)">apache-airflow-providers-zendesk&#160;|&#160;docker-stack&#160;|&#160;helm-chart)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1191.2" textLength="1464" clip-path="url(#terminal-1803387802-line-48)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1803387802-r2" x="1464" y="1191.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-48)">
+</text><text class="terminal-1803387802-r4" x="0" y="1215.6" textLength="24.4" clip-path="url(#terminal-1803387802-line-49)">╭─</text><text class="terminal-1803387802-r4" x="24.4" y="1215.6" textLength="1415.2" clip-path="url(#terminal-1803387802-line-49)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1803387802-r4" x="1439.6" y="1215.6" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1240" textLength="12.2" clip-path="url(#terminal-1803387802-line-50)">│</text><text class="terminal-1803387802-r5" x="24.4" y="1240" textLength="12.2" clip-path="url(#terminal-1803387802-line-50)">-</text><text class="terminal-1803387802-r5" x="36.6" y="1240" textLength="97.6" clip-path="url(#terminal-1803387802-line-50)">-verbose</text><text class="terminal-1803387802-r6" x="280.6" y="1240" textLength="24.4" clip-path="url(#terminal-1 [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1264.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-51)">│</text><text class="terminal-1803387802-r5" x="24.4" y="1264.4" textLength="12.2" clip-path="url(#terminal-1803387802-line-51)">-</text><text class="terminal-1803387802-r5" x="36.6" y="1264.4" textLength="48.8" clip-path="url(#terminal-1803387802-line-51)">-dry</text><text class="terminal-1803387802-r5" x="85.4" y="1264.4" textLength="48.8" clip-path="url(#termina [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1288.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-52)">│</text><text class="terminal-1803387802-r5" x="24.4" y="1288.8" textLength="12.2" clip-path="url(#terminal-1803387802-line-52)">-</text><text class="terminal-1803387802-r5" x="36.6" y="1288.8" textLength="85.4" clip-path="url(#terminal-1803387802-line-52)">-github</text><text class="terminal-1803387802-r5" x="122" y="1288.8" textLength="134.2" clip-path="url(#term [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1313.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-53)">│</text><text class="terminal-1803387802-r5" x="24.4" y="1313.2" textLength="12.2" clip-path="url(#terminal-1803387802-line-53)">-</text><text class="terminal-1803387802-r5" x="36.6" y="1313.2" textLength="61" clip-path="url(#terminal-1803387802-line-53)">-help</text><text class="terminal-1803387802-r6" x="280.6" y="1313.2" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-1803387802-r4" x="0" y="1337.6" textLength="1464" clip-path="url(#terminal-1803387802-line-54)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1803387802-r2" x="1464" y="1337.6" textLength="12.2" clip-path="url(#terminal-1803387802-line-54)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-build-image.svg b/images/breeze/output-build-image.svg
index b779367062..34c28afd8b 100644
--- a/images/breeze/output-build-image.svg
+++ b/images/breeze/output-build-image.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 1623.2" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 1465.1999999999998" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,93 +19,274 @@
         font-weight: 700;
     }
 
-    .terminal-2884033632-matrix {
+    .terminal-1635638368-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2884033632-title {
+    .terminal-1635638368-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2884033632-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2884033632-r2 { fill: #c5c8c6 }
-.terminal-2884033632-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2884033632-r4 { fill: #868887 }
-.terminal-2884033632-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2884033632-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2884033632-r7 { fill: #8d7b39 }
+    .terminal-1635638368-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-1635638368-r2 { fill: #c5c8c6 }
+.terminal-1635638368-r3 { fill: #d0b344;font-weight: bold }
+.terminal-1635638368-r4 { fill: #868887 }
+.terminal-1635638368-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-1635638368-r6 { fill: #98a84b;font-weight: bold }
+.terminal-1635638368-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="1583.2" rx="12"/><text class="terminal-2884033632-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: build-image</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-1635638368-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="1414.1999999999998" />
+    </clipPath>
+    <clipPath id="terminal-1635638368-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-28">
+    <rect x="0" y="684.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-29">
+    <rect x="0" y="709.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-30">
+    <rect x="0" y="733.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-31">
+    <rect x="0" y="757.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-32">
+    <rect x="0" y="782.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-33">
+    <rect x="0" y="806.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-34">
+    <rect x="0" y="831.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-35">
+    <rect x="0" y="855.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-36">
+    <rect x="0" y="879.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-37">
+    <rect x="0" y="904.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-38">
+    <rect x="0" y="928.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-39">
+    <rect x="0" y="953.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-40">
+    <rect x="0" y="977.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-41">
+    <rect x="0" y="1001.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-42">
+    <rect x="0" y="1026.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-43">
+    <rect x="0" y="1050.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-44">
+    <rect x="0" y="1075.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-45">
+    <rect x="0" y="1099.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-46">
+    <rect x="0" y="1123.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-47">
+    <rect x="0" y="1148.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-48">
+    <rect x="0" y="1172.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-49">
+    <rect x="0" y="1197.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-50">
+    <rect x="0" y="1221.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-51">
+    <rect x="0" y="1245.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-52">
+    <rect x="0" y="1270.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-53">
+    <rect x="0" y="1294.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-54">
+    <rect x="0" y="1319.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-55">
+    <rect x="0" y="1343.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1635638368-line-56">
+    <rect x="0" y="1367.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1463.2" rx="8"/><text class="terminal-1635638368-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;build-image</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-1635638368-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2884033632-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2884033632-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2884033632-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2884033632-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2884033632-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;build-image&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2884033632-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2884033632-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="99.2" textLength="1463.2">Build&#160;CI&#160;image.&#160;Include&#160;building&#160;multiple&#160;images&#160;for&#160;all&#160;python&#160;versions&#160;(sequentially).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2884033632-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="152" textLength="1488">╭─&#160;Basic&#160;usage&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2884033632-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="178.4" textLength="99.2">--python</tspan><tspan class="terminal-2884033632-r2" x="136.4" y="178.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="204.8" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r7" x="496" y="204.8" textLength="744">(&gt;3.7&lt; [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="231.2" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r4" x="496" y="231.2" textLength="744">[default:&#1 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="257.6" textLength="384.4">--upgrade-to-newer-dependencies</tspan><tspan class="terminal-2884033632-r2" x="421.6" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r6" x="446.4" y="257.6" textLength="24.8">-u</tspan><tspan clas [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="284" textLength="198.4">--debian-version</tspan><tspan class="terminal-2884033632-r2" x="235.6" y="284" textLength="210.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-288403 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="310.4" textLength="136.4">--image-tag</tspan><tspan class="terminal-2884033632-r2" x="173.6" y="310.4" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</ts [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="336.8" textLength="186">--tag-as-latest</tspan><tspan class="terminal-2884033632-r2" x="223.2" y="336.8" textLength="223.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="term [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="363.2" textLength="992">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Useful&#160;when&#160;you&#160;build&#160;or&#160;pull&#160;image&#160;with&#160;</tspan><tspan [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="389.6" textLength="173.6">--docker-cache</tspan><tspan class="terminal-2884033632-r2" x="210.8" y="389.6" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan clas [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="416" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r4" x="496" y="416" textLength="558">[default:&#160;reg [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="442.4" textLength="161.2">--force-build</tspan><tspan class="terminal-2884033632-r2" x="198.4" y="442.4" textLength="248">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan c [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="468.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2884033632-r2" x="1488" y="468.8" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="495.2" textLength="1488">╭─&#160;Building&#160;multiple&#160;images&#160;───────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2884033632-r2" x="1488" y="495.2" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="521.6" textLength="285.2">--build-multiple-images</tspan><tspan class="terminal-2884033632-r2" x="322.4" y="521.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="372" y="521.6" textLength="1078.8">Run&#160;the&#160 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="548" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="548" textLength="210.8">--python-versions</tspan><tspan class="terminal-2884033632-r2" x="248" y="548" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="372" y="548" textLength="967.2">S [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="574.4" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r4" x="372" y="574.4" textLength="967.2">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="600.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2884033632-r2" x="1488" y="600.8" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="627.2" textLength="1488">╭─&#160;Advanced&#160;options&#160;(for&#160;power&#160;users)&#160;─────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2884033632-r2" x="1488" y="627.2" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="653.6" textLength="396.8">--install-providers-from-sources</tspan><tspan class="terminal-2884033632-r2" x="434" y="653.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y="653.6" textLength="967.2">Install&# [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="680" textLength="322.4">--airflow-constraints-mode</tspan><tspan class="terminal-2884033632-r2" x="359.6" y="680" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y="680" textLen [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="706.4" textLength="471.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r7" x="483.6" y="706.4" textLength="880.4">(constraints-s [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="732.8" textLength="471.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r4" x="483.6" y="732.8" textLength="880.4">[default:&#160 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="759.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="759.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="759.2" textLength="384.4">--airflow-constraints-reference</tspan><tspan class="terminal-2884033632-r2" x="421.6" y="759.2" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y="759.2" textLength="644.8">Cons [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="785.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="785.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="785.6" textLength="297.6">--additional-python-deps</tspan><tspan class="terminal-2884033632-r2" x="334.8" y="785.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="48 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="812" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="812" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="812" textLength="223.2">--runtime-apt-deps</tspan><tspan class="terminal-2884033632-r2" x="260.4" y="812" textLength="223.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="838.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="838.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="838.4" textLength="260.4">--runtime-apt-command</tspan><tspan class="terminal-2884033632-r2" x="297.6" y="838.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="864.8" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="864.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="864.8" textLength="235.6">--additional-extras</tspan><tspan class="terminal-2884033632-r2" x="272.8" y="864.8" textLength="210.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="term [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="891.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="891.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="891.2" textLength="359.6">--additional-runtime-apt-deps</tspan><tspan class="terminal-2884033632-r2" x="396.8" y="891.2" textLength="86.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y="891.2" textLength= [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="917.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="917.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="917.6" textLength="347.2">--additional-runtime-apt-env</tspan><tspan class="terminal-2884033632-r2" x="384.4" y="917.6" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y="917.6" textLe [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="944" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="944" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="944" textLength="396.8">--additional-runtime-apt-command</tspan><tspan class="terminal-2884033632-r2" x="434" y="944" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y="944" textLength="818.4">Additional&#160;com [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="970.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="970.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="970.4" textLength="310">--additional-dev-apt-deps</tspan><tspan class="terminal-2884033632-r2" x="347.2" y="970.4" textLength="136.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y= [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="996.8" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="996.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="996.8" textLength="297.6">--additional-dev-apt-env</tspan><tspan class="terminal-2884033632-r2" x="334.8" y="996.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="48 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1023.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1023.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1023.2" textLength="347.2">--additional-dev-apt-command</tspan><tspan class="terminal-2884033632-r2" x="384.4" y="1023.2" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="483.6" y="1023.2" t [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1049.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1049.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1049.6" textLength="173.6">--dev-apt-deps</tspan><tspan class="terminal-2884033632-r2" x="210.8" y="1049.6" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1076" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1076" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1076" textLength="210.8">--dev-apt-command</tspan><tspan class="terminal-2884033632-r2" x="248" y="1076" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class=" [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1102.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2884033632-r2" x="1488" y="1102.4" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1128.8" textLength="1488">╭─&#160;Preparing&#160;cache&#160;and&#160;push&#160;(for&#160;maintainers&#160;and&#160;CI)&#160;──────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2884033632-r2" x="1488" y="1128.8" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1155.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1155.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1155.2" textLength="173.6">--github-token</tspan><tspan class="terminal-2884033632-r2" x="210.8" y="1155.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="359.6" y [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1181.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1181.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1181.6" textLength="210.8">--github-username</tspan><tspan class="terminal-2884033632-r2" x="248" y="1181.6" textLength="111.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="359.6" y="1181.6" textLen [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1208" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1208" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1208" textLength="124">--platform</tspan><tspan class="terminal-2884033632-r2" x="161.2" y="1208" textLength="198.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1234.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1234.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1234.4" textLength="148.8">--push-image</tspan><tspan class="terminal-2884033632-r2" x="186" y="1234.4" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x=" [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1260.8" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1260.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1260.8" textLength="161.2">--empty-image</tspan><tspan class="terminal-2884033632-r2" x="198.4" y="1260.8" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="359 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1287.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1287.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1287.2" textLength="272.8">--prepare-buildx-cache</tspan><tspan class="terminal-2884033632-r2" x="310" y="1287.2" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="359.6" y="1287.2" textLength="1091.2">Prepares&#160 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1313.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1313.6" textLength="347.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r2" x="359.6" y="1313.6" textLength="1091.2">the&#160;image).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1340" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2884033632-r2" x="1488" y="1340" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1366.4" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2884033632-r2" x="1488" y="1366.4" textLength="12.4">
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1392.8" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1392.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1392.8" textLength="235.6">--github-repository</tspan><tspan class="terminal-2884033632-r2" x="272.8" y="1392.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r6" x="297.6" y="1392.8" textLength="24.8">-g</tspan><tspan class="term [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1419.2" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1419.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1419.2" textLength="111.6">--verbose</tspan><tspan class="terminal-2884033632-r2" x="148.8" y="1419.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r6" x="297.6" y="141 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1445.6" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1445.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1445.6" textLength="111.6">--dry-run</tspan><tspan class="terminal-2884033632-r2" x="148.8" y="1445.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r6" x="297.6" y="144 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1472" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1472" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1472" textLength="99.2">--answer</tspan><tspan class="terminal-2884033632-r2" x="136.4" y="1472" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r6" x="297.6" y="1472" t [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1498.4" textLength="12.4">│</tspan><tspan class="terminal-2884033632-r2" x="12.4" y="1498.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2884033632-r5" x="37.2" y="1498.4" textLength="74.4">--help</tspan><tspan class="terminal-2884033632-r2" x="111.6" y="1498.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2884033632-r6" x="2 [...]
-</tspan><tspan class="terminal-2884033632-r4" x="0" y="1524.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2884033632-r2" x="1488" y="1524.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-1635638368-matrix">
+    <text class="terminal-1635638368-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-1635638368-line-0)">
+</text><text class="terminal-1635638368-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-1635638368-line-1)">Usage:&#160;</text><text class="terminal-1635638368-r1" x="97.6" y="44.4" textLength="341.6" clip-path="url(#terminal-1635638368-line-1)">breeze&#160;build-image&#160;[OPTIONS]</text><text class="terminal-1635638368-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-1)">
+</text><text class="terminal-1635638368-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-2)">
+</text><text class="terminal-1635638368-r2" x="12.2" y="93.2" textLength="1073.6" clip-path="url(#terminal-1635638368-line-3)">Build&#160;CI&#160;image.&#160;Include&#160;building&#160;multiple&#160;images&#160;for&#160;all&#160;python&#160;versions&#160;(sequentially).</text><text class="terminal-1635638368-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-3)">
+</text><text class="terminal-1635638368-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-4)">
+</text><text class="terminal-1635638368-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-1635638368-line-5)">╭─</text><text class="terminal-1635638368-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-1635638368-line-5)">&#160;Basic&#160;usage&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1635638368-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-163563 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-6)">│</text><text class="terminal-1635638368-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-6)">-</text><text class="terminal-1635638368-r5" x="36.6" y="166.4" textLength="85.4" clip-path="url(#terminal-1635638368-line-6)">-python</text><text class="terminal-1635638368-r6" x="427" y="166.4" textLength="24.4" clip-path="url(#terminal-163 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-7)">│</text><text class="terminal-1635638368-r7" x="475.8" y="190.8" textLength="732" clip-path="url(#terminal-1635638368-line-7)">(&gt;3.7&lt;&#160;|&#160;3.8&#160;|&#160;3.9&#160;|&#160;3.10)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-1635638368-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-8)">│</text><text class="terminal-1635638368-r4" x="475.8" y="215.2" textLength="732" clip-path="url(#terminal-1635638368-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-1635638368-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-9)">│</text><text class="terminal-1635638368-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-9)">-</text><text class="terminal-1635638368-r5" x="36.6" y="239.6" textLength="97.6" clip-path="url(#terminal-1635638368-line-9)">-upgrade</text><text class="terminal-1635638368-r5" x="134.2" y="239.6" textLength="268.4" clip-path="url(#terminal [...]
+</text><text class="terminal-1635638368-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-1635638368-line-10)">│</text><text class="terminal-1635638368-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-1635638368-line-10)">-</text><text class="terminal-1635638368-r5" x="36.6" y="264" textLength="85.4" clip-path="url(#terminal-1635638368-line-10)">-debian</text><text class="terminal-1635638368-r5" x="122" y="264" textLength="97.6" clip-path="url(#terminal-16356383 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-11)">│</text><text class="terminal-1635638368-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-11)">-</text><text class="terminal-1635638368-r5" x="36.6" y="288.4" textLength="73.2" clip-path="url(#terminal-1635638368-line-11)">-image</text><text class="terminal-1635638368-r5" x="109.8" y="288.4" textLength="48.8" clip-path="url(#terminal [...]
+</text><text class="terminal-1635638368-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-12)">│</text><text class="terminal-1635638368-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-12)">-</text><text class="terminal-1635638368-r5" x="36.6" y="312.8" textLength="48.8" clip-path="url(#terminal-1635638368-line-12)">-tag</text><text class="terminal-1635638368-r5" x="85.4" y="312.8" textLength="122" clip-path="url(#terminal-163 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-13)">│</text><text class="terminal-1635638368-r2" x="475.8" y="337.2" textLength="414.8" clip-path="url(#terminal-1635638368-line-13)">when&#160;you&#160;build&#160;or&#160;pull&#160;image&#160;with&#160;</text><text class="terminal-1635638368-r5" x="890.6" y="337.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-13)">-</text><text class="terminal-1635638368- [...]
+</text><text class="terminal-1635638368-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-14)">│</text><text class="terminal-1635638368-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-14)">-</text><text class="terminal-1635638368-r5" x="36.6" y="361.6" textLength="85.4" clip-path="url(#terminal-1635638368-line-14)">-docker</text><text class="terminal-1635638368-r5" x="122" y="361.6" textLength="73.2" clip-path="url(#terminal- [...]
+</text><text class="terminal-1635638368-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-1635638368-line-15)">│</text><text class="terminal-1635638368-r4" x="475.8" y="386" textLength="549" clip-path="url(#terminal-1635638368-line-15)">[default:&#160;registry]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1635638368-r4" x="1451.8" y="386" t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-16)">│</text><text class="terminal-1635638368-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-16)">-</text><text class="terminal-1635638368-r5" x="36.6" y="410.4" textLength="73.2" clip-path="url(#terminal-1635638368-line-16)">-force</text><text class="terminal-1635638368-r5" x="109.8" y="410.4" textLength="73.2" clip-path="url(#terminal [...]
+</text><text class="terminal-1635638368-r4" x="0" y="434.8" textLength="1464" clip-path="url(#terminal-1635638368-line-17)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1635638368-r2" x="1464" y="434.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-17)">
+</text><text class="terminal-1635638368-r4" x="0" y="459.2" textLength="24.4" clip-path="url(#terminal-1635638368-line-18)">╭─</text><text class="terminal-1635638368-r4" x="24.4" y="459.2" textLength="1415.2" clip-path="url(#terminal-1635638368-line-18)">&#160;Building&#160;multiple&#160;images&#160;──────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1635638368-r4" x="1439.6" y="459.2" textLength="24.4" clip-path="url(#te [...]
+</text><text class="terminal-1635638368-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-19)">│</text><text class="terminal-1635638368-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-19)">-</text><text class="terminal-1635638368-r5" x="36.6" y="483.6" textLength="73.2" clip-path="url(#terminal-1635638368-line-19)">-build</text><text class="terminal-1635638368-r5" x="109.8" y="483.6" textLength="195.2" clip-path="url(#termina [...]
+</text><text class="terminal-1635638368-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-1635638368-line-20)">│</text><text class="terminal-1635638368-r5" x="24.4" y="508" textLength="12.2" clip-path="url(#terminal-1635638368-line-20)">-</text><text class="terminal-1635638368-r5" x="36.6" y="508" textLength="85.4" clip-path="url(#terminal-1635638368-line-20)">-python</text><text class="terminal-1635638368-r5" x="122" y="508" textLength="109.8" clip-path="url(#terminal-1635638 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-21)">│</text><text class="terminal-1635638368-r4" x="353.8" y="532.4" textLength="951.6" clip-path="url(#terminal-1635638368-line-21)">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="556.8" textLength="1464" clip-path="url(#terminal-1635638368-line-22)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1635638368-r2" x="1464" y="556.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-22)">
+</text><text class="terminal-1635638368-r4" x="0" y="581.2" textLength="24.4" clip-path="url(#terminal-1635638368-line-23)">╭─</text><text class="terminal-1635638368-r4" x="24.4" y="581.2" textLength="1415.2" clip-path="url(#terminal-1635638368-line-23)">&#160;Advanced&#160;options&#160;(for&#160;power&#160;users)&#160;────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1635638368-r4" x="1439.6" y="581.2" textLength="24.4" clip-pat [...]
+</text><text class="terminal-1635638368-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-24)">│</text><text class="terminal-1635638368-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-24)">-</text><text class="terminal-1635638368-r5" x="36.6" y="605.6" textLength="97.6" clip-path="url(#terminal-1635638368-line-24)">-install</text><text class="terminal-1635638368-r5" x="134.2" y="605.6" textLength="280.6" clip-path="url(#termi [...]
+</text><text class="terminal-1635638368-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-1635638368-line-25)">│</text><text class="terminal-1635638368-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-1635638368-line-25)">-</text><text class="terminal-1635638368-r5" x="36.6" y="630" textLength="97.6" clip-path="url(#terminal-1635638368-line-25)">-airflow</text><text class="terminal-1635638368-r5" x="134.2" y="630" textLength="207.4" clip-path="url(#terminal-1635 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-26)">│</text><text class="terminal-1635638368-r7" x="463.6" y="654.4" textLength="866.2" clip-path="url(#terminal-1635638368-line-26)">(constraints-source-providers&#160;|&#160;constraints&#160;|&#160;constraints-no-providers)</text><text class="terminal-1635638368-r4" x="1451.8" y="654.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-26)">│</text><text clas [...]
+</text><text class="terminal-1635638368-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-27)">│</text><text class="terminal-1635638368-r4" x="463.6" y="678.8" textLength="866.2" clip-path="url(#terminal-1635638368-line-27)">[default:&#160;constraints-source-providers]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</ [...]
+</text><text class="terminal-1635638368-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-28)">│</text><text class="terminal-1635638368-r5" x="24.4" y="703.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-28)">-</text><text class="terminal-1635638368-r5" x="36.6" y="703.2" textLength="97.6" clip-path="url(#terminal-1635638368-line-28)">-airflow</text><text class="terminal-1635638368-r5" x="134.2" y="703.2" textLength="268.4" clip-path="url(#termi [...]
+</text><text class="terminal-1635638368-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-29)">│</text><text class="terminal-1635638368-r5" x="24.4" y="727.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-29)">-</text><text class="terminal-1635638368-r5" x="36.6" y="727.6" textLength="134.2" clip-path="url(#terminal-1635638368-line-29)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="727.6" textLength="146.4" clip-path="url(#t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="752" textLength="12.2" clip-path="url(#terminal-1635638368-line-30)">│</text><text class="terminal-1635638368-r5" x="24.4" y="752" textLength="12.2" clip-path="url(#terminal-1635638368-line-30)">-</text><text class="terminal-1635638368-r5" x="36.6" y="752" textLength="97.6" clip-path="url(#terminal-1635638368-line-30)">-runtime</text><text class="terminal-1635638368-r5" x="134.2" y="752" textLength="109.8" clip-path="url(#terminal-1635 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="776.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-31)">│</text><text class="terminal-1635638368-r5" x="24.4" y="776.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-31)">-</text><text class="terminal-1635638368-r5" x="36.6" y="776.4" textLength="97.6" clip-path="url(#terminal-1635638368-line-31)">-runtime</text><text class="terminal-1635638368-r5" x="134.2" y="776.4" textLength="146.4" clip-path="url(#termi [...]
+</text><text class="terminal-1635638368-r4" x="0" y="800.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-32)">│</text><text class="terminal-1635638368-r5" x="24.4" y="800.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-32)">-</text><text class="terminal-1635638368-r5" x="36.6" y="800.8" textLength="134.2" clip-path="url(#terminal-1635638368-line-32)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="800.8" textLength="85.4" clip-path="url(#te [...]
+</text><text class="terminal-1635638368-r4" x="0" y="825.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-33)">│</text><text class="terminal-1635638368-r5" x="24.4" y="825.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-33)">-</text><text class="terminal-1635638368-r5" x="36.6" y="825.2" textLength="134.2" clip-path="url(#terminal-1635638368-line-33)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="825.2" textLength="207.4" clip-path="url(#t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="849.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-34)">│</text><text class="terminal-1635638368-r5" x="24.4" y="849.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-34)">-</text><text class="terminal-1635638368-r5" x="36.6" y="849.6" textLength="134.2" clip-path="url(#terminal-1635638368-line-34)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="849.6" textLength="195.2" clip-path="url(#t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="874" textLength="12.2" clip-path="url(#terminal-1635638368-line-35)">│</text><text class="terminal-1635638368-r5" x="24.4" y="874" textLength="12.2" clip-path="url(#terminal-1635638368-line-35)">-</text><text class="terminal-1635638368-r5" x="36.6" y="874" textLength="134.2" clip-path="url(#terminal-1635638368-line-35)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="874" textLength="244" clip-path="url(#terminal-16 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-36)">│</text><text class="terminal-1635638368-r5" x="24.4" y="898.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-36)">-</text><text class="terminal-1635638368-r5" x="36.6" y="898.4" textLength="134.2" clip-path="url(#terminal-1635638368-line-36)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="898.4" textLength="158.6" clip-path="url(#t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="922.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-37)">│</text><text class="terminal-1635638368-r5" x="24.4" y="922.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-37)">-</text><text class="terminal-1635638368-r5" x="36.6" y="922.8" textLength="134.2" clip-path="url(#terminal-1635638368-line-37)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="922.8" textLength="146.4" clip-path="url(#t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="947.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-38)">│</text><text class="terminal-1635638368-r5" x="24.4" y="947.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-38)">-</text><text class="terminal-1635638368-r5" x="36.6" y="947.2" textLength="134.2" clip-path="url(#terminal-1635638368-line-38)">-additional</text><text class="terminal-1635638368-r5" x="170.8" y="947.2" textLength="195.2" clip-path="url(#t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="971.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-39)">│</text><text class="terminal-1635638368-r5" x="24.4" y="971.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-39)">-</text><text class="terminal-1635638368-r5" x="36.6" y="971.6" textLength="48.8" clip-path="url(#terminal-1635638368-line-39)">-dev</text><text class="terminal-1635638368-r5" x="85.4" y="971.6" textLength="109.8" clip-path="url(#terminal-1 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="996" textLength="12.2" clip-path="url(#terminal-1635638368-line-40)">│</text><text class="terminal-1635638368-r5" x="24.4" y="996" textLength="12.2" clip-path="url(#terminal-1635638368-line-40)">-</text><text class="terminal-1635638368-r5" x="36.6" y="996" textLength="48.8" clip-path="url(#terminal-1635638368-line-40)">-dev</text><text class="terminal-1635638368-r5" x="85.4" y="996" textLength="146.4" clip-path="url(#terminal-163563836 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1020.4" textLength="1464" clip-path="url(#terminal-1635638368-line-41)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1635638368-r2" x="1464" y="1020.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-41)">
+</text><text class="terminal-1635638368-r4" x="0" y="1044.8" textLength="24.4" clip-path="url(#terminal-1635638368-line-42)">╭─</text><text class="terminal-1635638368-r4" x="24.4" y="1044.8" textLength="1415.2" clip-path="url(#terminal-1635638368-line-42)">&#160;Preparing&#160;cache&#160;and&#160;push&#160;(for&#160;maintainers&#160;and&#160;CI)&#160;─────────────────────────────────────────────────────────────────</text><text class="terminal-1635638368-r4" x="1439.6" y="1044.8" textLeng [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1069.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-43)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1069.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-43)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1069.2" textLength="85.4" clip-path="url(#terminal-1635638368-line-43)">-github</text><text class="terminal-1635638368-r5" x="122" y="1069.2" textLength="73.2" clip-path="url(#termi [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1093.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-44)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1093.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-44)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1093.6" textLength="85.4" clip-path="url(#terminal-1635638368-line-44)">-github</text><text class="terminal-1635638368-r5" x="122" y="1093.6" textLength="109.8" clip-path="url(#term [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1118" textLength="12.2" clip-path="url(#terminal-1635638368-line-45)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1118" textLength="12.2" clip-path="url(#terminal-1635638368-line-45)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1118" textLength="109.8" clip-path="url(#terminal-1635638368-line-45)">-platform</text><text class="terminal-1635638368-r2" x="341.6" y="1118" textLength="329.4" clip-path="url(#termina [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1142.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-46)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1142.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-46)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1142.4" textLength="61" clip-path="url(#terminal-1635638368-line-46)">-push</text><text class="terminal-1635638368-r5" x="97.6" y="1142.4" textLength="73.2" clip-path="url(#terminal [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1166.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-47)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1166.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-47)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1166.8" textLength="73.2" clip-path="url(#terminal-1635638368-line-47)">-empty</text><text class="terminal-1635638368-r5" x="109.8" y="1166.8" textLength="73.2" clip-path="url(#term [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1191.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-48)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1191.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-48)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1191.2" textLength="97.6" clip-path="url(#terminal-1635638368-line-48)">-prepare</text><text class="terminal-1635638368-r5" x="134.2" y="1191.2" textLength="158.6" clip-path="url(#t [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1215.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-49)">│</text><text class="terminal-1635638368-r2" x="341.6" y="1215.6" textLength="1098" clip-path="url(#terminal-1635638368-line-49)">image).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1240" textLength="1464" clip-path="url(#terminal-1635638368-line-50)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1635638368-r2" x="1464" y="1240" textLength="12.2" clip-path="url(#terminal-1635638368-line-50)">
+</text><text class="terminal-1635638368-r4" x="0" y="1264.4" textLength="24.4" clip-path="url(#terminal-1635638368-line-51)">╭─</text><text class="terminal-1635638368-r4" x="24.4" y="1264.4" textLength="1415.2" clip-path="url(#terminal-1635638368-line-51)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1635638368-r4" x="1439.6" y="1264.4" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1288.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-52)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1288.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-52)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1288.8" textLength="85.4" clip-path="url(#terminal-1635638368-line-52)">-github</text><text class="terminal-1635638368-r5" x="122" y="1288.8" textLength="134.2" clip-path="url(#term [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1313.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-53)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1313.2" textLength="12.2" clip-path="url(#terminal-1635638368-line-53)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1313.2" textLength="97.6" clip-path="url(#terminal-1635638368-line-53)">-verbose</text><text class="terminal-1635638368-r6" x="280.6" y="1313.2" textLength="24.4" clip-path="url(#te [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1337.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-54)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1337.6" textLength="12.2" clip-path="url(#terminal-1635638368-line-54)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1337.6" textLength="48.8" clip-path="url(#terminal-1635638368-line-54)">-dry</text><text class="terminal-1635638368-r5" x="85.4" y="1337.6" textLength="48.8" clip-path="url(#termina [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1362" textLength="12.2" clip-path="url(#terminal-1635638368-line-55)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1362" textLength="12.2" clip-path="url(#terminal-1635638368-line-55)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1362" textLength="85.4" clip-path="url(#terminal-1635638368-line-55)">-answer</text><text class="terminal-1635638368-r6" x="280.6" y="1362" textLength="24.4" clip-path="url(#terminal-16 [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1386.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-56)">│</text><text class="terminal-1635638368-r5" x="24.4" y="1386.4" textLength="12.2" clip-path="url(#terminal-1635638368-line-56)">-</text><text class="terminal-1635638368-r5" x="36.6" y="1386.4" textLength="61" clip-path="url(#terminal-1635638368-line-56)">-help</text><text class="terminal-1635638368-r6" x="280.6" y="1386.4" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-1635638368-r4" x="0" y="1410.8" textLength="1464" clip-path="url(#terminal-1635638368-line-57)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1635638368-r2" x="1464" y="1410.8" textLength="12.2" clip-path="url(#terminal-1635638368-line-57)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-build-prod-image.svg b/images/breeze/output-build-prod-image.svg
index 247461d555..494e77574c 100644
--- a/images/breeze/output-build-prod-image.svg
+++ b/images/breeze/output-build-prod-image.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 2072.0" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 1880.0" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,110 +19,342 @@
         font-weight: 700;
     }
 
-    .terminal-997154497-matrix {
+    .terminal-3136577362-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-997154497-title {
+    .terminal-3136577362-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-997154497-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-997154497-r2 { fill: #c5c8c6 }
-.terminal-997154497-r3 { fill: #d0b344;font-weight: bold }
-.terminal-997154497-r4 { fill: #868887 }
-.terminal-997154497-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-997154497-r6 { fill: #98a84b;font-weight: bold }
-.terminal-997154497-r7 { fill: #8d7b39 }
+    .terminal-3136577362-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-3136577362-r2 { fill: #c5c8c6 }
+.terminal-3136577362-r3 { fill: #d0b344;font-weight: bold }
+.terminal-3136577362-r4 { fill: #868887 }
+.terminal-3136577362-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-3136577362-r6 { fill: #98a84b;font-weight: bold }
+.terminal-3136577362-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="2032" rx="12"/><text class="terminal-997154497-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: build-prod-image</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-3136577362-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="1829.0" />
+    </clipPath>
+    <clipPath id="terminal-3136577362-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-28">
+    <rect x="0" y="684.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-29">
+    <rect x="0" y="709.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-30">
+    <rect x="0" y="733.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-31">
+    <rect x="0" y="757.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-32">
+    <rect x="0" y="782.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-33">
+    <rect x="0" y="806.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-34">
+    <rect x="0" y="831.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-35">
+    <rect x="0" y="855.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-36">
+    <rect x="0" y="879.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-37">
+    <rect x="0" y="904.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-38">
+    <rect x="0" y="928.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-39">
+    <rect x="0" y="953.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-40">
+    <rect x="0" y="977.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-41">
+    <rect x="0" y="1001.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-42">
+    <rect x="0" y="1026.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-43">
+    <rect x="0" y="1050.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-44">
+    <rect x="0" y="1075.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-45">
+    <rect x="0" y="1099.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-46">
+    <rect x="0" y="1123.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-47">
+    <rect x="0" y="1148.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-48">
+    <rect x="0" y="1172.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-49">
+    <rect x="0" y="1197.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-50">
+    <rect x="0" y="1221.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-51">
+    <rect x="0" y="1245.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-52">
+    <rect x="0" y="1270.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-53">
+    <rect x="0" y="1294.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-54">
+    <rect x="0" y="1319.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-55">
+    <rect x="0" y="1343.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-56">
+    <rect x="0" y="1367.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-57">
+    <rect x="0" y="1392.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-58">
+    <rect x="0" y="1416.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-59">
+    <rect x="0" y="1441.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-60">
+    <rect x="0" y="1465.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-61">
+    <rect x="0" y="1489.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-62">
+    <rect x="0" y="1514.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-63">
+    <rect x="0" y="1538.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-64">
+    <rect x="0" y="1563.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-65">
+    <rect x="0" y="1587.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-66">
+    <rect x="0" y="1611.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-67">
+    <rect x="0" y="1636.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-68">
+    <rect x="0" y="1660.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-69">
+    <rect x="0" y="1685.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-70">
+    <rect x="0" y="1709.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-71">
+    <rect x="0" y="1733.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-72">
+    <rect x="0" y="1758.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3136577362-line-73">
+    <rect x="0" y="1782.7" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1878" rx="8"/><text class="terminal-3136577362-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;build-prod-image</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-3136577362-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-997154497-matrix" font-variant="east-asian-width-values"><tspan class="terminal-997154497-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-997154497-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-997154497-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-997154497-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;build-prod-image&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-997154497-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-997154497-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-997154497-r2" x="12.4" y="99.2" textLength="1463.2">Build&#160;Production&#160;image.&#160;Include&#160;building&#160;multiple&#160;images&#160;for&#160;all&#160;or&#160;selected&#160;Python&#160;versions&#160;sequentially.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="1475.6" y="99.2" textLength="12.4" [...]
-</tspan><tspan class="terminal-997154497-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="152" textLength="1488">╭─&#160;Basic&#160;usage&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-997154497-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="178.4" textLength="99.2">--python</tspan><tspan class="terminal-997154497-r2" x="136.4" y="178.4" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="204.8" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r7" x="496" y="204.8" textLength="744">(&gt;3.7&lt;&#1 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="231.2" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r4" x="496" y="231.2" textLength="744">[default:&#160; [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="257.6" textLength="310">--install-airflow-version</tspan><tspan class="terminal-997154497-r2" x="347.2" y="257.6" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r6" x="446.4" y="257.6" textLength="24.8 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="284" textLength="384.4">--upgrade-to-newer-dependencies</tspan><tspan class="terminal-997154497-r2" x="421.6" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r6" x="446.4" y="284" textLength="24.8">-u</tspan><tspan class="terminal-997 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="310.4" textLength="198.4">--debian-version</tspan><tspan class="terminal-997154497-r2" x="235.6" y="310.4" textLength="210.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-99 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="336.8" textLength="136.4">--image-tag</tspan><tspan class="terminal-997154497-r2" x="173.6" y="336.8" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan> [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="363.2" textLength="186">--tag-as-latest</tspan><tspan class="terminal-997154497-r2" x="223.2" y="363.2" textLength="223.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="389.6" textLength="992">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Useful&#160;when&#160;you&#160;build&#160;or&#160;pull&#160;image&#160;with&#160;</tspan><tspan c [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="416" textLength="173.6">--docker-cache</tspan><tspan class="terminal-997154497-r2" x="210.8" y="416" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="442.4" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r4" x="496" y="442.4" textLength="558">[default:&#160; [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="468.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-997154497-r2" x="1488" y="468.8" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="495.2" textLength="1488">╭─&#160;Building&#160;multiple&#160;images&#160;───────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-997154497-r2" x="1488" y="495.2" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="521.6" textLength="285.2">--build-multiple-images</tspan><tspan class="terminal-997154497-r2" x="322.4" y="521.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="372" y="521.6" textLength="1078.8">Run&#160;the&#160;oper [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="548" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="548" textLength="210.8">--python-versions</tspan><tspan class="terminal-997154497-r2" x="248" y="548" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="372" y="548" textLength="967.2">Space& [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="574.4" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r4" x="372" y="574.4" textLength="967.2">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="600.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-997154497-r2" x="1488" y="600.8" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="627.2" textLength="1488">╭─&#160;Options&#160;for&#160;customizing&#160;images&#160;─────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-997154497-r2" x="1488" y="627.2" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="653.6" textLength="396.8">--install-providers-from-sources</tspan><tspan class="terminal-997154497-r2" x="434" y="653.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y="653.6" textLength="967.2">Install&#160;p [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="680" textLength="198.4">--airflow-extras</tspan><tspan class="terminal-997154497-r2" x="235.6" y="680" textLength="248">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="ter [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="706.4" textLength="471.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r7" x="483.6" y="706.4" textLength="967.2">(TEXT)&#160;&#160 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="732.8" textLength="471.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r4" x="483.6" y="732.8" textLength="967.2">[default:&#160;&# [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="759.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="759.2" textLength="471.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r4" x="483.6" y="759.2" textLength="967.2">amazon,async,cele [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="785.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="785.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="785.6" textLength="322.4">--airflow-constraints-mode</tspan><tspan class="terminal-997154497-r2" x="359.6" y="785.6" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y="785.6" te [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="812" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="812" textLength="471.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r7" x="483.6" y="812" textLength="880.4">(constraints&#160;|&#16 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="838.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="838.4" textLength="471.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r4" x="483.6" y="838.4" textLength="880.4">[default:&#160;co [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="864.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="864.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="864.8" textLength="384.4">--airflow-constraints-reference</tspan><tspan class="terminal-997154497-r2" x="421.6" y="864.8" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y="864.8" textLength="644.8">Constrain [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="891.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="891.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="891.2" textLength="297.6">--additional-python-deps</tspan><tspan class="terminal-997154497-r2" x="334.8" y="891.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6"  [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="917.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="917.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="917.6" textLength="235.6">--additional-extras</tspan><tspan class="terminal-997154497-r2" x="272.8" y="917.6" textLength="210.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="944" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="944" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="944" textLength="359.6">--additional-runtime-apt-deps</tspan><tspan class="terminal-997154497-r2" x="396.8" y="944" textLength="86.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y="944" textLength="843.2">Additio [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="970.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="970.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="970.4" textLength="347.2">--additional-runtime-apt-env</tspan><tspan class="terminal-997154497-r2" x="384.4" y="970.4" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y="970.4" textLength= [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="996.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="996.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="996.8" textLength="396.8">--additional-runtime-apt-command</tspan><tspan class="terminal-997154497-r2" x="434" y="996.8" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y="996.8" textLength="818.4">Additional&#16 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1023.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1023.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1023.2" textLength="310">--additional-dev-apt-deps</tspan><tspan class="terminal-997154497-r2" x="347.2" y="1023.2" textLength="136.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y=" [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1049.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1049.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1049.6" textLength="297.6">--additional-dev-apt-env</tspan><tspan class="terminal-997154497-r2" x="334.8" y="1049.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1076" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1076" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1076" textLength="347.2">--additional-dev-apt-command</tspan><tspan class="terminal-997154497-r2" x="384.4" y="1076" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="483.6" y="1076" textLength="768. [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1102.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1102.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1102.4" textLength="223.2">--runtime-apt-deps</tspan><tspan class="terminal-997154497-r2" x="260.4" y="1102.4" textLength="223.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class= [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1128.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1128.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1128.8" textLength="260.4">--runtime-apt-command</tspan><tspan class="terminal-997154497-r2" x="297.6" y="1128.8" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-9971544 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1155.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1155.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1155.2" textLength="173.6">--dev-apt-deps</tspan><tspan class="terminal-997154497-r2" x="210.8" y="1155.2" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;< [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1181.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1181.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1181.6" textLength="210.8">--dev-apt-command</tspan><tspan class="terminal-997154497-r2" x="248" y="1181.6" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan cla [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1208" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-997154497-r2" x="1488" y="1208" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1234.4" textLength="1488">╭─&#160;Customization&#160;options&#160;(for&#160;specific&#160;customization&#160;needs)&#160;───────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-997154497-r2" x="1488" y="1234.4" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1260.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1260.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1260.8" textLength="384.4">--install-packages-from-context</tspan><tspan class="terminal-997154497-r2" x="421.6" y="1260.8" textLength="136.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="55 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1287.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1287.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1287.2" textLength="285.2">--airflow-is-in-context</tspan><tspan class="terminal-997154497-r2" x="322.4" y="1287.2" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><t [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1313.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1313.6" textLength="545.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="558" y="1313.6" [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1340" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1340" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1340" textLength="210.8">--cleanup-context</tspan><tspan class="terminal-997154497-r2" x="248" y="1340" textLength="1227.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1366.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1366.4" textLength="719.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;together&#160;with&#160;</tspan><tspan class="terminal-99715449 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1392.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1392.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1392.8" textLength="434">--disable-mysql-client-installation</tspan><tspan class="terminal-997154497-r2" x="471.2" y="1392.8" textLength="86.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="558" y="1392.8" textLengt [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1419.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1419.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1419.2" textLength="434">--disable-mssql-client-installation</tspan><tspan class="terminal-997154497-r2" x="471.2" y="1419.2" textLength="86.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="558" y="1419.2" textLengt [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1445.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1445.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1445.6" textLength="471.2">--disable-postgres-client-installation</tspan><tspan class="terminal-997154497-r2" x="508.4" y="1445.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="558" y="1445.6" textLength="892.8">Do& [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1472" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1472" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1472" textLength="347.2">--disable-airflow-repo-cache</tspan><tspan class="terminal-997154497-r2" x="384.4" y="1472" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1498.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1498.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1498.4" textLength="334.8">--install-airflow-reference</tspan><tspan class="terminal-997154497-r2" x="372" y="1498.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1524.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1524.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1524.8" textLength="260.4">--installation-method</tspan><tspan class="terminal-997154497-r2" x="297.6" y="1524.8" textLength="260.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1551.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-997154497-r2" x="1488" y="1551.2" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1577.6" textLength="1488">╭─&#160;Preparing&#160;cache&#160;and&#160;push&#160;(for&#160;maintainers&#160;and&#160;CI)&#160;──────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-997154497-r2" x="1488" y="1577.6" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1604" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1604" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1604" textLength="173.6">--github-token</tspan><tspan class="terminal-997154497-r2" x="210.8" y="1604" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="359.6" y="1604" textL [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1630.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1630.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1630.4" textLength="210.8">--github-username</tspan><tspan class="terminal-997154497-r2" x="248" y="1630.4" textLength="111.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="359.6" y="1630.4" textLength=" [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1656.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1656.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1656.8" textLength="124">--platform</tspan><tspan class="terminal-997154497-r2" x="161.2" y="1656.8" textLength="198.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1683.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1683.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1683.2" textLength="148.8">--push-image</tspan><tspan class="terminal-997154497-r2" x="186" y="1683.2" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="359.6 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1709.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1709.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1709.6" textLength="161.2">--empty-image</tspan><tspan class="terminal-997154497-r2" x="198.4" y="1709.6" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="359.6" y [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1736" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1736" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1736" textLength="272.8">--prepare-buildx-cache</tspan><tspan class="terminal-997154497-r2" x="310" y="1736" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="359.6" y="1736" textLength="1091.2">Prepares&#160;build&#160;cac [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1762.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1762.4" textLength="347.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r2" x="359.6" y="1762.4" textLength="1091.2">the&#160;image).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1788.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-997154497-r2" x="1488" y="1788.8" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1815.2" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-997154497-r2" x="1488" y="1815.2" textLength="12.4">
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1841.6" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1841.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1841.6" textLength="235.6">--github-repository</tspan><tspan class="terminal-997154497-r2" x="272.8" y="1841.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r6" x="297.6" y="1841.6" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1868" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1868" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1868" textLength="99.2">--answer</tspan><tspan class="terminal-997154497-r2" x="136.4" y="1868" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r6" x="297.6" y="1868" textLe [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1894.4" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1894.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1894.4" textLength="111.6">--dry-run</tspan><tspan class="terminal-997154497-r2" x="148.8" y="1894.4" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r6" x="297.6" y="1894.4"  [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1920.8" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1920.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1920.8" textLength="111.6">--verbose</tspan><tspan class="terminal-997154497-r2" x="148.8" y="1920.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r6" x="297.6" y="1920.8"  [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1947.2" textLength="12.4">│</tspan><tspan class="terminal-997154497-r2" x="12.4" y="1947.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-997154497-r5" x="37.2" y="1947.2" textLength="74.4">--help</tspan><tspan class="terminal-997154497-r2" x="111.6" y="1947.2" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-997154497-r6" x="297.6" [...]
-</tspan><tspan class="terminal-997154497-r4" x="0" y="1973.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-997154497-r2" x="1488" y="1973.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-3136577362-matrix">
+    <text class="terminal-3136577362-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-3136577362-line-0)">
+</text><text class="terminal-3136577362-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-3136577362-line-1)">Usage:&#160;</text><text class="terminal-3136577362-r1" x="97.6" y="44.4" textLength="402.6" clip-path="url(#terminal-3136577362-line-1)">breeze&#160;build-prod-image&#160;[OPTIONS]</text><text class="terminal-3136577362-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-1)">
+</text><text class="terminal-3136577362-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-2)">
+</text><text class="terminal-3136577362-r2" x="12.2" y="93.2" textLength="1293.2" clip-path="url(#terminal-3136577362-line-3)">Build&#160;Production&#160;image.&#160;Include&#160;building&#160;multiple&#160;images&#160;for&#160;all&#160;or&#160;selected&#160;Python&#160;versions&#160;sequentially.</text><text class="terminal-3136577362-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-3)">
+</text><text class="terminal-3136577362-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-4)">
+</text><text class="terminal-3136577362-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-3136577362-line-5)">╭─</text><text class="terminal-3136577362-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-3136577362-line-5)">&#160;Basic&#160;usage&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3136577362-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-313657 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-6)">│</text><text class="terminal-3136577362-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-6)">-</text><text class="terminal-3136577362-r5" x="36.6" y="166.4" textLength="85.4" clip-path="url(#terminal-3136577362-line-6)">-python</text><text class="terminal-3136577362-r6" x="427" y="166.4" textLength="24.4" clip-path="url(#terminal-313 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-7)">│</text><text class="terminal-3136577362-r7" x="475.8" y="190.8" textLength="732" clip-path="url(#terminal-3136577362-line-7)">(&gt;3.7&lt;&#160;|&#160;3.8&#160;|&#160;3.9&#160;|&#160;3.10)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-3136577362-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-8)">│</text><text class="terminal-3136577362-r4" x="475.8" y="215.2" textLength="732" clip-path="url(#terminal-3136577362-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-3136577362-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-9)">│</text><text class="terminal-3136577362-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-9)">-</text><text class="terminal-3136577362-r5" x="36.6" y="239.6" textLength="97.6" clip-path="url(#terminal-3136577362-line-9)">-install</text><text class="terminal-3136577362-r5" x="134.2" y="239.6" textLength="195.2" clip-path="url(#terminal [...]
+</text><text class="terminal-3136577362-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-3136577362-line-10)">│</text><text class="terminal-3136577362-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-3136577362-line-10)">-</text><text class="terminal-3136577362-r5" x="36.6" y="264" textLength="97.6" clip-path="url(#terminal-3136577362-line-10)">-upgrade</text><text class="terminal-3136577362-r5" x="134.2" y="264" textLength="268.4" clip-path="url(#terminal-3136 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-11)">│</text><text class="terminal-3136577362-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-11)">-</text><text class="terminal-3136577362-r5" x="36.6" y="288.4" textLength="85.4" clip-path="url(#terminal-3136577362-line-11)">-debian</text><text class="terminal-3136577362-r5" x="122" y="288.4" textLength="97.6" clip-path="url(#terminal- [...]
+</text><text class="terminal-3136577362-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-12)">│</text><text class="terminal-3136577362-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-12)">-</text><text class="terminal-3136577362-r5" x="36.6" y="312.8" textLength="73.2" clip-path="url(#terminal-3136577362-line-12)">-image</text><text class="terminal-3136577362-r5" x="109.8" y="312.8" textLength="48.8" clip-path="url(#terminal [...]
+</text><text class="terminal-3136577362-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-13)">│</text><text class="terminal-3136577362-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-13)">-</text><text class="terminal-3136577362-r5" x="36.6" y="337.2" textLength="48.8" clip-path="url(#terminal-3136577362-line-13)">-tag</text><text class="terminal-3136577362-r5" x="85.4" y="337.2" textLength="122" clip-path="url(#terminal-313 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-14)">│</text><text class="terminal-3136577362-r2" x="475.8" y="361.6" textLength="414.8" clip-path="url(#terminal-3136577362-line-14)">when&#160;you&#160;build&#160;or&#160;pull&#160;image&#160;with&#160;</text><text class="terminal-3136577362-r5" x="890.6" y="361.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-14)">-</text><text class="terminal-3136577362- [...]
+</text><text class="terminal-3136577362-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-3136577362-line-15)">│</text><text class="terminal-3136577362-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-3136577362-line-15)">-</text><text class="terminal-3136577362-r5" x="36.6" y="386" textLength="85.4" clip-path="url(#terminal-3136577362-line-15)">-docker</text><text class="terminal-3136577362-r5" x="122" y="386" textLength="73.2" clip-path="url(#terminal-31365773 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-16)">│</text><text class="terminal-3136577362-r4" x="475.8" y="410.4" textLength="549" clip-path="url(#terminal-3136577362-line-16)">[default:&#160;registry]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3136577362-r4" x="1451.8" y="41 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="434.8" textLength="1464" clip-path="url(#terminal-3136577362-line-17)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3136577362-r2" x="1464" y="434.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-17)">
+</text><text class="terminal-3136577362-r4" x="0" y="459.2" textLength="24.4" clip-path="url(#terminal-3136577362-line-18)">╭─</text><text class="terminal-3136577362-r4" x="24.4" y="459.2" textLength="1415.2" clip-path="url(#terminal-3136577362-line-18)">&#160;Building&#160;multiple&#160;images&#160;──────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3136577362-r4" x="1439.6" y="459.2" textLength="24.4" clip-path="url(#te [...]
+</text><text class="terminal-3136577362-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-19)">│</text><text class="terminal-3136577362-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-19)">-</text><text class="terminal-3136577362-r5" x="36.6" y="483.6" textLength="73.2" clip-path="url(#terminal-3136577362-line-19)">-build</text><text class="terminal-3136577362-r5" x="109.8" y="483.6" textLength="195.2" clip-path="url(#termina [...]
+</text><text class="terminal-3136577362-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-3136577362-line-20)">│</text><text class="terminal-3136577362-r5" x="24.4" y="508" textLength="12.2" clip-path="url(#terminal-3136577362-line-20)">-</text><text class="terminal-3136577362-r5" x="36.6" y="508" textLength="85.4" clip-path="url(#terminal-3136577362-line-20)">-python</text><text class="terminal-3136577362-r5" x="122" y="508" textLength="109.8" clip-path="url(#terminal-3136577 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-21)">│</text><text class="terminal-3136577362-r4" x="353.8" y="532.4" textLength="951.6" clip-path="url(#terminal-3136577362-line-21)">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="556.8" textLength="1464" clip-path="url(#terminal-3136577362-line-22)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3136577362-r2" x="1464" y="556.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-22)">
+</text><text class="terminal-3136577362-r4" x="0" y="581.2" textLength="24.4" clip-path="url(#terminal-3136577362-line-23)">╭─</text><text class="terminal-3136577362-r4" x="24.4" y="581.2" textLength="1415.2" clip-path="url(#terminal-3136577362-line-23)">&#160;Options&#160;for&#160;customizing&#160;images&#160;────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3136577362-r4" x="1439.6" y="581.2" textLength="24.4" clip-path="ur [...]
+</text><text class="terminal-3136577362-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-24)">│</text><text class="terminal-3136577362-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-24)">-</text><text class="terminal-3136577362-r5" x="36.6" y="605.6" textLength="97.6" clip-path="url(#terminal-3136577362-line-24)">-install</text><text class="terminal-3136577362-r5" x="134.2" y="605.6" textLength="280.6" clip-path="url(#termi [...]
+</text><text class="terminal-3136577362-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-3136577362-line-25)">│</text><text class="terminal-3136577362-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-3136577362-line-25)">-</text><text class="terminal-3136577362-r5" x="36.6" y="630" textLength="97.6" clip-path="url(#terminal-3136577362-line-25)">-airflow</text><text class="terminal-3136577362-r5" x="134.2" y="630" textLength="85.4" clip-path="url(#terminal-31365 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-26)">│</text><text class="terminal-3136577362-r7" x="463.6" y="654.4" textLength="976" clip-path="url(#terminal-3136577362-line-26)">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-3136577362-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-27)">│</text><text class="terminal-3136577362-r4" x="463.6" y="678.8" textLength="976" clip-path="url(#terminal-3136577362-line-27)">[default:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-28)">│</text><text class="terminal-3136577362-r4" x="463.6" y="703.2" textLength="976" clip-path="url(#terminal-3136577362-line-28)">amazon,async,celery,cncf.kubernetes,dask,docker,elasticsearch,ftp,google,google…</text><text class="terminal-3136577362-r4" x="1451.8" y="703.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-28)">│</text><text class="terminal-3 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-29)">│</text><text class="terminal-3136577362-r5" x="24.4" y="727.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-29)">-</text><text class="terminal-3136577362-r5" x="36.6" y="727.6" textLength="97.6" clip-path="url(#terminal-3136577362-line-29)">-airflow</text><text class="terminal-3136577362-r5" x="134.2" y="727.6" textLength="207.4" clip-path="url(#termi [...]
+</text><text class="terminal-3136577362-r4" x="0" y="752" textLength="12.2" clip-path="url(#terminal-3136577362-line-30)">│</text><text class="terminal-3136577362-r7" x="463.6" y="752" textLength="866.2" clip-path="url(#terminal-3136577362-line-30)">(constraints&#160;|&#160;constraints-no-providers&#160;|&#160;constraints-source-providers)</text><text class="terminal-3136577362-r4" x="1451.8" y="752" textLength="12.2" clip-path="url(#terminal-3136577362-line-30)">│</text><text class="ter [...]
+</text><text class="terminal-3136577362-r4" x="0" y="776.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-31)">│</text><text class="terminal-3136577362-r4" x="463.6" y="776.4" textLength="866.2" clip-path="url(#terminal-3136577362-line-31)">[default:&#160;constraints]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-3136577362-r4" x="0" y="800.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-32)">│</text><text class="terminal-3136577362-r5" x="24.4" y="800.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-32)">-</text><text class="terminal-3136577362-r5" x="36.6" y="800.8" textLength="97.6" clip-path="url(#terminal-3136577362-line-32)">-airflow</text><text class="terminal-3136577362-r5" x="134.2" y="800.8" textLength="268.4" clip-path="url(#termi [...]
+</text><text class="terminal-3136577362-r4" x="0" y="825.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-33)">│</text><text class="terminal-3136577362-r5" x="24.4" y="825.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-33)">-</text><text class="terminal-3136577362-r5" x="36.6" y="825.2" textLength="134.2" clip-path="url(#terminal-3136577362-line-33)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="825.2" textLength="146.4" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="849.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-34)">│</text><text class="terminal-3136577362-r5" x="24.4" y="849.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-34)">-</text><text class="terminal-3136577362-r5" x="36.6" y="849.6" textLength="134.2" clip-path="url(#terminal-3136577362-line-34)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="849.6" textLength="85.4" clip-path="url(#te [...]
+</text><text class="terminal-3136577362-r4" x="0" y="874" textLength="12.2" clip-path="url(#terminal-3136577362-line-35)">│</text><text class="terminal-3136577362-r5" x="24.4" y="874" textLength="12.2" clip-path="url(#terminal-3136577362-line-35)">-</text><text class="terminal-3136577362-r5" x="36.6" y="874" textLength="134.2" clip-path="url(#terminal-3136577362-line-35)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="874" textLength="207.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-3136577362-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-36)">│</text><text class="terminal-3136577362-r5" x="24.4" y="898.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-36)">-</text><text class="terminal-3136577362-r5" x="36.6" y="898.4" textLength="134.2" clip-path="url(#terminal-3136577362-line-36)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="898.4" textLength="195.2" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="922.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-37)">│</text><text class="terminal-3136577362-r5" x="24.4" y="922.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-37)">-</text><text class="terminal-3136577362-r5" x="36.6" y="922.8" textLength="134.2" clip-path="url(#terminal-3136577362-line-37)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="922.8" textLength="244" clip-path="url(#ter [...]
+</text><text class="terminal-3136577362-r4" x="0" y="947.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-38)">│</text><text class="terminal-3136577362-r5" x="24.4" y="947.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-38)">-</text><text class="terminal-3136577362-r5" x="36.6" y="947.2" textLength="134.2" clip-path="url(#terminal-3136577362-line-38)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="947.2" textLength="158.6" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="971.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-39)">│</text><text class="terminal-3136577362-r5" x="24.4" y="971.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-39)">-</text><text class="terminal-3136577362-r5" x="36.6" y="971.6" textLength="134.2" clip-path="url(#terminal-3136577362-line-39)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="971.6" textLength="146.4" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="996" textLength="12.2" clip-path="url(#terminal-3136577362-line-40)">│</text><text class="terminal-3136577362-r5" x="24.4" y="996" textLength="12.2" clip-path="url(#terminal-3136577362-line-40)">-</text><text class="terminal-3136577362-r5" x="36.6" y="996" textLength="134.2" clip-path="url(#terminal-3136577362-line-40)">-additional</text><text class="terminal-3136577362-r5" x="170.8" y="996" textLength="195.2" clip-path="url(#terminal- [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1020.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-41)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1020.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-41)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1020.4" textLength="97.6" clip-path="url(#terminal-3136577362-line-41)">-runtime</text><text class="terminal-3136577362-r5" x="134.2" y="1020.4" textLength="109.8" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1044.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-42)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1044.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-42)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1044.8" textLength="97.6" clip-path="url(#terminal-3136577362-line-42)">-runtime</text><text class="terminal-3136577362-r5" x="134.2" y="1044.8" textLength="146.4" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1069.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-43)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1069.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-43)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1069.2" textLength="48.8" clip-path="url(#terminal-3136577362-line-43)">-dev</text><text class="terminal-3136577362-r5" x="85.4" y="1069.2" textLength="109.8" clip-path="url(#termin [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1093.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-44)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1093.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-44)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1093.6" textLength="48.8" clip-path="url(#terminal-3136577362-line-44)">-dev</text><text class="terminal-3136577362-r5" x="85.4" y="1093.6" textLength="146.4" clip-path="url(#termin [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1118" textLength="1464" clip-path="url(#terminal-3136577362-line-45)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3136577362-r2" x="1464" y="1118" textLength="12.2" clip-path="url(#terminal-3136577362-line-45)">
+</text><text class="terminal-3136577362-r4" x="0" y="1142.4" textLength="24.4" clip-path="url(#terminal-3136577362-line-46)">╭─</text><text class="terminal-3136577362-r4" x="24.4" y="1142.4" textLength="1415.2" clip-path="url(#terminal-3136577362-line-46)">&#160;Customization&#160;options&#160;(for&#160;specific&#160;customization&#160;needs)&#160;──────────────────────────────────────────────────────────</text><text class="terminal-3136577362-r4" x="1439.6" y="1142.4" textLength="24.4"  [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1166.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-47)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1166.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-47)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1166.8" textLength="97.6" clip-path="url(#terminal-3136577362-line-47)">-install</text><text class="terminal-3136577362-r5" x="134.2" y="1166.8" textLength="268.4" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1191.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-48)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1191.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-48)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1191.2" textLength="97.6" clip-path="url(#terminal-3136577362-line-48)">-airflow</text><text class="terminal-3136577362-r5" x="134.2" y="1191.2" textLength="170.8" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1215.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-49)">│</text><text class="terminal-3136577362-r2" x="536.8" y="1215.6" textLength="902.8" clip-path="url(#terminal-3136577362-line-49)">from&#160;PyPI&#160;or&#160;sources.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1240" textLength="12.2" clip-path="url(#terminal-3136577362-line-50)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1240" textLength="12.2" clip-path="url(#terminal-3136577362-line-50)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1240" textLength="97.6" clip-path="url(#terminal-3136577362-line-50)">-cleanup</text><text class="terminal-3136577362-r5" x="134.2" y="1240" textLength="97.6" clip-path="url(#terminal-3 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1264.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-51)">│</text><text class="terminal-3136577362-r2" x="536.8" y="1264.4" textLength="170.8" clip-path="url(#terminal-3136577362-line-51)">together&#160;with&#160;</text><text class="terminal-3136577362-r5" x="707.6" y="1264.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-51)">-</text><text class="terminal-3136577362-r5" x="719.8" y="1264.4" textLength="97.6" [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1288.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-52)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1288.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-52)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1288.8" textLength="97.6" clip-path="url(#terminal-3136577362-line-52)">-disable</text><text class="terminal-3136577362-r5" x="134.2" y="1288.8" textLength="317.2" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1313.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-53)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1313.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-53)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1313.2" textLength="97.6" clip-path="url(#terminal-3136577362-line-53)">-disable</text><text class="terminal-3136577362-r5" x="134.2" y="1313.2" textLength="317.2" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1337.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-54)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1337.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-54)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1337.6" textLength="97.6" clip-path="url(#terminal-3136577362-line-54)">-disable</text><text class="terminal-3136577362-r5" x="134.2" y="1337.6" textLength="353.8" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1362" textLength="12.2" clip-path="url(#terminal-3136577362-line-55)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1362" textLength="12.2" clip-path="url(#terminal-3136577362-line-55)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1362" textLength="97.6" clip-path="url(#terminal-3136577362-line-55)">-disable</text><text class="terminal-3136577362-r5" x="134.2" y="1362" textLength="231.8" clip-path="url(#terminal- [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1386.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-56)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1386.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-56)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1386.4" textLength="97.6" clip-path="url(#terminal-3136577362-line-56)">-install</text><text class="terminal-3136577362-r5" x="134.2" y="1386.4" textLength="219.6" clip-path="url(#t [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1410.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-57)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1410.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-57)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1410.8" textLength="158.6" clip-path="url(#terminal-3136577362-line-57)">-installation</text><text class="terminal-3136577362-r5" x="195.2" y="1410.8" textLength="85.4" clip-path="u [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1435.2" textLength="1464" clip-path="url(#terminal-3136577362-line-58)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3136577362-r2" x="1464" y="1435.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-58)">
+</text><text class="terminal-3136577362-r4" x="0" y="1459.6" textLength="24.4" clip-path="url(#terminal-3136577362-line-59)">╭─</text><text class="terminal-3136577362-r4" x="24.4" y="1459.6" textLength="1415.2" clip-path="url(#terminal-3136577362-line-59)">&#160;Preparing&#160;cache&#160;and&#160;push&#160;(for&#160;maintainers&#160;and&#160;CI)&#160;─────────────────────────────────────────────────────────────────</text><text class="terminal-3136577362-r4" x="1439.6" y="1459.6" textLeng [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1484" textLength="12.2" clip-path="url(#terminal-3136577362-line-60)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1484" textLength="12.2" clip-path="url(#terminal-3136577362-line-60)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1484" textLength="85.4" clip-path="url(#terminal-3136577362-line-60)">-github</text><text class="terminal-3136577362-r5" x="122" y="1484" textLength="73.2" clip-path="url(#terminal-3136 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1508.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-61)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1508.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-61)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1508.4" textLength="85.4" clip-path="url(#terminal-3136577362-line-61)">-github</text><text class="terminal-3136577362-r5" x="122" y="1508.4" textLength="109.8" clip-path="url(#term [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1532.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-62)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1532.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-62)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1532.8" textLength="109.8" clip-path="url(#terminal-3136577362-line-62)">-platform</text><text class="terminal-3136577362-r2" x="341.6" y="1532.8" textLength="329.4" clip-path="url( [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1557.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-63)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1557.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-63)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1557.2" textLength="61" clip-path="url(#terminal-3136577362-line-63)">-push</text><text class="terminal-3136577362-r5" x="97.6" y="1557.2" textLength="73.2" clip-path="url(#terminal [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1581.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-64)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1581.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-64)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1581.6" textLength="73.2" clip-path="url(#terminal-3136577362-line-64)">-empty</text><text class="terminal-3136577362-r5" x="109.8" y="1581.6" textLength="73.2" clip-path="url(#term [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1606" textLength="12.2" clip-path="url(#terminal-3136577362-line-65)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1606" textLength="12.2" clip-path="url(#terminal-3136577362-line-65)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1606" textLength="97.6" clip-path="url(#terminal-3136577362-line-65)">-prepare</text><text class="terminal-3136577362-r5" x="134.2" y="1606" textLength="158.6" clip-path="url(#terminal- [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1630.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-66)">│</text><text class="terminal-3136577362-r2" x="341.6" y="1630.4" textLength="1098" clip-path="url(#terminal-3136577362-line-66)">image).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1654.8" textLength="1464" clip-path="url(#terminal-3136577362-line-67)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3136577362-r2" x="1464" y="1654.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-67)">
+</text><text class="terminal-3136577362-r4" x="0" y="1679.2" textLength="24.4" clip-path="url(#terminal-3136577362-line-68)">╭─</text><text class="terminal-3136577362-r4" x="24.4" y="1679.2" textLength="1415.2" clip-path="url(#terminal-3136577362-line-68)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3136577362-r4" x="1439.6" y="1679.2" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1703.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-69)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1703.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-69)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1703.6" textLength="85.4" clip-path="url(#terminal-3136577362-line-69)">-github</text><text class="terminal-3136577362-r5" x="122" y="1703.6" textLength="134.2" clip-path="url(#term [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1728" textLength="12.2" clip-path="url(#terminal-3136577362-line-70)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1728" textLength="12.2" clip-path="url(#terminal-3136577362-line-70)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1728" textLength="85.4" clip-path="url(#terminal-3136577362-line-70)">-answer</text><text class="terminal-3136577362-r6" x="280.6" y="1728" textLength="24.4" clip-path="url(#terminal-31 [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1752.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-71)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1752.4" textLength="12.2" clip-path="url(#terminal-3136577362-line-71)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1752.4" textLength="48.8" clip-path="url(#terminal-3136577362-line-71)">-dry</text><text class="terminal-3136577362-r5" x="85.4" y="1752.4" textLength="48.8" clip-path="url(#termina [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1776.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-72)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1776.8" textLength="12.2" clip-path="url(#terminal-3136577362-line-72)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1776.8" textLength="97.6" clip-path="url(#terminal-3136577362-line-72)">-verbose</text><text class="terminal-3136577362-r6" x="280.6" y="1776.8" textLength="24.4" clip-path="url(#te [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1801.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-73)">│</text><text class="terminal-3136577362-r5" x="24.4" y="1801.2" textLength="12.2" clip-path="url(#terminal-3136577362-line-73)">-</text><text class="terminal-3136577362-r5" x="36.6" y="1801.2" textLength="61" clip-path="url(#terminal-3136577362-line-73)">-help</text><text class="terminal-3136577362-r6" x="280.6" y="1801.2" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-3136577362-r4" x="0" y="1825.6" textLength="1464" clip-path="url(#terminal-3136577362-line-74)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3136577362-r2" x="1464" y="1825.6" textLength="12.2" clip-path="url(#terminal-3136577362-line-74)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-cleanup.svg b/images/breeze/output-cleanup.svg
index 68395e65eb..9bd373b98b 100644
--- a/images/breeze/output-cleanup.svg
+++ b/images/breeze/output-cleanup.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 488.00000000000006" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 416.0" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,50 +19,102 @@
         font-weight: 700;
     }
 
-    .terminal-2880815510-matrix {
+    .terminal-111002006-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2880815510-title {
+    .terminal-111002006-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2880815510-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2880815510-r2 { fill: #c5c8c6 }
-.terminal-2880815510-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2880815510-r4 { fill: #868887 }
-.terminal-2880815510-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2880815510-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2880815510-r7 { fill: #8d7b39 }
+    .terminal-111002006-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-111002006-r2 { fill: #c5c8c6 }
+.terminal-111002006-r3 { fill: #d0b344;font-weight: bold }
+.terminal-111002006-r4 { fill: #868887 }
+.terminal-111002006-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-111002006-r6 { fill: #98a84b;font-weight: bold }
+.terminal-111002006-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="448" rx="12"/><text class="terminal-2880815510-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: cleanup</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-111002006-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="365.0" />
+    </clipPath>
+    <clipPath id="terminal-111002006-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-111002006-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="414" rx="8"/><text class="terminal-111002006-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;cleanup</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-111002006-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2880815510-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2880815510-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2880815510-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2880815510-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2880815510-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;cleanup&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2880815510-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2880815510-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2880815510-r2" x="12.4" y="99.2" textLength="1463.2">Cleans&#160;the&#160;cache&#160;of&#160;parameters,&#160;docker&#160;cache&#160;and&#160;optionally&#160;-&#160;currently&#160;downloaded&#160;images.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tsp [...]
-</tspan><tspan class="terminal-2880815510-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="152" textLength="1488">╭─&#160;Cleanup&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2880815510-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2880815510-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2880815510-r5" x="37.2" y="178.4" textLength="62">--all</tspan><tspan class="terminal-2880815510-r2" x="99.2" y="178.4" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2880815510-r2" x="148.8" y="178.4" textLength="1302">Also&#160;remove&#160;currently&#160;do [...]
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="204.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2880815510-r2" x="1488" y="204.8" textLength="12.4">
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="231.2" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2880815510-r2" x="1488" y="231.2" textLength="12.4">
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2880815510-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2880815510-r5" x="37.2" y="257.6" textLength="111.6">--verbose</tspan><tspan class="terminal-2880815510-r2" x="148.8" y="257.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2880815510-r6" x="297.6" y="257.6"  [...]
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2880815510-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2880815510-r5" x="37.2" y="284" textLength="99.2">--answer</tspan><tspan class="terminal-2880815510-r2" x="136.4" y="284" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2880815510-r6" x="297.6" y="284" textLe [...]
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2880815510-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2880815510-r5" x="37.2" y="310.4" textLength="111.6">--dry-run</tspan><tspan class="terminal-2880815510-r2" x="148.8" y="310.4" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2880815510-r6" x="297.6" y="310.4"  [...]
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2880815510-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2880815510-r5" x="37.2" y="336.8" textLength="235.6">--github-repository</tspan><tspan class="terminal-2880815510-r2" x="272.8" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2880815510-r6" x="297.6" y="336.8" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2880815510-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2880815510-r5" x="37.2" y="363.2" textLength="74.4">--help</tspan><tspan class="terminal-2880815510-r2" x="111.6" y="363.2" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2880815510-r6" x="297.6 [...]
-</tspan><tspan class="terminal-2880815510-r4" x="0" y="389.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2880815510-r2" x="1488" y="389.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-111002006-matrix">
+    <text class="terminal-111002006-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-111002006-line-0)">
+</text><text class="terminal-111002006-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-111002006-line-1)">Usage:&#160;</text><text class="terminal-111002006-r1" x="97.6" y="44.4" textLength="292.8" clip-path="url(#terminal-111002006-line-1)">breeze&#160;cleanup&#160;[OPTIONS]</text><text class="terminal-111002006-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-111002006-line-1)">
+</text><text class="terminal-111002006-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-111002006-line-2)">
+</text><text class="terminal-111002006-r2" x="12.2" y="93.2" textLength="1098" clip-path="url(#terminal-111002006-line-3)">Cleans&#160;the&#160;cache&#160;of&#160;parameters,&#160;docker&#160;cache&#160;and&#160;optionally&#160;-&#160;currently&#160;downloaded&#160;images.</text><text class="terminal-111002006-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-111002006-line-3)">
+</text><text class="terminal-111002006-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-111002006-line-4)">
+</text><text class="terminal-111002006-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-111002006-line-5)">╭─</text><text class="terminal-111002006-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-111002006-line-5)">&#160;Cleanup&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-111002006-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-111002006-l [...]
+</text><text class="terminal-111002006-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-111002006-line-6)">│</text><text class="terminal-111002006-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-111002006-line-6)">-</text><text class="terminal-111002006-r5" x="36.6" y="166.4" textLength="48.8" clip-path="url(#terminal-111002006-line-6)">-all</text><text class="terminal-111002006-r2" x="134.2" y="166.4" textLength="573.4" clip-path="url(#terminal-111002006- [...]
+</text><text class="terminal-111002006-r4" x="0" y="190.8" textLength="1464" clip-path="url(#terminal-111002006-line-7)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-111002006-r2" x="1464" y="190.8" textLength="12.2" clip-path="url(#terminal-111002006-line-7)">
+</text><text class="terminal-111002006-r4" x="0" y="215.2" textLength="24.4" clip-path="url(#terminal-111002006-line-8)">╭─</text><text class="terminal-111002006-r4" x="24.4" y="215.2" textLength="1415.2" clip-path="url(#terminal-111002006-line-8)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-111002006-r4" x="1439.6" y="215.2" textLength="24.4" clip-path="url(#terminal-111002006- [...]
+</text><text class="terminal-111002006-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-111002006-line-9)">│</text><text class="terminal-111002006-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-111002006-line-9)">-</text><text class="terminal-111002006-r5" x="36.6" y="239.6" textLength="97.6" clip-path="url(#terminal-111002006-line-9)">-verbose</text><text class="terminal-111002006-r6" x="280.6" y="239.6" textLength="24.4" clip-path="url(#terminal-1110020 [...]
+</text><text class="terminal-111002006-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-111002006-line-10)">│</text><text class="terminal-111002006-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-111002006-line-10)">-</text><text class="terminal-111002006-r5" x="36.6" y="264" textLength="85.4" clip-path="url(#terminal-111002006-line-10)">-answer</text><text class="terminal-111002006-r6" x="280.6" y="264" textLength="24.4" clip-path="url(#terminal-111002006-lin [...]
+</text><text class="terminal-111002006-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-111002006-line-11)">│</text><text class="terminal-111002006-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-111002006-line-11)">-</text><text class="terminal-111002006-r5" x="36.6" y="288.4" textLength="48.8" clip-path="url(#terminal-111002006-line-11)">-dry</text><text class="terminal-111002006-r5" x="85.4" y="288.4" textLength="48.8" clip-path="url(#terminal-111002006 [...]
+</text><text class="terminal-111002006-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-111002006-line-12)">│</text><text class="terminal-111002006-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-111002006-line-12)">-</text><text class="terminal-111002006-r5" x="36.6" y="312.8" textLength="85.4" clip-path="url(#terminal-111002006-line-12)">-github</text><text class="terminal-111002006-r5" x="122" y="312.8" textLength="134.2" clip-path="url(#terminal-111002 [...]
+</text><text class="terminal-111002006-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-111002006-line-13)">│</text><text class="terminal-111002006-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-111002006-line-13)">-</text><text class="terminal-111002006-r5" x="36.6" y="337.2" textLength="61" clip-path="url(#terminal-111002006-line-13)">-help</text><text class="terminal-111002006-r6" x="280.6" y="337.2" textLength="24.4" clip-path="url(#terminal-111002006 [...]
+</text><text class="terminal-111002006-r4" x="0" y="361.6" textLength="1464" clip-path="url(#terminal-111002006-line-14)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-111002006-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-111002006-line-14)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-command-hash-export.svg b/images/breeze/output-command-hash-export.svg
index 03d562e242..789317d724 100644
--- a/images/breeze/output-command-hash-export.svg
+++ b/images/breeze/output-command-hash-export.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 329.6" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 269.6" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,43 +19,77 @@
         font-weight: 700;
     }
 
-    .terminal-4066869648-matrix {
+    .terminal-161448336-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-4066869648-title {
+    .terminal-161448336-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-4066869648-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-4066869648-r2 { fill: #c5c8c6 }
-.terminal-4066869648-r3 { fill: #d0b344;font-weight: bold }
-.terminal-4066869648-r4 { fill: #868887 }
-.terminal-4066869648-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-4066869648-r6 { fill: #98a84b;font-weight: bold }
+    .terminal-161448336-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-161448336-r2 { fill: #c5c8c6 }
+.terminal-161448336-r3 { fill: #d0b344;font-weight: bold }
+.terminal-161448336-r4 { fill: #868887 }
+.terminal-161448336-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-161448336-r6 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="289.6" rx="12"/><text class="terminal-4066869648-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: command-hash-export</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-161448336-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="218.6" />
+    </clipPath>
+    <clipPath id="terminal-161448336-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-161448336-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-161448336-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-161448336-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-161448336-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-161448336-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-161448336-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-161448336-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="267.6" rx="8"/><text class="terminal-161448336-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;command-hash-export</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-161448336-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-4066869648-matrix" font-variant="east-asian-width-values"><tspan class="terminal-4066869648-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-4066869648-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-4066869648-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-4066869648-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;command-hash-export&#160;[OPTIONS]&#160;OUTPUT&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-4066869648-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-4066869648-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-4066869648-r2" x="12.4" y="99.2" textLength="1463.2">Outputs&#160;hash&#160;of&#160;all&#160;click&#160;commands&#160;to&#160;file&#160;or&#160;stdout&#160;if&#160;`-`&#160;is&#160;used&#160;(useful&#160;to&#160;see&#160;if&#160;images&#160;should&#160;be&#160;regenerated).&#160;&#160;</tspan><tspan class="terminal-4066869648-r2" x="1475.6" y="99.2" textLength="12.4">&#160; [...]
-</tspan><tspan class="terminal-4066869648-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-4066869648-r4" x="0" y="152" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-4066869648-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-4066869648-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-4066869648-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-4066869648-r5" x="37.2" y="178.4" textLength="111.6">--verbose</tspan><tspan class="terminal-4066869648-r2" x="148.8" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-4066869648-r6" x="173.6" y="178.4" textLength="24.8">-v</tspan><tspan class="terminal-4066869648 [...]
-</tspan><tspan class="terminal-4066869648-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-4066869648-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-4066869648-r5" x="37.2" y="204.8" textLength="74.4">--help</tspan><tspan class="terminal-4066869648-r2" x="111.6" y="204.8" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-4066869648-r6" x="173.6" y="204.8" textLength="24.8">-h</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-4066869648-r4" x="0" y="231.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-4066869648-r2" x="1488" y="231.2" textLength="12.4">
-</tspan></text>
+    <g class="terminal-161448336-matrix">
+    <text class="terminal-161448336-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-161448336-line-0)">
+</text><text class="terminal-161448336-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-161448336-line-1)">Usage:&#160;</text><text class="terminal-161448336-r1" x="97.6" y="44.4" textLength="524.6" clip-path="url(#terminal-161448336-line-1)">breeze&#160;command-hash-export&#160;[OPTIONS]&#160;OUTPUT</text><text class="terminal-161448336-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-161448336-line-1)">
+</text><text class="terminal-161448336-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-161448336-line-2)">
+</text><text class="terminal-161448336-r2" x="12.2" y="93.2" textLength="1415.2" clip-path="url(#terminal-161448336-line-3)">Outputs&#160;hash&#160;of&#160;all&#160;click&#160;commands&#160;to&#160;file&#160;or&#160;stdout&#160;if&#160;`-`&#160;is&#160;used&#160;(useful&#160;to&#160;see&#160;if&#160;images&#160;should&#160;be&#160;regenerated).</text><text class="terminal-161448336-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-161448336-line-3)">
+</text><text class="terminal-161448336-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-161448336-line-4)">
+</text><text class="terminal-161448336-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-161448336-line-5)">╭─</text><text class="terminal-161448336-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-161448336-line-5)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-161448336-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-161448336-line-5 [...]
+</text><text class="terminal-161448336-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-161448336-line-6)">│</text><text class="terminal-161448336-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-161448336-line-6)">-</text><text class="terminal-161448336-r5" x="36.6" y="166.4" textLength="97.6" clip-path="url(#terminal-161448336-line-6)">-verbose</text><text class="terminal-161448336-r6" x="158.6" y="166.4" textLength="24.4" clip-path="url(#terminal-1614483 [...]
+</text><text class="terminal-161448336-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-161448336-line-7)">│</text><text class="terminal-161448336-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-161448336-line-7)">-</text><text class="terminal-161448336-r5" x="36.6" y="190.8" textLength="61" clip-path="url(#terminal-161448336-line-7)">-help</text><text class="terminal-161448336-r6" x="158.6" y="190.8" textLength="24.4" clip-path="url(#terminal-161448336-li [...]
+</text><text class="terminal-161448336-r4" x="0" y="215.2" textLength="1464" clip-path="url(#terminal-161448336-line-8)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-161448336-r2" x="1464" y="215.2" textLength="12.2" clip-path="url(#terminal-161448336-line-8)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-commands-hash.txt b/images/breeze/output-commands-hash.txt
new file mode 100644
index 0000000000..08e0c94ed2
--- /dev/null
+++ b/images/breeze/output-commands-hash.txt
@@ -0,0 +1 @@
+c227c66369d92c76c0e52939e3e4ecf1
diff --git a/images/breeze/output-commands.svg b/images/breeze/output-commands.svg
index 4fe025fcef..be4ea5a514 100644
--- a/images/breeze/output-commands.svg
+++ b/images/breeze/output-commands.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 2283.2000000000003" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 2050.8" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,118 +19,370 @@
         font-weight: 700;
     }
 
-    .terminal-2803425993-matrix {
+    .terminal-2398605327-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2803425993-title {
+    .terminal-2398605327-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2803425993-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2803425993-r2 { fill: #c5c8c6 }
-.terminal-2803425993-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2803425993-r4 { fill: #868887 }
-.terminal-2803425993-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2803425993-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2803425993-r7 { fill: #8d7b39 }
+    .terminal-2398605327-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2398605327-r2 { fill: #c5c8c6 }
+.terminal-2398605327-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2398605327-r4 { fill: #868887 }
+.terminal-2398605327-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2398605327-r6 { fill: #98a84b;font-weight: bold }
+.terminal-2398605327-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="2243.2" rx="12"/><text class="terminal-2803425993-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Breeze commands</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2398605327-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="1999.8" />
+    </clipPath>
+    <clipPath id="terminal-2398605327-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-28">
+    <rect x="0" y="684.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-29">
+    <rect x="0" y="709.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-30">
+    <rect x="0" y="733.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-31">
+    <rect x="0" y="757.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-32">
+    <rect x="0" y="782.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-33">
+    <rect x="0" y="806.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-34">
+    <rect x="0" y="831.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-35">
+    <rect x="0" y="855.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-36">
+    <rect x="0" y="879.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-37">
+    <rect x="0" y="904.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-38">
+    <rect x="0" y="928.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-39">
+    <rect x="0" y="953.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-40">
+    <rect x="0" y="977.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-41">
+    <rect x="0" y="1001.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-42">
+    <rect x="0" y="1026.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-43">
+    <rect x="0" y="1050.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-44">
+    <rect x="0" y="1075.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-45">
+    <rect x="0" y="1099.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-46">
+    <rect x="0" y="1123.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-47">
+    <rect x="0" y="1148.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-48">
+    <rect x="0" y="1172.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-49">
+    <rect x="0" y="1197.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-50">
+    <rect x="0" y="1221.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-51">
+    <rect x="0" y="1245.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-52">
+    <rect x="0" y="1270.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-53">
+    <rect x="0" y="1294.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-54">
+    <rect x="0" y="1319.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-55">
+    <rect x="0" y="1343.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-56">
+    <rect x="0" y="1367.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-57">
+    <rect x="0" y="1392.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-58">
+    <rect x="0" y="1416.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-59">
+    <rect x="0" y="1441.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-60">
+    <rect x="0" y="1465.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-61">
+    <rect x="0" y="1489.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-62">
+    <rect x="0" y="1514.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-63">
+    <rect x="0" y="1538.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-64">
+    <rect x="0" y="1563.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-65">
+    <rect x="0" y="1587.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-66">
+    <rect x="0" y="1611.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-67">
+    <rect x="0" y="1636.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-68">
+    <rect x="0" y="1660.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-69">
+    <rect x="0" y="1685.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-70">
+    <rect x="0" y="1709.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-71">
+    <rect x="0" y="1733.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-72">
+    <rect x="0" y="1758.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-73">
+    <rect x="0" y="1782.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-74">
+    <rect x="0" y="1807.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-75">
+    <rect x="0" y="1831.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-76">
+    <rect x="0" y="1855.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-77">
+    <rect x="0" y="1880.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-78">
+    <rect x="0" y="1904.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-79">
+    <rect x="0" y="1929.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2398605327-line-80">
+    <rect x="0" y="1953.5" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="2048.8" rx="8"/><text class="terminal-2398605327-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Breeze&#160;commands</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2398605327-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2803425993-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2803425993-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2803425993-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2803425993-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;[OPTIONS]&#160;COMMAND&#160;[ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2803425993-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="99.2" textLength="1488">╭─&#160;Basic&#160;flags&#160;for&#160;the&#160;default&#160;(shell)&#160;command&#160;────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="99.2" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="125.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="125.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="125.6" textLength="99.2">--python</tspan><tspan class="terminal-2803425993-r2" x="136.4" y="125.6" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="322 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="152" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="152" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r4" x="372" y="152" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="178.4" textLength="111.6">--backend</tspan><tspan class="terminal-2803425993-r2" x="148.8" y="178.4" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="322.4 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="204.8" textLength="223.2">--postgres-version</tspan><tspan class="terminal-2803425993-r2" x="260.4" y="204.8" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="322.4" y="204.8" textLength="24.8">-P</tspan><tspan c [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="231.2" textLength="186">--mysql-version</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="231.2" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="322.4" y="231.2" textLength="24.8">-M< [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="257.6" textLength="186">--mssql-version</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="257.6" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="322.4" y="257.6" textLength="24.8">-S< [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="284" textLength="161.2">--integration</tspan><tspan class="terminal-2803425993-r2" x="198.4" y="284" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="322.4" y="284" textLength="24.8">&# [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="310.4" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r7" x="372" y="310.4" textLength="1078.8">(cassandra&#160;|&#160;kerberos&#160;|&#160;mongo&#160;|&#160;openlda [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="336.8" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r7" x="372" y="336.8" textLength="1078.8">all)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="363.2" textLength="260.4">--forward-credentials</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="322.4" y="363.2" textLength="24.8">-f</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="389.6" textLength="124">--db-reset</tspan><tspan class="terminal-2803425993-r2" x="161.2" y="389.6" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="322.4" y="38 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="416" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="416" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="442.4" textLength="1488">╭─&#160;Advanced&#160;flags&#160;for&#160;the&#160;default&#160;(shell)&#160;command&#160;─────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="442.4" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="468.8" textLength="260.4">--use-airflow-version</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="468.8" textLength="1178">&#160;&#160;&#160;&#160;&#160;&#160;&#160;Use&#160;(reinstall&#160;at&#160;entry)&#160;Airflow&#160;version&#160;from&#160;PyPI [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="495.2" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160;from&#160;wheel&#160;packages&#160;or&#160;sdist&#160;packages& [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="521.6" textLength="954.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies&#160;</tspan><tspan class="terminal-2803425993-r5" x="967.2" y="521.6" text [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="548" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r7" x="384.4" y="548" textLength="1066.4">(none&#160;|&#160;wheel&#160;|&#160;sdist&#160;|&#160;&lt;airflow_ver [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="574.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="574.4" textLength="198.4">--airflow-extras</tspan><tspan class="terminal-2803425993-r2" x="235.6" y="574.4" textLength="533.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Airflow&#160;extras&#160;to&#160;install&#160;when&#160;</t [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="600.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="600.8" textLength="297.6">--use-packages-from-dist</tspan><tspan class="terminal-2803425993-r2" x="334.8" y="600.8" textLength="396.8">&#160;&#160;&#160;&#160;Install&#160;all&#160;found&#160;packages&#160;(</tspan><tspan class="terminal-2803425993-r5" x="73 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="627.2" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="653.6" textLength="198.4">--package-format</tspan><tspan class="terminal-2803425993-r2" x="235.6" y="653.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="384.4" y=" [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="680" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r4" x="384.4" y="680" textLength="669.6">[default:&#160;wheel]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="706.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="706.4" textLength="161.2">--force-build</tspan><tspan class="terminal-2803425993-r2" x="198.4" y="706.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2"  [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="732.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="732.8" textLength="186">--mount-sources</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="732.8" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="384.4"  [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="759.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="759.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r7" x="384.4" y="759.2" textLength="855.6">(selected&#160;|&#160;all&#160;|&#160;none)&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="785.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="785.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r4" x="384.4" y="785.6" textLength="855.6">[default:&#160;selected]&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="812" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="812" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="812" textLength="198.4">--debian-version</tspan><tspan class="terminal-2803425993-r2" x="235.6" y="812" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="384.4" y="812" tex [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="838.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="838.4" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="864.8" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="864.8" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="891.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="891.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="891.2" textLength="111.6">--verbose</tspan><tspan class="terminal-2803425993-r2" x="148.8" y="891.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="297.6" y="891.2"  [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="917.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="917.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="917.6" textLength="111.6">--dry-run</tspan><tspan class="terminal-2803425993-r2" x="148.8" y="917.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="297.6" y="917.6"  [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="944" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="944" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="944" textLength="235.6">--github-repository</tspan><tspan class="terminal-2803425993-r2" x="272.8" y="944" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="297.6" y="944" textLength="24.8">-g</tspan><tspan class="terminal-2803425993 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="970.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="970.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="970.4" textLength="99.2">--answer</tspan><tspan class="terminal-2803425993-r2" x="136.4" y="970.4" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="297.6" y="970 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="996.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="996.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2803425993-r5" x="37.2" y="996.8" textLength="74.4">--help</tspan><tspan class="terminal-2803425993-r2" x="111.6" y="996.8" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r6" x="297.6 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1023.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1023.2" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1049.6" textLength="1488">╭─&#160;Developer&#160;tools&#160;────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1049.6" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1076" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1076" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1076" textLength="186">&#160;shell&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1076" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="1076" textLength="1078.8">Ente [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1102.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1102.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1102.4" textLength="186">&#160;start-airflow&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1102.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="1102.4" textLength="1078.8">Enter&#160;breeze.py&#160;environm [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1128.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1128.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1128.8" textLength="186">&#160;exec&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1128.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="1128.8" textLengt [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1155.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1155.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1155.2" textLength="186">&#160;stop&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1155.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="1155.2" textLengt [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1181.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1181.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1181.6" textLength="186">&#160;build-docs&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1181.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="1181.6" textLength="1078.8">Build&#160;document [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1208" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1208" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1208" textLength="186">&#160;static-checks&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1208" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="223.2" y="1208" textLength="1078.8">Run&#160;static&#160;checks.&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1234.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1234.4" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1260.8" textLength="1488">╭─&#160;Testing&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1260.8" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1287.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1287.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1287.2" textLength="272.8">&#160;docker-compose-tests&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1287.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="310" y="1287.2" textLength="1128.4">Run&#160;docker-compose&#16 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1313.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1313.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1313.6" textLength="272.8">&#160;tests&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1313.6" textLength="12.4">&#160;</tspan><tspan class="terminal-280342 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1340" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1340" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1366.4" textLength="1488">╭─&#160;Configuration&#160;&amp;&#160;maintenance&#160;────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1366.4" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1392.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1392.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1392.8" textLength="260.4">&#160;cleanup&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1392.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297. [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1419.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1419.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1419.2" textLength="260.4">&#160;self-upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1419.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1419.2" textLength= [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1445.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1445.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1445.6" textLength="260.4">&#160;setup-autocomplete&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1445.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1445.6" textLength="1153.2">Enables&#160;autocomp [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1472" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1472" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1472" textLength="260.4">&#160;config&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1472" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6"  [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1498.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1498.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1498.4" textLength="260.4">&#160;resource-check&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1498.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1498.4" textLength="1153.2">C [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1524.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1524.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1524.8" textLength="260.4">&#160;free-space&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1524.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1524.8" t [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1551.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1551.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1551.2" textLength="260.4">&#160;fix-ownership&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1551.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1551.2" textLength="1153 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1577.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1577.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1577.6" textLength="260.4">&#160;command-hash-export&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1577.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297.6" y="1577.6" textLength="1153.2">Outputs&#160;hash&#160;of& [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1604" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1604" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1604" textLength="260.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1604" textLength="12.4">&#160;</tspan><tspan class="term [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1630.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1630.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1630.4" textLength="260.4">&#160;version&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="285.2" y="1630.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="297. [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1656.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1656.8" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1683.2" textLength="1488">╭─&#160;CI&#160;Image&#160;tools&#160;─────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1683.2" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1709.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1709.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1709.6" textLength="173.6">&#160;build-image&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="198.4" y="1709.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1709.6" textLength="1091.2">Build&#160;CI&#160;image.&#1 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1736" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1736" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1736" textLength="173.6">&#160;pull-image&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="198.4" y="1736" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1736" textLength="1091.2">Pull&#160;and&#160;optionally&#16 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1762.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1762.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1762.4" textLength="173.6">&#160;verify-image&#160;</tspan><tspan class="terminal-2803425993-r2" x="198.4" y="1762.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="210.8" y="1762.4" textLength="1091.2">Verify&#160;CI&#160;image.&#160;& [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1788.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1788.8" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1815.2" textLength="1488">╭─&#160;Production&#160;Image&#160;tools&#160;─────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1815.2" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1841.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1841.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1841.6" textLength="235.6">&#160;build-prod-image&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="260.4" y="1841.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="272.8" y="1841.6" textLength="1178">Build&#160;Production&#16 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1868" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1868" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1868" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="260.4" y="1868" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1894.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1894.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1894.4" textLength="235.6">&#160;pull-prod-image&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="260.4" y="1894.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="272.8" y="1894.4" textLength="1178">Pull&#160;and&#160;o [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1920.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="1920.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="1920.8" textLength="235.6">&#160;verify-prod-image&#160;</tspan><tspan class="terminal-2803425993-r2" x="260.4" y="1920.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="272.8" y="1920.8" textLength="1178">Verify&#160;Production&#160;im [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1947.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1947.2" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="1973.6" textLength="1488">╭─&#160;Release&#160;management&#160;─────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2803425993-r2" x="1488" y="1973.6" textLength="12.4">
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2000" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="2000" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="2000" textLength="396.8">&#160;verify-provider-packages&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="421.6" y="2000" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="434" y="2000" textLength="942.4 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2026.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="2026.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="2026.4" textLength="396.8">&#160;prepare-provider-documentation&#160;</tspan><tspan class="terminal-2803425993-r2" x="421.6" y="2026.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="434" y="2026.4" textLength="942.4">Prepare&#160;CHANG [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2052.8" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="2052.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="2052.8" textLength="396.8">&#160;prepare-provider-packages&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="421.6" y="2052.8" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="434" y="2052.8" textLength=" [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2079.2" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="2079.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="2079.2" textLength="396.8">&#160;prepare-airflow-package&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="421.6" y="2079.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="434" y="2079.2" te [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2105.6" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="2105.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="2105.6" textLength="396.8">&#160;release-prod-images&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="421.6" y="2105.6" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2132" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="2132" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="2132" textLength="396.8">&#160;generate-constraints&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="421.6" y="2132" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="434" y="213 [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2158.4" textLength="12.4">│</tspan><tspan class="terminal-2803425993-r2" x="12.4" y="2158.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r5" x="24.8" y="2158.4" textLength="396.8">&#160;find-newer-dependencies&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2803425993-r2" x="421.6" y="2158.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2803425993-r2" x="434" y="2158.4" te [...]
-</tspan><tspan class="terminal-2803425993-r4" x="0" y="2184.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2803425993-r2" x="1488" y="2184.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2398605327-matrix">
+    <text class="terminal-2398605327-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2398605327-line-0)">
+</text><text class="terminal-2398605327-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2398605327-line-1)">Usage:&#160;</text><text class="terminal-2398605327-r1" x="97.6" y="44.4" textLength="414.8" clip-path="url(#terminal-2398605327-line-1)">breeze&#160;[OPTIONS]&#160;COMMAND&#160;[ARGS]...</text><text class="terminal-2398605327-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-1)">
+</text><text class="terminal-2398605327-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-2)">
+</text><text class="terminal-2398605327-r4" x="0" y="93.2" textLength="24.4" clip-path="url(#terminal-2398605327-line-3)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="93.2" textLength="1415.2" clip-path="url(#terminal-2398605327-line-3)">&#160;Basic&#160;flags&#160;for&#160;the&#160;default&#160;(shell)&#160;command&#160;───────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="93.2" textLength="24.4" cli [...]
+</text><text class="terminal-2398605327-r4" x="0" y="117.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-4)">│</text><text class="terminal-2398605327-r5" x="24.4" y="117.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-4)">-</text><text class="terminal-2398605327-r5" x="36.6" y="117.6" textLength="85.4" clip-path="url(#terminal-2398605327-line-4)">-python</text><text class="terminal-2398605327-r6" x="305" y="117.6" textLength="24.4" clip-path="url(#terminal-239 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="142" textLength="12.2" clip-path="url(#terminal-2398605327-line-5)">│</text><text class="terminal-2398605327-r4" x="353.8" y="142" textLength="732" clip-path="url(#terminal-2398605327-line-5)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-6)">│</text><text class="terminal-2398605327-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-6)">-</text><text class="terminal-2398605327-r5" x="36.6" y="166.4" textLength="97.6" clip-path="url(#terminal-2398605327-line-6)">-backend</text><text class="terminal-2398605327-r6" x="305" y="166.4" textLength="24.4" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-7)">│</text><text class="terminal-2398605327-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-7)">-</text><text class="terminal-2398605327-r5" x="36.6" y="190.8" textLength="109.8" clip-path="url(#terminal-2398605327-line-7)">-postgres</text><text class="terminal-2398605327-r5" x="146.4" y="190.8" textLength="97.6" clip-path="url(#termina [...]
+</text><text class="terminal-2398605327-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-8)">│</text><text class="terminal-2398605327-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-8)">-</text><text class="terminal-2398605327-r5" x="36.6" y="215.2" textLength="73.2" clip-path="url(#terminal-2398605327-line-8)">-mysql</text><text class="terminal-2398605327-r5" x="109.8" y="215.2" textLength="97.6" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-9)">│</text><text class="terminal-2398605327-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-9)">-</text><text class="terminal-2398605327-r5" x="36.6" y="239.6" textLength="73.2" clip-path="url(#terminal-2398605327-line-9)">-mssql</text><text class="terminal-2398605327-r5" x="109.8" y="239.6" textLength="97.6" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-2398605327-line-10)">│</text><text class="terminal-2398605327-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-2398605327-line-10)">-</text><text class="terminal-2398605327-r5" x="36.6" y="264" textLength="146.4" clip-path="url(#terminal-2398605327-line-10)">-integration</text><text class="terminal-2398605327-r2" x="353.8" y="264" textLength="1085.8" clip-path="url(#termina [...]
+</text><text class="terminal-2398605327-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-11)">│</text><text class="terminal-2398605327-r7" x="353.8" y="288.4" textLength="1085.8" clip-path="url(#terminal-2398605327-line-11)">(cassandra&#160;|&#160;kerberos&#160;|&#160;mongo&#160;|&#160;openldap&#160;|&#160;pinot&#160;|&#160;rabbitmq&#160;|&#160;redis&#160;|&#160;statsd&#160;|&#160;trino&#160;|&#160;&#160;&#160;</text><text class="terminal-2398605327-r4" x="1 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-12)">│</text><text class="terminal-2398605327-r7" x="353.8" y="312.8" textLength="1085.8" clip-path="url(#terminal-2398605327-line-12)">all)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-13)">│</text><text class="terminal-2398605327-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-13)">-</text><text class="terminal-2398605327-r5" x="36.6" y="337.2" textLength="97.6" clip-path="url(#terminal-2398605327-line-13)">-forward</text><text class="terminal-2398605327-r5" x="134.2" y="337.2" textLength="146.4" clip-path="url(#termi [...]
+</text><text class="terminal-2398605327-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-14)">│</text><text class="terminal-2398605327-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-14)">-</text><text class="terminal-2398605327-r5" x="36.6" y="361.6" textLength="36.6" clip-path="url(#terminal-2398605327-line-14)">-db</text><text class="terminal-2398605327-r5" x="73.2" y="361.6" textLength="73.2" clip-path="url(#terminal-239 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="386" textLength="1464" clip-path="url(#terminal-2398605327-line-15)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="386" textLength="12.2" clip-path="url(#terminal-2398605327-line-15)">
+</text><text class="terminal-2398605327-r4" x="0" y="410.4" textLength="24.4" clip-path="url(#terminal-2398605327-line-16)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="410.4" textLength="1415.2" clip-path="url(#terminal-2398605327-line-16)">&#160;Advanced&#160;flags&#160;for&#160;the&#160;default&#160;(shell)&#160;command&#160;────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="410.4" textLength="24.4 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-17)">│</text><text class="terminal-2398605327-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-17)">-</text><text class="terminal-2398605327-r5" x="36.6" y="434.8" textLength="48.8" clip-path="url(#terminal-2398605327-line-17)">-use</text><text class="terminal-2398605327-r5" x="85.4" y="434.8" textLength="195.2" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-18)">│</text><text class="terminal-2398605327-r2" x="366" y="459.2" textLength="1073.6" clip-path="url(#terminal-2398605327-line-18)">`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160;from&#160;wheel&#160;packages&#160;or&#160;sdist&#160;packages&#160;&#160;&#160;</text><text class="terminal-2398605327-r4" x="1451.8" y="459.2" textLength= [...]
+</text><text class="terminal-2398605327-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-19)">│</text><text class="terminal-2398605327-r2" x="366" y="483.6" textLength="573.4" clip-path="url(#terminal-2398605327-line-19)">available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies&#160;</text><text class="terminal-2398605327-r5" x="939.4" y="483.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-19)">-</text><text class="terminal-23986 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-2398605327-line-20)">│</text><text class="terminal-2398605327-r7" x="366" y="508" textLength="1073.6" clip-path="url(#terminal-2398605327-line-20)">(none&#160;|&#160;wheel&#160;|&#160;sdist&#160;|&#160;&lt;airflow_version&gt;)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-21)">│</text><text class="terminal-2398605327-r5" x="24.4" y="532.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-21)">-</text><text class="terminal-2398605327-r5" x="36.6" y="532.4" textLength="97.6" clip-path="url(#terminal-2398605327-line-21)">-airflow</text><text class="terminal-2398605327-r5" x="134.2" y="532.4" textLength="85.4" clip-path="url(#termin [...]
+</text><text class="terminal-2398605327-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-22)">│</text><text class="terminal-2398605327-r5" x="24.4" y="556.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-22)">-</text><text class="terminal-2398605327-r5" x="36.6" y="556.8" textLength="48.8" clip-path="url(#terminal-2398605327-line-22)">-use</text><text class="terminal-2398605327-r5" x="85.4" y="556.8" textLength="231.8" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-23)">│</text><text class="terminal-2398605327-r2" x="366" y="581.2" textLength="1073.6" clip-path="url(#terminal-2398605327-line-23)">entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-2398605327-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-24)">│</text><text class="terminal-2398605327-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-24)">-</text><text class="terminal-2398605327-r5" x="36.6" y="605.6" textLength="97.6" clip-path="url(#terminal-2398605327-line-24)">-package</text><text class="terminal-2398605327-r5" x="134.2" y="605.6" textLength="85.4" clip-path="url(#termin [...]
+</text><text class="terminal-2398605327-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-2398605327-line-25)">│</text><text class="terminal-2398605327-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-2398605327-line-25)">-</text><text class="terminal-2398605327-r5" x="36.6" y="630" textLength="73.2" clip-path="url(#terminal-2398605327-line-25)">-force</text><text class="terminal-2398605327-r5" x="109.8" y="630" textLength="73.2" clip-path="url(#terminal-2398605 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-26)">│</text><text class="terminal-2398605327-r5" x="24.4" y="654.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-26)">-</text><text class="terminal-2398605327-r5" x="36.6" y="654.4" textLength="73.2" clip-path="url(#terminal-2398605327-line-26)">-mount</text><text class="terminal-2398605327-r5" x="109.8" y="654.4" textLength="97.6" clip-path="url(#terminal [...]
+</text><text class="terminal-2398605327-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-27)">│</text><text class="terminal-2398605327-r7" x="366" y="678.8" textLength="841.8" clip-path="url(#terminal-2398605327-line-27)">(selected&#160;|&#160;all&#160;|&#160;none)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-28)">│</text><text class="terminal-2398605327-r4" x="366" y="703.2" textLength="841.8" clip-path="url(#terminal-2398605327-line-28)">[default:&#160;selected]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-2398605327-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-29)">│</text><text class="terminal-2398605327-r5" x="24.4" y="727.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-29)">-</text><text class="terminal-2398605327-r5" x="36.6" y="727.6" textLength="85.4" clip-path="url(#terminal-2398605327-line-29)">-debian</text><text class="terminal-2398605327-r5" x="122" y="727.6" textLength="97.6" clip-path="url(#terminal- [...]
+</text><text class="terminal-2398605327-r4" x="0" y="752" textLength="1464" clip-path="url(#terminal-2398605327-line-30)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="752" textLength="12.2" clip-path="url(#terminal-2398605327-line-30)">
+</text><text class="terminal-2398605327-r4" x="0" y="776.4" textLength="24.4" clip-path="url(#terminal-2398605327-line-31)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="776.4" textLength="1415.2" clip-path="url(#terminal-2398605327-line-31)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="776.4" textLength="24.4" clip-path="url(#terminal-239 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="800.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-32)">│</text><text class="terminal-2398605327-r5" x="24.4" y="800.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-32)">-</text><text class="terminal-2398605327-r5" x="36.6" y="800.8" textLength="97.6" clip-path="url(#terminal-2398605327-line-32)">-verbose</text><text class="terminal-2398605327-r6" x="280.6" y="800.8" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-2398605327-r4" x="0" y="825.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-33)">│</text><text class="terminal-2398605327-r5" x="24.4" y="825.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-33)">-</text><text class="terminal-2398605327-r5" x="36.6" y="825.2" textLength="48.8" clip-path="url(#terminal-2398605327-line-33)">-dry</text><text class="terminal-2398605327-r5" x="85.4" y="825.2" textLength="48.8" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="849.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-34)">│</text><text class="terminal-2398605327-r5" x="24.4" y="849.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-34)">-</text><text class="terminal-2398605327-r5" x="36.6" y="849.6" textLength="85.4" clip-path="url(#terminal-2398605327-line-34)">-github</text><text class="terminal-2398605327-r5" x="122" y="849.6" textLength="134.2" clip-path="url(#terminal [...]
+</text><text class="terminal-2398605327-r4" x="0" y="874" textLength="12.2" clip-path="url(#terminal-2398605327-line-35)">│</text><text class="terminal-2398605327-r5" x="24.4" y="874" textLength="12.2" clip-path="url(#terminal-2398605327-line-35)">-</text><text class="terminal-2398605327-r5" x="36.6" y="874" textLength="85.4" clip-path="url(#terminal-2398605327-line-35)">-answer</text><text class="terminal-2398605327-r6" x="280.6" y="874" textLength="24.4" clip-path="url(#terminal-239860 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-36)">│</text><text class="terminal-2398605327-r5" x="24.4" y="898.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-36)">-</text><text class="terminal-2398605327-r5" x="36.6" y="898.4" textLength="61" clip-path="url(#terminal-2398605327-line-36)">-help</text><text class="terminal-2398605327-r6" x="280.6" y="898.4" textLength="24.4" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="922.8" textLength="1464" clip-path="url(#terminal-2398605327-line-37)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="922.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-37)">
+</text><text class="terminal-2398605327-r4" x="0" y="947.2" textLength="24.4" clip-path="url(#terminal-2398605327-line-38)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="947.2" textLength="1415.2" clip-path="url(#terminal-2398605327-line-38)">&#160;Developer&#160;tools&#160;───────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="947.2" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-2398605327-r4" x="0" y="971.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-39)">│</text><text class="terminal-2398605327-r5" x="24.4" y="971.6" textLength="183" clip-path="url(#terminal-2398605327-line-39)">shell&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="231.8" y="971.6" textLength="1207.8" clip-path="url(#terminal-2398605327-line-39)">Enter&#160;breeze.py&#160;environment.&#160;th [...]
+</text><text class="terminal-2398605327-r4" x="0" y="996" textLength="12.2" clip-path="url(#terminal-2398605327-line-40)">│</text><text class="terminal-2398605327-r5" x="24.4" y="996" textLength="183" clip-path="url(#terminal-2398605327-line-40)">start-airflow&#160;&#160;</text><text class="terminal-2398605327-r2" x="231.8" y="996" textLength="1207.8" clip-path="url(#terminal-2398605327-line-40)">Enter&#160;breeze.py&#160;environment&#160;and&#160;starts&#160;all&#160;Airflow&#160;compon [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1020.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-41)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1020.4" textLength="183" clip-path="url(#terminal-2398605327-line-41)">exec&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="231.8" y="1020.4" textLength="1207.8" clip-path="url(#terminal-2398605327-line-41)">Joins&#160;the&#160;interactive&#160;s [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1044.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-42)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1044.8" textLength="183" clip-path="url(#terminal-2398605327-line-42)">stop&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="231.8" y="1044.8" textLength="1207.8" clip-path="url(#terminal-2398605327-line-42)">Stop&#160;running&#160;breeze&#160;env [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1069.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-43)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1069.2" textLength="183" clip-path="url(#terminal-2398605327-line-43)">build-docs&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="231.8" y="1069.2" textLength="1207.8" clip-path="url(#terminal-2398605327-line-43)">Build&#160;documentation&#160;in&#160;the&#160;container.&#160;&#160 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1093.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-44)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1093.6" textLength="183" clip-path="url(#terminal-2398605327-line-44)">static-checks&#160;&#160;</text><text class="terminal-2398605327-r2" x="231.8" y="1093.6" textLength="1207.8" clip-path="url(#terminal-2398605327-line-44)">Run&#160;static&#160;checks.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1118" textLength="1464" clip-path="url(#terminal-2398605327-line-45)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="1118" textLength="12.2" clip-path="url(#terminal-2398605327-line-45)">
+</text><text class="terminal-2398605327-r4" x="0" y="1142.4" textLength="24.4" clip-path="url(#terminal-2398605327-line-46)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="1142.4" textLength="1415.2" clip-path="url(#terminal-2398605327-line-46)">&#160;Testing&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="1142.4" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1166.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-47)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1166.8" textLength="256.2" clip-path="url(#terminal-2398605327-line-47)">docker-compose-tests&#160;</text><text class="terminal-2398605327-r2" x="305" y="1166.8" textLength="1134.6" clip-path="url(#terminal-2398605327-line-47)">Run&#160;docker-compose&#160;tests.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1191.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-48)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1191.2" textLength="256.2" clip-path="url(#terminal-2398605327-line-48)">tests&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="305" y="1191.2" textLength="1134.6" clip-path="url(#terminal-2398605327-line-48)">Run&#16 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1215.6" textLength="1464" clip-path="url(#terminal-2398605327-line-49)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="1215.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-49)">
+</text><text class="terminal-2398605327-r4" x="0" y="1240" textLength="24.4" clip-path="url(#terminal-2398605327-line-50)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="1240" textLength="1415.2" clip-path="url(#terminal-2398605327-line-50)">&#160;Configuration&#160;&amp;&#160;maintenance&#160;───────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="1240" textLength="24.4" clip-path="url(#t [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1264.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-51)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1264.4" textLength="231.8" clip-path="url(#terminal-2398605327-line-51)">cleanup&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1264.4" textLength="1159" clip-path="url(#terminal-2398605327-line-51)">Cleans&#160;the&#160;cache&#1 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1288.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-52)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1288.8" textLength="231.8" clip-path="url(#terminal-2398605327-line-52)">self-upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1288.8" textLength="1159" clip-path="url(#terminal-2398605327-line-52)">Self&#160;upgrade&#160;Breeze.&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1313.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-53)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1313.2" textLength="231.8" clip-path="url(#terminal-2398605327-line-53)">setup-autocomplete&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1313.2" textLength="1159" clip-path="url(#terminal-2398605327-line-53)">Enables&#160;autocompletion&#160;of&#160;breeze&#160;commands.&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1337.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-54)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1337.6" textLength="231.8" clip-path="url(#terminal-2398605327-line-54)">config&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1337.6" textLength="1159" clip-path="url(#terminal-2398605327-line-54)">Show/update&#160;configu [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1362" textLength="12.2" clip-path="url(#terminal-2398605327-line-55)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1362" textLength="231.8" clip-path="url(#terminal-2398605327-line-55)">resource-check&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1362" textLength="1159" clip-path="url(#terminal-2398605327-line-55)">Check&#160;if&#160;available&#160;docker&#160;resources&#160;are&#160; [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1386.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-56)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1386.4" textLength="231.8" clip-path="url(#terminal-2398605327-line-56)">free-space&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1386.4" textLength="1159" clip-path="url(#terminal-2398605327-line-56)">Free&#160;space&#160;for&#160;jobs&#160;run& [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1410.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-57)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1410.8" textLength="231.8" clip-path="url(#terminal-2398605327-line-57)">fix-ownership&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1410.8" textLength="1159" clip-path="url(#terminal-2398605327-line-57)">Fix&#160;ownership&#160;of&#160;source&#160;files&#160;to&# [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1435.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-58)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1435.2" textLength="231.8" clip-path="url(#terminal-2398605327-line-58)">command-hash-export</text><text class="terminal-2398605327-r2" x="280.6" y="1435.2" textLength="1159" clip-path="url(#terminal-2398605327-line-58)">Outputs&#160;hash&#160;of&#160;all&#160;click&#160;commands&#160;to&#160;file&#160;or&#16 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1459.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-59)">│</text><text class="terminal-2398605327-r2" x="280.6" y="1459.6" textLength="1159" clip-path="url(#terminal-2398605327-line-59)">should&#160;be&#160;regenerated).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1484" textLength="12.2" clip-path="url(#terminal-2398605327-line-60)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1484" textLength="231.8" clip-path="url(#terminal-2398605327-line-60)">version&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="280.6" y="1484" textLength="1159" clip-path="url(#terminal-2398605327-line-60)">Print&#160;information&#160;about&# [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1508.4" textLength="1464" clip-path="url(#terminal-2398605327-line-61)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="1508.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-61)">
+</text><text class="terminal-2398605327-r4" x="0" y="1532.8" textLength="24.4" clip-path="url(#terminal-2398605327-line-62)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="1532.8" textLength="1415.2" clip-path="url(#terminal-2398605327-line-62)">&#160;CI&#160;Image&#160;tools&#160;────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="1532.8" textLength="24.4" clip-path="url( [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1557.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-63)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1557.2" textLength="170.8" clip-path="url(#terminal-2398605327-line-63)">build-image&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="219.6" y="1557.2" textLength="1220" clip-path="url(#terminal-2398605327-line-63)">Build&#160;CI&#160;image.&#160;Include&#160;building&#160;multiple&#160;images& [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1581.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-64)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1581.6" textLength="170.8" clip-path="url(#terminal-2398605327-line-64)">pull-image&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="219.6" y="1581.6" textLength="1220" clip-path="url(#terminal-2398605327-line-64)">Pull&#160;and&#160;optionally&#160;verify&#160;CI&#160;images&#160;-&#160; [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1606" textLength="12.2" clip-path="url(#terminal-2398605327-line-65)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1606" textLength="170.8" clip-path="url(#terminal-2398605327-line-65)">verify-image&#160;&#160;</text><text class="terminal-2398605327-r2" x="219.6" y="1606" textLength="1220" clip-path="url(#terminal-2398605327-line-65)">Verify&#160;CI&#160;image.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1630.4" textLength="1464" clip-path="url(#terminal-2398605327-line-66)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="1630.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-66)">
+</text><text class="terminal-2398605327-r4" x="0" y="1654.8" textLength="24.4" clip-path="url(#terminal-2398605327-line-67)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="1654.8" textLength="1415.2" clip-path="url(#terminal-2398605327-line-67)">&#160;Production&#160;Image&#160;tools&#160;────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="1654.8" textLength="24.4" clip-path="url( [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1679.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-68)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1679.2" textLength="207.4" clip-path="url(#terminal-2398605327-line-68)">build-prod-image&#160;</text><text class="terminal-2398605327-r2" x="256.2" y="1679.2" textLength="1183.4" clip-path="url(#terminal-2398605327-line-68)">Build&#160;Production&#160;image.&#160;Include&#160;building&#160;multiple&#160;imag [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1703.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-69)">│</text><text class="terminal-2398605327-r2" x="256.2" y="1703.6" textLength="1183.4" clip-path="url(#terminal-2398605327-line-69)">sequentially.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1728" textLength="12.2" clip-path="url(#terminal-2398605327-line-70)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1728" textLength="207.4" clip-path="url(#terminal-2398605327-line-70)">pull-prod-image&#160;&#160;</text><text class="terminal-2398605327-r2" x="256.2" y="1728" textLength="1183.4" clip-path="url(#terminal-2398605327-line-70)">Pull&#160;and&#160;optionally&#160;verify&#160;Production&#160;images&#160;-&#160;pos [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1752.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-71)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1752.4" textLength="207.4" clip-path="url(#terminal-2398605327-line-71)">verify-prod-image</text><text class="terminal-2398605327-r2" x="256.2" y="1752.4" textLength="1183.4" clip-path="url(#terminal-2398605327-line-71)">Verify&#160;Production&#160;image.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1776.8" textLength="1464" clip-path="url(#terminal-2398605327-line-72)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="1776.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-72)">
+</text><text class="terminal-2398605327-r4" x="0" y="1801.2" textLength="24.4" clip-path="url(#terminal-2398605327-line-73)">╭─</text><text class="terminal-2398605327-r4" x="24.4" y="1801.2" textLength="1415.2" clip-path="url(#terminal-2398605327-line-73)">&#160;Release&#160;management&#160;────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2398605327-r4" x="1439.6" y="1801.2" textLength="24.4" clip-path="url(#term [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1825.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-74)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1825.6" textLength="402.6" clip-path="url(#terminal-2398605327-line-74)">verify-provider-packages&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="451.4" y="1825.6" textLength="988.2" clip-path="url(#terminal-2398605327-line-74)">Verifies&#160;if&#160;all&#16 [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1850" textLength="12.2" clip-path="url(#terminal-2398605327-line-75)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1850" textLength="402.6" clip-path="url(#terminal-2398605327-line-75)">prepare-provider-documentation&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="451.4" y="1850" textLength="988.2" clip-path="url(#terminal-2398605327-line-75)">Prepare&#160;CHANGELOG,&#160;README&#160;and&#160;COMMITS&#160;in [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1874.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-76)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1874.4" textLength="402.6" clip-path="url(#terminal-2398605327-line-76)">prepare-provider-packages&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="451.4" y="1874.4" textLength="988.2" clip-path="url(#terminal-2398605327-line-76)">Prepare&#160;sdist/whl&#160;packag [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1898.8" textLength="12.2" clip-path="url(#terminal-2398605327-line-77)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1898.8" textLength="402.6" clip-path="url(#terminal-2398605327-line-77)">prepare-airflow-package&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="451.4" y="1898.8" textLength="988.2" clip-path="url(#terminal-2398605327-line-77)">Prepare&#160;sdist/whl&# [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1923.2" textLength="12.2" clip-path="url(#terminal-2398605327-line-78)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1923.2" textLength="402.6" clip-path="url(#terminal-2398605327-line-78)">release-prod-images&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="451.4" y="1923.2" textLength="988.2" clip-path="url(#terminal-2398605327-line-78)">Rele [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1947.6" textLength="12.2" clip-path="url(#terminal-2398605327-line-79)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1947.6" textLength="402.6" clip-path="url(#terminal-2398605327-line-79)">generate-constraints&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="451.4" y="1947.6" textLength="988.2" clip-path="url(#terminal-2398605327-line-79)">Generates [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1972" textLength="12.2" clip-path="url(#terminal-2398605327-line-80)">│</text><text class="terminal-2398605327-r5" x="24.4" y="1972" textLength="402.6" clip-path="url(#terminal-2398605327-line-80)">find-newer-dependencies&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2398605327-r2" x="451.4" y="1972" textLength="988.2" clip-path="url(#terminal-2398605327-line-80)">Finds&#160;which&#160;dependen [...]
+</text><text class="terminal-2398605327-r4" x="0" y="1996.4" textLength="1464" clip-path="url(#terminal-2398605327-line-81)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2398605327-r2" x="1464" y="1996.4" textLength="12.2" clip-path="url(#terminal-2398605327-line-81)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-config.svg b/images/breeze/output-config.svg
index f3c2e8c23e..b196ab3306 100644
--- a/images/breeze/output-config.svg
+++ b/images/breeze/output-config.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 646.4000000000001" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 562.4" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,56 +19,126 @@
         font-weight: 700;
     }
 
-    .terminal-1927308537-matrix {
+    .terminal-119432441-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1927308537-title {
+    .terminal-119432441-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1927308537-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1927308537-r2 { fill: #c5c8c6 }
-.terminal-1927308537-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1927308537-r4 { fill: #868887 }
-.terminal-1927308537-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1927308537-r6 { fill: #98a84b;font-weight: bold }
-.terminal-1927308537-r7 { fill: #8d7b39 }
+    .terminal-119432441-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-119432441-r2 { fill: #c5c8c6 }
+.terminal-119432441-r3 { fill: #d0b344;font-weight: bold }
+.terminal-119432441-r4 { fill: #868887 }
+.terminal-119432441-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-119432441-r6 { fill: #98a84b;font-weight: bold }
+.terminal-119432441-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="606.4" rx="12"/><text class="terminal-1927308537-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: config</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-119432441-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="511.4" />
+    </clipPath>
+    <clipPath id="terminal-119432441-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-119432441-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="560.4" rx="8"/><text class="terminal-119432441-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;config</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-119432441-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1927308537-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1927308537-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1927308537-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1927308537-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1927308537-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;config&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1927308537-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1927308537-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="99.2" textLength="1463.2">Show/update&#160;configuration&#160;(Python,&#160;Backend,&#160;Cheatsheet,&#160;ASCIIART).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1927308537-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="152" textLength="1488">╭─&#160;Config&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1927308537-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="178.4" textLength="99.2">--python</tspan><tspan class="terminal-1927308537-r2" x="136.4" y="178.4" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan> [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="204.8" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1927308537-r7" x="496" y="204.8" textLength="744">(&gt;3.7&lt; [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="231.2" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1927308537-r4" x="496" y="231.2" textLength="744">[default:&#1 [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="257.6" textLength="111.6">--backend</tspan><tspan class="terminal-1927308537-r2" x="148.8" y="257.6" textLength="260.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tsp [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="284" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1927308537-r4" x="496" y="284" textLength="297.6">[default:&#160;s [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="310.4" textLength="148.8">--cheatsheet</tspan><tspan class="terminal-1927308537-r2" x="186" y="310.4" textLength="12.4">/</tspan><tspan class="terminal-1927308537-r5" x="198.4" y="310.4" textLength="186">--no-cheatsheet</tspan><tspan class="terminal-19273085 [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="336.8" textLength="124">--asciiart</tspan><tspan class="terminal-1927308537-r2" x="161.2" y="336.8" textLength="12.4">/</tspan><tspan class="terminal-1927308537-r5" x="173.6" y="336.8" textLength="161.2">--no-asciiart</tspan><tspan class="terminal-1927308537 [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="363.2" textLength="99.2">--colour</tspan><tspan class="terminal-1927308537-r2" x="136.4" y="363.2" textLength="12.4">/</tspan><tspan class="terminal-1927308537-r5" x="148.8" y="363.2" textLength="136.4">--no-colour</tspan><tspan class="terminal-1927308537-r2 [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="389.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1927308537-r2" x="1488" y="389.6" textLength="12.4">
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="416" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1927308537-r2" x="1488" y="416" textLength="12.4">
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="442.4" textLength="223.2">--postgres-version</tspan><tspan class="terminal-1927308537-r2" x="260.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r6" x="285.2" y="442.4" textLength="24.8">-P</tspan><tspan class="terminal-1 [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="468.8" textLength="186">--mysql-version</tspan><tspan class="terminal-1927308537-r2" x="223.2" y="468.8" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1927308537-r6" x="285.2" y="468.8" textLength="24.8">-M</tspan><tspan class= [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="495.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="495.2" textLength="186">--mssql-version</tspan><tspan class="terminal-1927308537-r2" x="223.2" y="495.2" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1927308537-r6" x="285.2" y="495.2" textLength="24.8">-S</tspan><tspan class= [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-1927308537-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1927308537-r5" x="37.2" y="521.6" textLength="74.4">--help</tspan><tspan class="terminal-1927308537-r2" x="111.6" y="521.6" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1927308537-r6" x="285.2" y= [...]
-</tspan><tspan class="terminal-1927308537-r4" x="0" y="548" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1927308537-r2" x="1488" y="548" textLength="12.4">
-</tspan></text>
+    <g class="terminal-119432441-matrix">
+    <text class="terminal-119432441-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-119432441-line-0)">
+</text><text class="terminal-119432441-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-119432441-line-1)">Usage:&#160;</text><text class="terminal-119432441-r1" x="97.6" y="44.4" textLength="280.6" clip-path="url(#terminal-119432441-line-1)">breeze&#160;config&#160;[OPTIONS]</text><text class="terminal-119432441-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-119432441-line-1)">
+</text><text class="terminal-119432441-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-119432441-line-2)">
+</text><text class="terminal-119432441-r2" x="12.2" y="93.2" textLength="805.2" clip-path="url(#terminal-119432441-line-3)">Show/update&#160;configuration&#160;(Python,&#160;Backend,&#160;Cheatsheet,&#160;ASCIIART).</text><text class="terminal-119432441-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-119432441-line-3)">
+</text><text class="terminal-119432441-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-119432441-line-4)">
+</text><text class="terminal-119432441-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-119432441-line-5)">╭─</text><text class="terminal-119432441-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-119432441-line-5)">&#160;Config&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-119432441-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-119432441-l [...]
+</text><text class="terminal-119432441-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-119432441-line-6)">│</text><text class="terminal-119432441-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-119432441-line-6)">-</text><text class="terminal-119432441-r5" x="36.6" y="166.4" textLength="85.4" clip-path="url(#terminal-119432441-line-6)">-python</text><text class="terminal-119432441-r6" x="390.4" y="166.4" textLength="24.4" clip-path="url(#terminal-11943244 [...]
+</text><text class="terminal-119432441-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-119432441-line-7)">│</text><text class="terminal-119432441-r7" x="475.8" y="190.8" textLength="732" clip-path="url(#terminal-119432441-line-7)">(&gt;3.7&lt;&#160;|&#160;3.8&#160;|&#160;3.9&#160;|&#160;3.10)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-119432441-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-119432441-line-8)">│</text><text class="terminal-119432441-r4" x="475.8" y="215.2" textLength="732" clip-path="url(#terminal-119432441-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-119432441-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-119432441-line-9)">│</text><text class="terminal-119432441-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-119432441-line-9)">-</text><text class="terminal-119432441-r5" x="36.6" y="239.6" textLength="97.6" clip-path="url(#terminal-119432441-line-9)">-backend</text><text class="terminal-119432441-r6" x="390.4" y="239.6" textLength="24.4" clip-path="url(#terminal-1194324 [...]
+</text><text class="terminal-119432441-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-119432441-line-10)">│</text><text class="terminal-119432441-r4" x="475.8" y="264" textLength="292.8" clip-path="url(#terminal-119432441-line-10)">[default:&#160;sqlite]&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-119432441-r4" x="1451.8" y="264" textLength="12.2" clip-path="url(#terminal-119432441-line-10)">│</text><text class="terminal-119432441-r2" x="1464" y="2 [...]
+</text><text class="terminal-119432441-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-119432441-line-11)">│</text><text class="terminal-119432441-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-119432441-line-11)">-</text><text class="terminal-119432441-r5" x="36.6" y="288.4" textLength="134.2" clip-path="url(#terminal-119432441-line-11)">-cheatsheet</text><text class="terminal-119432441-r2" x="170.8" y="288.4" textLength="12.2" clip-path="url(#terminal- [...]
+</text><text class="terminal-119432441-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-119432441-line-12)">│</text><text class="terminal-119432441-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-119432441-line-12)">-</text><text class="terminal-119432441-r5" x="36.6" y="312.8" textLength="109.8" clip-path="url(#terminal-119432441-line-12)">-asciiart</text><text class="terminal-119432441-r2" x="146.4" y="312.8" textLength="12.2" clip-path="url(#terminal-11 [...]
+</text><text class="terminal-119432441-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-119432441-line-13)">│</text><text class="terminal-119432441-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-119432441-line-13)">-</text><text class="terminal-119432441-r5" x="36.6" y="337.2" textLength="85.4" clip-path="url(#terminal-119432441-line-13)">-colour</text><text class="terminal-119432441-r2" x="122" y="337.2" textLength="12.2" clip-path="url(#terminal-1194324 [...]
+</text><text class="terminal-119432441-r4" x="0" y="361.6" textLength="1464" clip-path="url(#terminal-119432441-line-14)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-119432441-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-119432441-line-14)">
+</text><text class="terminal-119432441-r4" x="0" y="386" textLength="24.4" clip-path="url(#terminal-119432441-line-15)">╭─</text><text class="terminal-119432441-r4" x="24.4" y="386" textLength="1415.2" clip-path="url(#terminal-119432441-line-15)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-119432441-r4" x="1439.6" y="386" textLength="24.4" clip-path="url(#terminal-119432441-line [...]
+</text><text class="terminal-119432441-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-119432441-line-16)">│</text><text class="terminal-119432441-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-119432441-line-16)">-</text><text class="terminal-119432441-r5" x="36.6" y="410.4" textLength="109.8" clip-path="url(#terminal-119432441-line-16)">-postgres</text><text class="terminal-119432441-r5" x="146.4" y="410.4" textLength="97.6" clip-path="url(#terminal-11 [...]
+</text><text class="terminal-119432441-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-119432441-line-17)">│</text><text class="terminal-119432441-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-119432441-line-17)">-</text><text class="terminal-119432441-r5" x="36.6" y="434.8" textLength="73.2" clip-path="url(#terminal-119432441-line-17)">-mysql</text><text class="terminal-119432441-r5" x="109.8" y="434.8" textLength="97.6" clip-path="url(#terminal-119432 [...]
+</text><text class="terminal-119432441-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-119432441-line-18)">│</text><text class="terminal-119432441-r5" x="24.4" y="459.2" textLength="12.2" clip-path="url(#terminal-119432441-line-18)">-</text><text class="terminal-119432441-r5" x="36.6" y="459.2" textLength="73.2" clip-path="url(#terminal-119432441-line-18)">-mssql</text><text class="terminal-119432441-r5" x="109.8" y="459.2" textLength="97.6" clip-path="url(#terminal-119432 [...]
+</text><text class="terminal-119432441-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-119432441-line-19)">│</text><text class="terminal-119432441-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-119432441-line-19)">-</text><text class="terminal-119432441-r5" x="36.6" y="483.6" textLength="61" clip-path="url(#terminal-119432441-line-19)">-help</text><text class="terminal-119432441-r6" x="268.4" y="483.6" textLength="24.4" clip-path="url(#terminal-119432441 [...]
+</text><text class="terminal-119432441-r4" x="0" y="508" textLength="1464" clip-path="url(#terminal-119432441-line-20)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-119432441-r2" x="1464" y="508" textLength="12.2" clip-path="url(#terminal-119432441-line-20)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-docker-compose-tests.svg b/images/breeze/output-docker-compose-tests.svg
index 71d16ecda4..4830ca1215 100644
--- a/images/breeze/output-docker-compose-tests.svg
+++ b/images/breeze/output-docker-compose-tests.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 540.8" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 464.79999999999995" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,52 +19,110 @@
         font-weight: 700;
     }
 
-    .terminal-2246963640-matrix {
+    .terminal-25948600-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2246963640-title {
+    .terminal-25948600-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2246963640-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2246963640-r2 { fill: #c5c8c6 }
-.terminal-2246963640-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2246963640-r4 { fill: #868887 }
-.terminal-2246963640-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2246963640-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2246963640-r7 { fill: #8d7b39 }
+    .terminal-25948600-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-25948600-r2 { fill: #c5c8c6 }
+.terminal-25948600-r3 { fill: #d0b344;font-weight: bold }
+.terminal-25948600-r4 { fill: #868887 }
+.terminal-25948600-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-25948600-r6 { fill: #98a84b;font-weight: bold }
+.terminal-25948600-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="500.8" rx="12"/><text class="terminal-2246963640-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: docker-compose-tests</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-25948600-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="413.79999999999995" />
+    </clipPath>
+    <clipPath id="terminal-25948600-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-25948600-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="462.8" rx="8"/><text class="terminal-25948600-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;docker-compose-tests</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-25948600-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2246963640-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2246963640-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2246963640-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2246963640-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2246963640-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;docker-compose-tests&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2246963640-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2246963640-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="99.2" textLength="1463.2">Run&#160;docker-compose&#160;tests.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2246963640-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="152" textLength="1488">╭─&#160;Docker-compose&#160;tests&#160;flag&#160;──────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2246963640-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r5" x="37.2" y="178.4" textLength="148.8">--image-name</tspan><tspan class="terminal-2246963640-r2" x="186" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r6" x="210.8" y="178.4" textLength="24.8">-n</tspan><tspan class="terminal-224696364 [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r5" x="37.2" y="204.8" textLength="99.2">--python</tspan><tspan class="terminal-2246963640-r2" x="136.4" y="204.8" textLength="74.4">&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2246963640-r6" x="210.8" y="204.8" textLength="24.8">-p</tspan><tspan clas [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="231.2" textLength="248">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2246963640-r4" x="260.4" y="231.2" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r5" x="37.2" y="257.6" textLength="136.4">--image-tag</tspan><tspan class="terminal-2246963640-r2" x="173.6" y="257.6" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-2246963640-r6" x="210.8" y="257.6" textLength="24.8">-t</tspan><tspan class="terminal-22 [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="284" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2246963640-r2" x="1488" y="284" textLength="12.4">
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="310.4" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2246963640-r2" x="1488" y="310.4" textLength="12.4">
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r5" x="37.2" y="336.8" textLength="111.6">--verbose</tspan><tspan class="terminal-2246963640-r2" x="148.8" y="336.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2246963640-r6" x="297.6" y="336.8"  [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r5" x="37.2" y="363.2" textLength="111.6">--dry-run</tspan><tspan class="terminal-2246963640-r2" x="148.8" y="363.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2246963640-r6" x="297.6" y="363.2"  [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r5" x="37.2" y="389.6" textLength="235.6">--github-repository</tspan><tspan class="terminal-2246963640-r2" x="272.8" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r6" x="297.6" y="389.6" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-2246963640-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2246963640-r5" x="37.2" y="416" textLength="74.4">--help</tspan><tspan class="terminal-2246963640-r2" x="111.6" y="416" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2246963640-r6" x="297.6" y="416 [...]
-</tspan><tspan class="terminal-2246963640-r4" x="0" y="442.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2246963640-r2" x="1488" y="442.4" textLength="12.4">
-</tspan></text>
+    <g class="terminal-25948600-matrix">
+    <text class="terminal-25948600-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-25948600-line-0)">
+</text><text class="terminal-25948600-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-25948600-line-1)">Usage:&#160;</text><text class="terminal-25948600-r1" x="97.6" y="44.4" textLength="732" clip-path="url(#terminal-25948600-line-1)">breeze&#160;docker-compose-tests&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...</text><text class="terminal-25948600-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-25948600-line-1)">
+</text><text class="terminal-25948600-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-25948600-line-2)">
+</text><text class="terminal-25948600-r2" x="12.2" y="93.2" textLength="305" clip-path="url(#terminal-25948600-line-3)">Run&#160;docker-compose&#160;tests.</text><text class="terminal-25948600-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-25948600-line-3)">
+</text><text class="terminal-25948600-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-25948600-line-4)">
+</text><text class="terminal-25948600-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-25948600-line-5)">╭─</text><text class="terminal-25948600-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-25948600-line-5)">&#160;Docker-compose&#160;tests&#160;flag&#160;─────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-25948600-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-25948600-li [...]
+</text><text class="terminal-25948600-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-25948600-line-6)">│</text><text class="terminal-25948600-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-25948600-line-6)">-</text><text class="terminal-25948600-r5" x="36.6" y="166.4" textLength="73.2" clip-path="url(#terminal-25948600-line-6)">-image</text><text class="terminal-25948600-r5" x="109.8" y="166.4" textLength="61" clip-path="url(#terminal-25948600-line-6)"> [...]
+</text><text class="terminal-25948600-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-25948600-line-7)">│</text><text class="terminal-25948600-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-25948600-line-7)">-</text><text class="terminal-25948600-r5" x="36.6" y="190.8" textLength="85.4" clip-path="url(#terminal-25948600-line-7)">-python</text><text class="terminal-25948600-r6" x="195.2" y="190.8" textLength="24.4" clip-path="url(#terminal-25948600-line-7 [...]
+</text><text class="terminal-25948600-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-25948600-line-8)">│</text><text class="terminal-25948600-r4" x="244" y="215.2" textLength="732" clip-path="url(#terminal-25948600-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-25948600-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-25948600-line-9)">│</text><text class="terminal-25948600-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-25948600-line-9)">-</text><text class="terminal-25948600-r5" x="36.6" y="239.6" textLength="73.2" clip-path="url(#terminal-25948600-line-9)">-image</text><text class="terminal-25948600-r5" x="109.8" y="239.6" textLength="48.8" clip-path="url(#terminal-25948600-line-9) [...]
+</text><text class="terminal-25948600-r4" x="0" y="264" textLength="1464" clip-path="url(#terminal-25948600-line-10)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-25948600-r2" x="1464" y="264" textLength="12.2" clip-path="url(#terminal-25948600-line-10)">
+</text><text class="terminal-25948600-r4" x="0" y="288.4" textLength="24.4" clip-path="url(#terminal-25948600-line-11)">╭─</text><text class="terminal-25948600-r4" x="24.4" y="288.4" textLength="1415.2" clip-path="url(#terminal-25948600-line-11)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-25948600-r4" x="1439.6" y="288.4" textLength="24.4" clip-path="url(#terminal-25948600-line [...]
+</text><text class="terminal-25948600-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-25948600-line-12)">│</text><text class="terminal-25948600-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-25948600-line-12)">-</text><text class="terminal-25948600-r5" x="36.6" y="312.8" textLength="97.6" clip-path="url(#terminal-25948600-line-12)">-verbose</text><text class="terminal-25948600-r6" x="280.6" y="312.8" textLength="24.4" clip-path="url(#terminal-25948600-li [...]
+</text><text class="terminal-25948600-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-25948600-line-13)">│</text><text class="terminal-25948600-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-25948600-line-13)">-</text><text class="terminal-25948600-r5" x="36.6" y="337.2" textLength="48.8" clip-path="url(#terminal-25948600-line-13)">-dry</text><text class="terminal-25948600-r5" x="85.4" y="337.2" textLength="48.8" clip-path="url(#terminal-25948600-line-13 [...]
+</text><text class="terminal-25948600-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-25948600-line-14)">│</text><text class="terminal-25948600-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-25948600-line-14)">-</text><text class="terminal-25948600-r5" x="36.6" y="361.6" textLength="85.4" clip-path="url(#terminal-25948600-line-14)">-github</text><text class="terminal-25948600-r5" x="122" y="361.6" textLength="134.2" clip-path="url(#terminal-25948600-line [...]
+</text><text class="terminal-25948600-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-25948600-line-15)">│</text><text class="terminal-25948600-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-25948600-line-15)">-</text><text class="terminal-25948600-r5" x="36.6" y="386" textLength="61" clip-path="url(#terminal-25948600-line-15)">-help</text><text class="terminal-25948600-r6" x="280.6" y="386" textLength="24.4" clip-path="url(#terminal-25948600-line-15)">-h</t [...]
+</text><text class="terminal-25948600-r4" x="0" y="410.4" textLength="1464" clip-path="url(#terminal-25948600-line-16)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-25948600-r2" x="1464" y="410.4" textLength="12.2" clip-path="url(#terminal-25948600-line-16)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-exec.svg b/images/breeze/output-exec.svg
index b197eb3d63..b8e69cd3ad 100644
--- a/images/breeze/output-exec.svg
+++ b/images/breeze/output-exec.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 356.0" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 294.0" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,44 +19,81 @@
         font-weight: 700;
     }
 
-    .terminal-3580858145-matrix {
+    .terminal-4239167265-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-3580858145-title {
+    .terminal-4239167265-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-3580858145-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-3580858145-r2 { fill: #c5c8c6 }
-.terminal-3580858145-r3 { fill: #d0b344;font-weight: bold }
-.terminal-3580858145-r4 { fill: #868887 }
-.terminal-3580858145-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-3580858145-r6 { fill: #98a84b;font-weight: bold }
+    .terminal-4239167265-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-4239167265-r2 { fill: #c5c8c6 }
+.terminal-4239167265-r3 { fill: #d0b344;font-weight: bold }
+.terminal-4239167265-r4 { fill: #868887 }
+.terminal-4239167265-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-4239167265-r6 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="316" rx="12"/><text class="terminal-3580858145-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: exec</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-4239167265-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="243.0" />
+    </clipPath>
+    <clipPath id="terminal-4239167265-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4239167265-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="292" rx="8"/><text class="terminal-4239167265-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;exec</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-4239167265-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-3580858145-matrix" font-variant="east-asian-width-values"><tspan class="terminal-3580858145-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-3580858145-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-3580858145-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-3580858145-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;exec&#160;[OPTIONS]&#160;[EXEC_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3580858145-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-3580858145-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-3580858145-r2" x="12.4" y="99.2" textLength="1463.2">Joins&#160;the&#160;interactive&#160;shell&#160;of&#160;running&#160;airflow&#160;container&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3580858145-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3580858145-r4" x="0" y="152" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-3580858145-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-3580858145-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-3580858145-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3580858145-r5" x="37.2" y="178.4" textLength="111.6">--verbose</tspan><tspan class="terminal-3580858145-r2" x="148.8" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3580858145-r6" x="173.6" y="178.4" textLength="24.8">-v</tspan><tspan class="terminal-3580858145 [...]
-</tspan><tspan class="terminal-3580858145-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-3580858145-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3580858145-r5" x="37.2" y="204.8" textLength="111.6">--dry-run</tspan><tspan class="terminal-3580858145-r2" x="148.8" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3580858145-r6" x="173.6" y="204.8" textLength="24.8">-D</tspan><tspan class="terminal-3580858145 [...]
-</tspan><tspan class="terminal-3580858145-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-3580858145-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3580858145-r5" x="37.2" y="231.2" textLength="74.4">--help</tspan><tspan class="terminal-3580858145-r2" x="111.6" y="231.2" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3580858145-r6" x="173.6" y="231.2" textLength="24.8">-h</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-3580858145-r4" x="0" y="257.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-3580858145-r2" x="1488" y="257.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-4239167265-matrix">
+    <text class="terminal-4239167265-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-4239167265-line-0)">
+</text><text class="terminal-4239167265-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-4239167265-line-1)">Usage:&#160;</text><text class="terminal-4239167265-r1" x="97.6" y="44.4" textLength="439.2" clip-path="url(#terminal-4239167265-line-1)">breeze&#160;exec&#160;[OPTIONS]&#160;[EXEC_ARGS]...</text><text class="terminal-4239167265-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-4239167265-line-1)">
+</text><text class="terminal-4239167265-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-4239167265-line-2)">
+</text><text class="terminal-4239167265-r2" x="12.2" y="93.2" textLength="683.2" clip-path="url(#terminal-4239167265-line-3)">Joins&#160;the&#160;interactive&#160;shell&#160;of&#160;running&#160;airflow&#160;container</text><text class="terminal-4239167265-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-4239167265-line-3)">
+</text><text class="terminal-4239167265-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-4239167265-line-4)">
+</text><text class="terminal-4239167265-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-4239167265-line-5)">╭─</text><text class="terminal-4239167265-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-4239167265-line-5)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-4239167265-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-4239167265- [...]
+</text><text class="terminal-4239167265-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-4239167265-line-6)">│</text><text class="terminal-4239167265-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-4239167265-line-6)">-</text><text class="terminal-4239167265-r5" x="36.6" y="166.4" textLength="97.6" clip-path="url(#terminal-4239167265-line-6)">-verbose</text><text class="terminal-4239167265-r6" x="158.6" y="166.4" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-4239167265-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-4239167265-line-7)">│</text><text class="terminal-4239167265-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-4239167265-line-7)">-</text><text class="terminal-4239167265-r5" x="36.6" y="190.8" textLength="48.8" clip-path="url(#terminal-4239167265-line-7)">-dry</text><text class="terminal-4239167265-r5" x="85.4" y="190.8" textLength="48.8" clip-path="url(#terminal-42391 [...]
+</text><text class="terminal-4239167265-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-4239167265-line-8)">│</text><text class="terminal-4239167265-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-4239167265-line-8)">-</text><text class="terminal-4239167265-r5" x="36.6" y="215.2" textLength="61" clip-path="url(#terminal-4239167265-line-8)">-help</text><text class="terminal-4239167265-r6" x="158.6" y="215.2" textLength="24.4" clip-path="url(#terminal-42391 [...]
+</text><text class="terminal-4239167265-r4" x="0" y="239.6" textLength="1464" clip-path="url(#terminal-4239167265-line-9)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-4239167265-r2" x="1464" y="239.6" textLength="12.2" clip-path="url(#terminal-4239167265-line-9)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-find-newer-dependencies.svg b/images/breeze/output-find-newer-dependencies.svg
index ea60bb6ab5..43fc632ead 100644
--- a/images/breeze/output-find-newer-dependencies.svg
+++ b/images/breeze/output-find-newer-dependencies.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 567.2" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 489.2" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,53 +19,114 @@
         font-weight: 700;
     }
 
-    .terminal-1328349300-matrix {
+    .terminal-3402563700-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1328349300-title {
+    .terminal-3402563700-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1328349300-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1328349300-r2 { fill: #c5c8c6 }
-.terminal-1328349300-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1328349300-r4 { fill: #868887 }
-.terminal-1328349300-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1328349300-r6 { fill: #98a84b;font-weight: bold }
-.terminal-1328349300-r7 { fill: #8d7b39 }
+    .terminal-3402563700-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-3402563700-r2 { fill: #c5c8c6 }
+.terminal-3402563700-r3 { fill: #d0b344;font-weight: bold }
+.terminal-3402563700-r4 { fill: #868887 }
+.terminal-3402563700-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-3402563700-r6 { fill: #98a84b;font-weight: bold }
+.terminal-3402563700-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="527.2" rx="12"/><text class="terminal-1328349300-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: find-newer-dependencies</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-3402563700-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="438.2" />
+    </clipPath>
+    <clipPath id="terminal-3402563700-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3402563700-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="487.2" rx="8"/><text class="terminal-3402563700-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;find-newer-dependencies</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-3402563700-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1328349300-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1328349300-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1328349300-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1328349300-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1328349300-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;find-newer-dependencies&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1328349300-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1328349300-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="99.2" textLength="1463.2">Finds&#160;which&#160;dependencies&#160;are&#160;being&#160;upgraded.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-1328349300-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="152" textLength="1488">╭─&#160;Find&#160;newer&#160;dependencies&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1328349300-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r5" x="37.2" y="178.4" textLength="99.2">--python</tspan><tspan class="terminal-1328349300-r2" x="136.4" y="178.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1328349300-r6" x="322 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="204.8" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1328349300-r4" x="372" y="204.8" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r5" x="37.2" y="231.2" textLength="124">--timezone</tspan><tspan class="terminal-1328349300-r2" x="161.2" y="231.2" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1328349300-r2" x="322.4" y="23 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r5" x="37.2" y="257.6" textLength="260.4">--updated-on-or-after</tspan><tspan class="terminal-1328349300-r2" x="297.6" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r2" x="322.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan clas [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r5" x="37.2" y="284" textLength="111.6">--max-age</tspan><tspan class="terminal-1328349300-r2" x="148.8" y="284" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1328349300-r2" x="322.4" y="284 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="310.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1328349300-r2" x="1488" y="310.4" textLength="12.4">
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="336.8" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1328349300-r2" x="1488" y="336.8" textLength="12.4">
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r5" x="37.2" y="363.2" textLength="384.4">--airflow-constraints-reference</tspan><tspan class="terminal-1328349300-r2" x="421.6" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r2" x="446.4" y="363.2" textLength="24.8">&#160;&#160;</tspan>< [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="389.6" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#160 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="416" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1328349300-r7" x="496" y="416" textLength="954.8">(TEXT)&#160;&#16 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-1328349300-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1328349300-r5" x="37.2" y="442.4" textLength="74.4">--help</tspan><tspan class="terminal-1328349300-r2" x="111.6" y="442.4" textLength="334.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1328349300-r4" x="0" y="468.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1328349300-r2" x="1488" y="468.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-3402563700-matrix">
+    <text class="terminal-3402563700-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-3402563700-line-0)">
+</text><text class="terminal-3402563700-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-3402563700-line-1)">Usage:&#160;</text><text class="terminal-3402563700-r1" x="97.6" y="44.4" textLength="488" clip-path="url(#terminal-3402563700-line-1)">breeze&#160;find-newer-dependencies&#160;[OPTIONS]</text><text class="terminal-3402563700-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-3402563700-line-1)">
+</text><text class="terminal-3402563700-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-3402563700-line-2)">
+</text><text class="terminal-3402563700-r2" x="12.2" y="93.2" textLength="536.8" clip-path="url(#terminal-3402563700-line-3)">Finds&#160;which&#160;dependencies&#160;are&#160;being&#160;upgraded.</text><text class="terminal-3402563700-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-3402563700-line-3)">
+</text><text class="terminal-3402563700-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-3402563700-line-4)">
+</text><text class="terminal-3402563700-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-3402563700-line-5)">╭─</text><text class="terminal-3402563700-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-3402563700-line-5)">&#160;Find&#160;newer&#160;dependencies&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3402563700-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#termi [...]
+</text><text class="terminal-3402563700-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-3402563700-line-6)">│</text><text class="terminal-3402563700-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-3402563700-line-6)">-</text><text class="terminal-3402563700-r5" x="36.6" y="166.4" textLength="85.4" clip-path="url(#terminal-3402563700-line-6)">-python</text><text class="terminal-3402563700-r6" x="305" y="166.4" textLength="24.4" clip-path="url(#terminal-340 [...]
+</text><text class="terminal-3402563700-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-3402563700-line-7)">│</text><text class="terminal-3402563700-r4" x="353.8" y="190.8" textLength="732" clip-path="url(#terminal-3402563700-line-7)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-3402563700-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-3402563700-line-8)">│</text><text class="terminal-3402563700-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-3402563700-line-8)">-</text><text class="terminal-3402563700-r5" x="36.6" y="215.2" textLength="109.8" clip-path="url(#terminal-3402563700-line-8)">-timezone</text><text class="terminal-3402563700-r2" x="353.8" y="215.2" textLength="390.4" clip-path="url(#termin [...]
+</text><text class="terminal-3402563700-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-3402563700-line-9)">│</text><text class="terminal-3402563700-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-3402563700-line-9)">-</text><text class="terminal-3402563700-r5" x="36.6" y="239.6" textLength="97.6" clip-path="url(#terminal-3402563700-line-9)">-updated</text><text class="terminal-3402563700-r5" x="134.2" y="239.6" textLength="146.4" clip-path="url(#terminal [...]
+</text><text class="terminal-3402563700-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-3402563700-line-10)">│</text><text class="terminal-3402563700-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-3402563700-line-10)">-</text><text class="terminal-3402563700-r5" x="36.6" y="264" textLength="48.8" clip-path="url(#terminal-3402563700-line-10)">-max</text><text class="terminal-3402563700-r5" x="85.4" y="264" textLength="48.8" clip-path="url(#terminal-3402563700 [...]
+</text><text class="terminal-3402563700-r4" x="0" y="288.4" textLength="1464" clip-path="url(#terminal-3402563700-line-11)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3402563700-r2" x="1464" y="288.4" textLength="12.2" clip-path="url(#terminal-3402563700-line-11)">
+</text><text class="terminal-3402563700-r4" x="0" y="312.8" textLength="24.4" clip-path="url(#terminal-3402563700-line-12)">╭─</text><text class="terminal-3402563700-r4" x="24.4" y="312.8" textLength="1415.2" clip-path="url(#terminal-3402563700-line-12)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3402563700-r4" x="1439.6" y="312.8" textLength="24.4" clip-path="url(#terminal-340 [...]
+</text><text class="terminal-3402563700-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-3402563700-line-13)">│</text><text class="terminal-3402563700-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-3402563700-line-13)">-</text><text class="terminal-3402563700-r5" x="36.6" y="337.2" textLength="97.6" clip-path="url(#terminal-3402563700-line-13)">-airflow</text><text class="terminal-3402563700-r5" x="134.2" y="337.2" textLength="268.4" clip-path="url(#termi [...]
+</text><text class="terminal-3402563700-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-3402563700-line-14)">│</text><text class="terminal-3402563700-r2" x="475.8" y="361.6" textLength="963.8" clip-path="url(#terminal-3402563700-line-14)">specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#160;find&#160;newer&#160;dependencies&#160;&#160;&#160;</text><text class="terminal-3402563700-r4" x="1451.8" y="361.6" textLength="12.2" clip-path=" [...]
+</text><text class="terminal-3402563700-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-3402563700-line-15)">│</text><text class="terminal-3402563700-r7" x="475.8" y="386" textLength="963.8" clip-path="url(#terminal-3402563700-line-15)">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-3402563700-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-3402563700-line-16)">│</text><text class="terminal-3402563700-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-3402563700-line-16)">-</text><text class="terminal-3402563700-r5" x="36.6" y="410.4" textLength="61" clip-path="url(#terminal-3402563700-line-16)">-help</text><text class="terminal-3402563700-r6" x="427" y="410.4" textLength="24.4" clip-path="url(#terminal-3402 [...]
+</text><text class="terminal-3402563700-r4" x="0" y="434.8" textLength="1464" clip-path="url(#terminal-3402563700-line-17)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3402563700-r2" x="1464" y="434.8" textLength="12.2" clip-path="url(#terminal-3402563700-line-17)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-fix-ownership.svg b/images/breeze/output-fix-ownership.svg
index a35f337ea3..d8fe2ea84f 100644
--- a/images/breeze/output-fix-ownership.svg
+++ b/images/breeze/output-fix-ownership.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 382.40000000000003" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 318.4" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,46 +19,86 @@
         font-weight: 700;
     }
 
-    .terminal-1748745364-matrix {
+    .terminal-2814491796-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1748745364-title {
+    .terminal-2814491796-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1748745364-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1748745364-r2 { fill: #c5c8c6 }
-.terminal-1748745364-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1748745364-r4 { fill: #868887 }
-.terminal-1748745364-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1748745364-r6 { fill: #98a84b;font-weight: bold }
-.terminal-1748745364-r7 { fill: #8d7b39 }
+    .terminal-2814491796-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2814491796-r2 { fill: #c5c8c6 }
+.terminal-2814491796-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2814491796-r4 { fill: #868887 }
+.terminal-2814491796-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2814491796-r6 { fill: #98a84b;font-weight: bold }
+.terminal-2814491796-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="342.4" rx="12"/><text class="terminal-1748745364-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: fix-ownership</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2814491796-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="267.4" />
+    </clipPath>
+    <clipPath id="terminal-2814491796-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2814491796-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="316.4" rx="8"/><text class="terminal-2814491796-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;fix-ownership</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2814491796-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1748745364-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1748745364-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1748745364-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1748745364-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1748745364-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;fix-ownership&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1748745364-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1748745364-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1748745364-r2" x="12.4" y="99.2" textLength="1463.2">Fix&#160;ownership&#160;of&#160;source&#160;files&#160;to&#160;be&#160;same&#160;as&#160;host&#160;user.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1748745364-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1748745364-r4" x="0" y="152" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1748745364-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-1748745364-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-1748745364-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1748745364-r5" x="37.2" y="178.4" textLength="235.6">--github-repository</tspan><tspan class="terminal-1748745364-r2" x="272.8" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1748745364-r6" x="297.6" y="178.4" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-1748745364-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-1748745364-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1748745364-r5" x="37.2" y="204.8" textLength="111.6">--verbose</tspan><tspan class="terminal-1748745364-r2" x="148.8" y="204.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1748745364-r6" x="297.6" y="204.8"  [...]
-</tspan><tspan class="terminal-1748745364-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-1748745364-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1748745364-r5" x="37.2" y="231.2" textLength="111.6">--dry-run</tspan><tspan class="terminal-1748745364-r2" x="148.8" y="231.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1748745364-r6" x="297.6" y="231.2"  [...]
-</tspan><tspan class="terminal-1748745364-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-1748745364-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1748745364-r5" x="37.2" y="257.6" textLength="74.4">--help</tspan><tspan class="terminal-1748745364-r2" x="111.6" y="257.6" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1748745364-r6" x="297.6 [...]
-</tspan><tspan class="terminal-1748745364-r4" x="0" y="284" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1748745364-r2" x="1488" y="284" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2814491796-matrix">
+    <text class="terminal-2814491796-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2814491796-line-0)">
+</text><text class="terminal-2814491796-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2814491796-line-1)">Usage:&#160;</text><text class="terminal-2814491796-r1" x="97.6" y="44.4" textLength="366" clip-path="url(#terminal-2814491796-line-1)">breeze&#160;fix-ownership&#160;[OPTIONS]</text><text class="terminal-2814491796-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-2814491796-line-1)">
+</text><text class="terminal-2814491796-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-2814491796-line-2)">
+</text><text class="terminal-2814491796-r2" x="12.2" y="93.2" textLength="658.8" clip-path="url(#terminal-2814491796-line-3)">Fix&#160;ownership&#160;of&#160;source&#160;files&#160;to&#160;be&#160;same&#160;as&#160;host&#160;user.</text><text class="terminal-2814491796-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-2814491796-line-3)">
+</text><text class="terminal-2814491796-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-2814491796-line-4)">
+</text><text class="terminal-2814491796-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-2814491796-line-5)">╭─</text><text class="terminal-2814491796-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-2814491796-line-5)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2814491796-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-2814491796- [...]
+</text><text class="terminal-2814491796-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-2814491796-line-6)">│</text><text class="terminal-2814491796-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-2814491796-line-6)">-</text><text class="terminal-2814491796-r5" x="36.6" y="166.4" textLength="85.4" clip-path="url(#terminal-2814491796-line-6)">-github</text><text class="terminal-2814491796-r5" x="122" y="166.4" textLength="134.2" clip-path="url(#terminal-28 [...]
+</text><text class="terminal-2814491796-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-2814491796-line-7)">│</text><text class="terminal-2814491796-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-2814491796-line-7)">-</text><text class="terminal-2814491796-r5" x="36.6" y="190.8" textLength="97.6" clip-path="url(#terminal-2814491796-line-7)">-verbose</text><text class="terminal-2814491796-r6" x="280.6" y="190.8" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-2814491796-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-2814491796-line-8)">│</text><text class="terminal-2814491796-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-2814491796-line-8)">-</text><text class="terminal-2814491796-r5" x="36.6" y="215.2" textLength="48.8" clip-path="url(#terminal-2814491796-line-8)">-dry</text><text class="terminal-2814491796-r5" x="85.4" y="215.2" textLength="48.8" clip-path="url(#terminal-28144 [...]
+</text><text class="terminal-2814491796-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-2814491796-line-9)">│</text><text class="terminal-2814491796-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-2814491796-line-9)">-</text><text class="terminal-2814491796-r5" x="36.6" y="239.6" textLength="61" clip-path="url(#terminal-2814491796-line-9)">-help</text><text class="terminal-2814491796-r6" x="280.6" y="239.6" textLength="24.4" clip-path="url(#terminal-28144 [...]
+</text><text class="terminal-2814491796-r4" x="0" y="264" textLength="1464" clip-path="url(#terminal-2814491796-line-10)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2814491796-r2" x="1464" y="264" textLength="12.2" clip-path="url(#terminal-2814491796-line-10)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-free-space.svg b/images/breeze/output-free-space.svg
index d0dd2934fe..e0e4296201 100644
--- a/images/breeze/output-free-space.svg
+++ b/images/breeze/output-free-space.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 382.40000000000003" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 318.4" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,46 +19,86 @@
         font-weight: 700;
     }
 
-    .terminal-1041213903-matrix {
+    .terminal-1942333903-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1041213903-title {
+    .terminal-1942333903-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1041213903-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1041213903-r2 { fill: #c5c8c6 }
-.terminal-1041213903-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1041213903-r4 { fill: #868887 }
-.terminal-1041213903-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1041213903-r6 { fill: #98a84b;font-weight: bold }
-.terminal-1041213903-r7 { fill: #8d7b39 }
+    .terminal-1942333903-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-1942333903-r2 { fill: #c5c8c6 }
+.terminal-1942333903-r3 { fill: #d0b344;font-weight: bold }
+.terminal-1942333903-r4 { fill: #868887 }
+.terminal-1942333903-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-1942333903-r6 { fill: #98a84b;font-weight: bold }
+.terminal-1942333903-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="342.4" rx="12"/><text class="terminal-1041213903-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: free-space</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-1942333903-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="267.4" />
+    </clipPath>
+    <clipPath id="terminal-1942333903-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1942333903-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="316.4" rx="8"/><text class="terminal-1942333903-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;free-space</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-1942333903-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1041213903-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1041213903-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1041213903-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1041213903-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1041213903-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;free-space&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1041213903-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1041213903-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1041213903-r2" x="12.4" y="99.2" textLength="1463.2">Free&#160;space&#160;for&#160;jobs&#160;run&#160;in&#160;CI.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1041213903-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1041213903-r4" x="0" y="152" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1041213903-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-1041213903-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-1041213903-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1041213903-r5" x="37.2" y="178.4" textLength="111.6">--verbose</tspan><tspan class="terminal-1041213903-r2" x="148.8" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1041213903-r6" x="173.6" y="178.4" textLength="24.8">-v</tspan><tspan class="terminal-1041213903 [...]
-</tspan><tspan class="terminal-1041213903-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-1041213903-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1041213903-r5" x="37.2" y="204.8" textLength="111.6">--dry-run</tspan><tspan class="terminal-1041213903-r2" x="148.8" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1041213903-r6" x="173.6" y="204.8" textLength="24.8">-D</tspan><tspan class="terminal-1041213903 [...]
-</tspan><tspan class="terminal-1041213903-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-1041213903-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1041213903-r5" x="37.2" y="231.2" textLength="99.2">--answer</tspan><tspan class="terminal-1041213903-r2" x="136.4" y="231.2" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-1041213903-r6" x="173.6" y="231.2" textLength="24.8">-a</tspan><tspan class="terminal-104121 [...]
-</tspan><tspan class="terminal-1041213903-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-1041213903-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1041213903-r5" x="37.2" y="257.6" textLength="74.4">--help</tspan><tspan class="terminal-1041213903-r2" x="111.6" y="257.6" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1041213903-r6" x="173.6" y="257.6" textLength="24.8">-h</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-1041213903-r4" x="0" y="284" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1041213903-r2" x="1488" y="284" textLength="12.4">
-</tspan></text>
+    <g class="terminal-1942333903-matrix">
+    <text class="terminal-1942333903-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-1942333903-line-0)">
+</text><text class="terminal-1942333903-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-1942333903-line-1)">Usage:&#160;</text><text class="terminal-1942333903-r1" x="97.6" y="44.4" textLength="329.4" clip-path="url(#terminal-1942333903-line-1)">breeze&#160;free-space&#160;[OPTIONS]</text><text class="terminal-1942333903-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-1942333903-line-1)">
+</text><text class="terminal-1942333903-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-1942333903-line-2)">
+</text><text class="terminal-1942333903-r2" x="12.2" y="93.2" textLength="366" clip-path="url(#terminal-1942333903-line-3)">Free&#160;space&#160;for&#160;jobs&#160;run&#160;in&#160;CI.</text><text class="terminal-1942333903-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-1942333903-line-3)">
+</text><text class="terminal-1942333903-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-1942333903-line-4)">
+</text><text class="terminal-1942333903-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-1942333903-line-5)">╭─</text><text class="terminal-1942333903-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-1942333903-line-5)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1942333903-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-1942333903- [...]
+</text><text class="terminal-1942333903-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-1942333903-line-6)">│</text><text class="terminal-1942333903-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-1942333903-line-6)">-</text><text class="terminal-1942333903-r5" x="36.6" y="166.4" textLength="97.6" clip-path="url(#terminal-1942333903-line-6)">-verbose</text><text class="terminal-1942333903-r6" x="158.6" y="166.4" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-1942333903-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-1942333903-line-7)">│</text><text class="terminal-1942333903-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-1942333903-line-7)">-</text><text class="terminal-1942333903-r5" x="36.6" y="190.8" textLength="48.8" clip-path="url(#terminal-1942333903-line-7)">-dry</text><text class="terminal-1942333903-r5" x="85.4" y="190.8" textLength="48.8" clip-path="url(#terminal-19423 [...]
+</text><text class="terminal-1942333903-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-1942333903-line-8)">│</text><text class="terminal-1942333903-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-1942333903-line-8)">-</text><text class="terminal-1942333903-r5" x="36.6" y="215.2" textLength="85.4" clip-path="url(#terminal-1942333903-line-8)">-answer</text><text class="terminal-1942333903-r6" x="158.6" y="215.2" textLength="24.4" clip-path="url(#terminal-1 [...]
+</text><text class="terminal-1942333903-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-1942333903-line-9)">│</text><text class="terminal-1942333903-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-1942333903-line-9)">-</text><text class="terminal-1942333903-r5" x="36.6" y="239.6" textLength="61" clip-path="url(#terminal-1942333903-line-9)">-help</text><text class="terminal-1942333903-r6" x="158.6" y="239.6" textLength="24.4" clip-path="url(#terminal-19423 [...]
+</text><text class="terminal-1942333903-r4" x="0" y="264" textLength="1464" clip-path="url(#terminal-1942333903-line-10)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1942333903-r2" x="1464" y="264" textLength="12.2" clip-path="url(#terminal-1942333903-line-10)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-generate-constraints.svg b/images/breeze/output-generate-constraints.svg
index ac2afa05a1..ca04956607 100644
--- a/images/breeze/output-generate-constraints.svg
+++ b/images/breeze/output-generate-constraints.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 857.6" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 757.5999999999999" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,64 +19,158 @@
         font-weight: 700;
     }
 
-    .terminal-2001992685-matrix {
+    .terminal-2130901997-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2001992685-title {
+    .terminal-2130901997-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2001992685-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2001992685-r2 { fill: #c5c8c6 }
-.terminal-2001992685-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2001992685-r4 { fill: #868887 }
-.terminal-2001992685-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2001992685-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2001992685-r7 { fill: #8d7b39 }
+    .terminal-2130901997-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2130901997-r2 { fill: #c5c8c6 }
+.terminal-2130901997-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2130901997-r4 { fill: #868887 }
+.terminal-2130901997-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2130901997-r6 { fill: #98a84b;font-weight: bold }
+.terminal-2130901997-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="817.6" rx="12"/><text class="terminal-2001992685-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: generate-constraints</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2130901997-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="706.5999999999999" />
+    </clipPath>
+    <clipPath id="terminal-2130901997-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2130901997-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="755.6" rx="8"/><text class="terminal-2130901997-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;generate-constraints</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2130901997-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2001992685-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2001992685-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2001992685-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2001992685-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2001992685-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;generate-constraints&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-2001992685-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2001992685-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="99.2" textLength="1463.2">Generates&#160;pinned&#160;constraint&#160;files&#160;with&#160;all&#160;extras&#160;from&#160;setup.py&#160;in&#160;parallel.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2001992685-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="152" textLength="1488">╭─&#160;Generate&#160;constraints&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2001992685-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="178.4" textLength="136.4">--image-tag</tspan><tspan class="terminal-2001992685-r2" x="173.6" y="178.4" textLength="210.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-200 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="204.8" textLength="99.2">--python</tspan><tspan class="terminal-2001992685-r2" x="136.4" y="204.8" textLength="248">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class=" [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="231.2" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r7" x="434" y="231.2" textLength="744">(&gt;3.7&lt;&#160;|&#160;3.8&#160;|&#160;3 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="257.6" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r4" x="434" y="257.6" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="284" textLength="322.4">--airflow-constraints-mode</tspan><tspan class="terminal-2001992685-r2" x="359.6" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r2" x="384.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="te [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="310.4" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r7" x="434" y="310.4" textLength="880.4">(constraints-source-providers&#160;|&#16 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="336.8" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r4" x="434" y="336.8" textLength="880.4">[default:&#160;constraints-source-provid [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="363.2" textLength="86.8">--debug</tspan><tspan class="terminal-2001992685-r2" x="124" y="363.2" textLength="260.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan cl [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="389.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2001992685-r2" x="1488" y="389.6" textLength="12.4">
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="416" textLength="1488">╭─&#160;Parallel&#160;running&#160;───────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2001992685-r2" x="1488" y="416" textLength="12.4">
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="442.4" textLength="210.8">--run-in-parallel</tspan><tspan class="terminal-2001992685-r2" x="248" y="442.4" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r2" x="297.6" y="442.4" textLength="1153.2">Run&#160;the&#160;opera [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="468.8" textLength="161.2">--parallelism</tspan><tspan class="terminal-2001992685-r2" x="198.4" y="468.8" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r2" x="297.6" y="468.8" textLength="930">Maxi [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="495.2" textLength="285.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r4" x="297.6" y="495.2" textLength="930">[default:&#160;4;&#160;1&lt;=x&lt;=8]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="521.6" textLength="210.8">--python-versions</tspan><tspan class="terminal-2001992685-r2" x="248" y="521.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r2" x="297.6" y="521.6" textLength="967.2">Space&#160;separated&#16 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="548" textLength="285.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r4" x="297.6" y="548" textLength="967.2">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="574.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2001992685-r2" x="1488" y="574.4" textLength="12.4">
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="600.8" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2001992685-r2" x="1488" y="600.8" textLength="12.4">
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="627.2" textLength="111.6">--verbose</tspan><tspan class="terminal-2001992685-r2" x="148.8" y="627.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r6" x="297.6" y="627.2"  [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="653.6" textLength="111.6">--dry-run</tspan><tspan class="terminal-2001992685-r2" x="148.8" y="653.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r6" x="297.6" y="653.6"  [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="680" textLength="235.6">--github-repository</tspan><tspan class="terminal-2001992685-r2" x="272.8" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r6" x="297.6" y="680" textLength="24.8">-g</tspan><tspan class="terminal-2001992685 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="706.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="706.4" textLength="99.2">--answer</tspan><tspan class="terminal-2001992685-r2" x="136.4" y="706.4" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r6" x="297.6" y="706 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-2001992685-r2" x="12.4" y="732.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2001992685-r5" x="37.2" y="732.8" textLength="74.4">--help</tspan><tspan class="terminal-2001992685-r2" x="111.6" y="732.8" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2001992685-r6" x="297.6 [...]
-</tspan><tspan class="terminal-2001992685-r4" x="0" y="759.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2001992685-r2" x="1488" y="759.2" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2130901997-matrix">
+    <text class="terminal-2130901997-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2130901997-line-0)">
+</text><text class="terminal-2130901997-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2130901997-line-1)">Usage:&#160;</text><text class="terminal-2130901997-r1" x="97.6" y="44.4" textLength="451.4" clip-path="url(#terminal-2130901997-line-1)">breeze&#160;generate-constraints&#160;[OPTIONS]</text><text class="terminal-2130901997-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-1)">
+</text><text class="terminal-2130901997-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-2)">
+</text><text class="terminal-2130901997-r2" x="12.2" y="93.2" textLength="927.2" clip-path="url(#terminal-2130901997-line-3)">Generates&#160;pinned&#160;constraint&#160;files&#160;with&#160;all&#160;extras&#160;from&#160;setup.py&#160;in&#160;parallel.</text><text class="terminal-2130901997-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-3)">
+</text><text class="terminal-2130901997-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-2130901997-line-4)">
+</text><text class="terminal-2130901997-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-2130901997-line-5)">╭─</text><text class="terminal-2130901997-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-2130901997-line-5)">&#160;Generate&#160;constraints&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2130901997-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-6)">│</text><text class="terminal-2130901997-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-6)">-</text><text class="terminal-2130901997-r5" x="36.6" y="166.4" textLength="73.2" clip-path="url(#terminal-2130901997-line-6)">-image</text><text class="terminal-2130901997-r5" x="109.8" y="166.4" textLength="48.8" clip-path="url(#terminal-21 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-7)">│</text><text class="terminal-2130901997-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-7)">-</text><text class="terminal-2130901997-r5" x="36.6" y="190.8" textLength="85.4" clip-path="url(#terminal-2130901997-line-7)">-python</text><text class="terminal-2130901997-r6" x="366" y="190.8" textLength="24.4" clip-path="url(#terminal-213 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-8)">│</text><text class="terminal-2130901997-r7" x="414.8" y="215.2" textLength="732" clip-path="url(#terminal-2130901997-line-8)">(&gt;3.7&lt;&#160;|&#160;3.8&#160;|&#160;3.9&#160;|&#160;3.10)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-2130901997-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-2130901997-line-9)">│</text><text class="terminal-2130901997-r4" x="414.8" y="239.6" textLength="732" clip-path="url(#terminal-2130901997-line-9)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-2130901997-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-2130901997-line-10)">│</text><text class="terminal-2130901997-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-2130901997-line-10)">-</text><text class="terminal-2130901997-r5" x="36.6" y="264" textLength="97.6" clip-path="url(#terminal-2130901997-line-10)">-airflow</text><text class="terminal-2130901997-r5" x="134.2" y="264" textLength="207.4" clip-path="url(#terminal-2130 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-11)">│</text><text class="terminal-2130901997-r7" x="414.8" y="288.4" textLength="866.2" clip-path="url(#terminal-2130901997-line-11)">(constraints-source-providers&#160;|&#160;constraints&#160;|&#160;constraints-no-providers)</text><text class="terminal-2130901997-r4" x="1451.8" y="288.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-11)">│</text><text clas [...]
+</text><text class="terminal-2130901997-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-12)">│</text><text class="terminal-2130901997-r4" x="414.8" y="312.8" textLength="866.2" clip-path="url(#terminal-2130901997-line-12)">[default:&#160;constraints-source-providers]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</ [...]
+</text><text class="terminal-2130901997-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-13)">│</text><text class="terminal-2130901997-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-13)">-</text><text class="terminal-2130901997-r5" x="36.6" y="337.2" textLength="73.2" clip-path="url(#terminal-2130901997-line-13)">-debug</text><text class="terminal-2130901997-r2" x="414.8" y="337.2" textLength="878.4" clip-path="url(#termina [...]
+</text><text class="terminal-2130901997-r4" x="0" y="361.6" textLength="1464" clip-path="url(#terminal-2130901997-line-14)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2130901997-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-2130901997-line-14)">
+</text><text class="terminal-2130901997-r4" x="0" y="386" textLength="24.4" clip-path="url(#terminal-2130901997-line-15)">╭─</text><text class="terminal-2130901997-r4" x="24.4" y="386" textLength="1415.2" clip-path="url(#terminal-2130901997-line-15)">&#160;Parallel&#160;running&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2130901997-r4" x="1439.6" y="386" textLength="24.4" clip-path="url(#terminal-2130 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-16)">│</text><text class="terminal-2130901997-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-16)">-</text><text class="terminal-2130901997-r5" x="36.6" y="410.4" textLength="48.8" clip-path="url(#terminal-2130901997-line-16)">-run</text><text class="terminal-2130901997-r5" x="85.4" y="410.4" textLength="146.4" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-17)">│</text><text class="terminal-2130901997-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-17)">-</text><text class="terminal-2130901997-r5" x="36.6" y="434.8" textLength="146.4" clip-path="url(#terminal-2130901997-line-17)">-parallelism</text><text class="terminal-2130901997-r2" x="280.6" y="434.8" textLength="915" clip-path="url(#te [...]
+</text><text class="terminal-2130901997-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-18)">│</text><text class="terminal-2130901997-r4" x="280.6" y="459.2" textLength="915" clip-path="url(#terminal-2130901997-line-18)">[default:&#160;4;&#160;1&lt;=x&lt;=8]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-2130901997-line-19)">│</text><text class="terminal-2130901997-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-2130901997-line-19)">-</text><text class="terminal-2130901997-r5" x="36.6" y="483.6" textLength="85.4" clip-path="url(#terminal-2130901997-line-19)">-python</text><text class="terminal-2130901997-r5" x="122" y="483.6" textLength="109.8" clip-path="url(#terminal [...]
+</text><text class="terminal-2130901997-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-2130901997-line-20)">│</text><text class="terminal-2130901997-r4" x="280.6" y="508" textLength="951.6" clip-path="url(#terminal-2130901997-line-20)">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="532.4" textLength="1464" clip-path="url(#terminal-2130901997-line-21)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2130901997-r2" x="1464" y="532.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-21)">
+</text><text class="terminal-2130901997-r4" x="0" y="556.8" textLength="24.4" clip-path="url(#terminal-2130901997-line-22)">╭─</text><text class="terminal-2130901997-r4" x="24.4" y="556.8" textLength="1415.2" clip-path="url(#terminal-2130901997-line-22)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2130901997-r4" x="1439.6" y="556.8" textLength="24.4" clip-path="url(#terminal-213 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-23)">│</text><text class="terminal-2130901997-r5" x="24.4" y="581.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-23)">-</text><text class="terminal-2130901997-r5" x="36.6" y="581.2" textLength="97.6" clip-path="url(#terminal-2130901997-line-23)">-verbose</text><text class="terminal-2130901997-r6" x="280.6" y="581.2" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-2130901997-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-2130901997-line-24)">│</text><text class="terminal-2130901997-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-2130901997-line-24)">-</text><text class="terminal-2130901997-r5" x="36.6" y="605.6" textLength="48.8" clip-path="url(#terminal-2130901997-line-24)">-dry</text><text class="terminal-2130901997-r5" x="85.4" y="605.6" textLength="48.8" clip-path="url(#terminal-21 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-2130901997-line-25)">│</text><text class="terminal-2130901997-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-2130901997-line-25)">-</text><text class="terminal-2130901997-r5" x="36.6" y="630" textLength="85.4" clip-path="url(#terminal-2130901997-line-25)">-github</text><text class="terminal-2130901997-r5" x="122" y="630" textLength="134.2" clip-path="url(#terminal-2130901 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-26)">│</text><text class="terminal-2130901997-r5" x="24.4" y="654.4" textLength="12.2" clip-path="url(#terminal-2130901997-line-26)">-</text><text class="terminal-2130901997-r5" x="36.6" y="654.4" textLength="85.4" clip-path="url(#terminal-2130901997-line-26)">-answer</text><text class="terminal-2130901997-r6" x="280.6" y="654.4" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-2130901997-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-27)">│</text><text class="terminal-2130901997-r5" x="24.4" y="678.8" textLength="12.2" clip-path="url(#terminal-2130901997-line-27)">-</text><text class="terminal-2130901997-r5" x="36.6" y="678.8" textLength="61" clip-path="url(#terminal-2130901997-line-27)">-help</text><text class="terminal-2130901997-r6" x="280.6" y="678.8" textLength="24.4" clip-path="url(#terminal-21 [...]
+</text><text class="terminal-2130901997-r4" x="0" y="703.2" textLength="1464" clip-path="url(#terminal-2130901997-line-28)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2130901997-r2" x="1464" y="703.2" textLength="12.2" clip-path="url(#terminal-2130901997-line-28)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-prepare-airflow-package.svg b/images/breeze/output-prepare-airflow-package.svg
index 2a3c147b51..996151f94c 100644
--- a/images/breeze/output-prepare-airflow-package.svg
+++ b/images/breeze/output-prepare-airflow-package.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 514.4000000000001" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 440.4" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,51 +19,106 @@
         font-weight: 700;
     }
 
-    .terminal-747892512-matrix {
+    .terminal-2766663456-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-747892512-title {
+    .terminal-2766663456-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-747892512-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-747892512-r2 { fill: #c5c8c6 }
-.terminal-747892512-r3 { fill: #d0b344;font-weight: bold }
-.terminal-747892512-r4 { fill: #868887 }
-.terminal-747892512-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-747892512-r6 { fill: #8d7b39 }
-.terminal-747892512-r7 { fill: #98a84b;font-weight: bold }
+    .terminal-2766663456-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2766663456-r2 { fill: #c5c8c6 }
+.terminal-2766663456-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2766663456-r4 { fill: #868887 }
+.terminal-2766663456-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2766663456-r6 { fill: #8d7b39 }
+.terminal-2766663456-r7 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="474.4" rx="12"/><text class="terminal-747892512-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: prepare-airflow-package</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2766663456-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="389.4" />
+    </clipPath>
+    <clipPath id="terminal-2766663456-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2766663456-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="438.4" rx="8"/><text class="terminal-2766663456-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;prepare-airflow-package</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2766663456-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-747892512-matrix" font-variant="east-asian-width-values"><tspan class="terminal-747892512-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-747892512-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-747892512-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-747892512-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;prepare-airflow-package&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-747892512-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-747892512-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-747892512-r2" x="12.4" y="99.2" textLength="1463.2">Prepare&#160;sdist/whl&#160;package&#160;of&#160;Airflow.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-747892512-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="152" textLength="1488">╭─&#160;Package&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-747892512-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-747892512-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-747892512-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r5" x="37.2" y="178.4" textLength="198.4">--package-format</tspan><tspan class="terminal-747892512-r2" x="235.6" y="178.4" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-747892512-r2" x="396.8" y= [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-747892512-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r5" x="37.2" y="204.8" textLength="310">--version-suffix-for-pypi</tspan><tspan class="terminal-747892512-r2" x="347.2" y="204.8" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-747892512-r2" x="396.8" y="204.8" textLength="781.2">Version&#160;suffix&# [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="231.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-747892512-r2" x="1488" y="231.2" textLength="12.4">
-</tspan><tspan class="terminal-747892512-r4" x="0" y="257.6" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-747892512-r2" x="1488" y="257.6" textLength="12.4">
-</tspan><tspan class="terminal-747892512-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-747892512-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r5" x="37.2" y="284" textLength="111.6">--verbose</tspan><tspan class="terminal-747892512-r2" x="148.8" y="284" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-747892512-r7" x="297.6" y="284" textLength="24. [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-747892512-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r5" x="37.2" y="310.4" textLength="111.6">--dry-run</tspan><tspan class="terminal-747892512-r2" x="148.8" y="310.4" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-747892512-r7" x="297.6" y="310.4" textL [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-747892512-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r5" x="37.2" y="336.8" textLength="235.6">--github-repository</tspan><tspan class="terminal-747892512-r2" x="272.8" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r7" x="297.6" y="336.8" textLength="24.8">-g</tspan><tspan class="terminal-74789 [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-747892512-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r5" x="37.2" y="363.2" textLength="86.8">--debug</tspan><tspan class="terminal-747892512-r2" x="124" y="363.2" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-747892512-r2" x="297.6" y="363.2 [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-747892512-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-747892512-r5" x="37.2" y="389.6" textLength="74.4">--help</tspan><tspan class="terminal-747892512-r2" x="111.6" y="389.6" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-747892512-r7" x="297.6" y=" [...]
-</tspan><tspan class="terminal-747892512-r4" x="0" y="416" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-747892512-r2" x="1488" y="416" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2766663456-matrix">
+    <text class="terminal-2766663456-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2766663456-line-0)">
+</text><text class="terminal-2766663456-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2766663456-line-1)">Usage:&#160;</text><text class="terminal-2766663456-r1" x="97.6" y="44.4" textLength="488" clip-path="url(#terminal-2766663456-line-1)">breeze&#160;prepare-airflow-package&#160;[OPTIONS]</text><text class="terminal-2766663456-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-2766663456-line-1)">
+</text><text class="terminal-2766663456-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-2766663456-line-2)">
+</text><text class="terminal-2766663456-r2" x="12.2" y="93.2" textLength="451.4" clip-path="url(#terminal-2766663456-line-3)">Prepare&#160;sdist/whl&#160;package&#160;of&#160;Airflow.</text><text class="terminal-2766663456-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-2766663456-line-3)">
+</text><text class="terminal-2766663456-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-2766663456-line-4)">
+</text><text class="terminal-2766663456-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-2766663456-line-5)">╭─</text><text class="terminal-2766663456-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-2766663456-line-5)">&#160;Package&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2766663456-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-276666 [...]
+</text><text class="terminal-2766663456-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-2766663456-line-6)">│</text><text class="terminal-2766663456-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-2766663456-line-6)">-</text><text class="terminal-2766663456-r5" x="36.6" y="166.4" textLength="97.6" clip-path="url(#terminal-2766663456-line-6)">-package</text><text class="terminal-2766663456-r5" x="134.2" y="166.4" textLength="85.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-2766663456-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-2766663456-line-7)">│</text><text class="terminal-2766663456-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-2766663456-line-7)">-</text><text class="terminal-2766663456-r5" x="36.6" y="190.8" textLength="97.6" clip-path="url(#terminal-2766663456-line-7)">-version</text><text class="terminal-2766663456-r5" x="134.2" y="190.8" textLength="195.2" clip-path="url(#terminal [...]
+</text><text class="terminal-2766663456-r4" x="0" y="215.2" textLength="1464" clip-path="url(#terminal-2766663456-line-8)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2766663456-r2" x="1464" y="215.2" textLength="12.2" clip-path="url(#terminal-2766663456-line-8)">
+</text><text class="terminal-2766663456-r4" x="0" y="239.6" textLength="24.4" clip-path="url(#terminal-2766663456-line-9)">╭─</text><text class="terminal-2766663456-r4" x="24.4" y="239.6" textLength="1415.2" clip-path="url(#terminal-2766663456-line-9)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2766663456-r4" x="1439.6" y="239.6" textLength="24.4" clip-path="url(#terminal-27666 [...]
+</text><text class="terminal-2766663456-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-2766663456-line-10)">│</text><text class="terminal-2766663456-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-2766663456-line-10)">-</text><text class="terminal-2766663456-r5" x="36.6" y="264" textLength="97.6" clip-path="url(#terminal-2766663456-line-10)">-verbose</text><text class="terminal-2766663456-r7" x="280.6" y="264" textLength="24.4" clip-path="url(#terminal-27666 [...]
+</text><text class="terminal-2766663456-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-2766663456-line-11)">│</text><text class="terminal-2766663456-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-2766663456-line-11)">-</text><text class="terminal-2766663456-r5" x="36.6" y="288.4" textLength="48.8" clip-path="url(#terminal-2766663456-line-11)">-dry</text><text class="terminal-2766663456-r5" x="85.4" y="288.4" textLength="48.8" clip-path="url(#terminal-27 [...]
+</text><text class="terminal-2766663456-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-2766663456-line-12)">│</text><text class="terminal-2766663456-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-2766663456-line-12)">-</text><text class="terminal-2766663456-r5" x="36.6" y="312.8" textLength="85.4" clip-path="url(#terminal-2766663456-line-12)">-github</text><text class="terminal-2766663456-r5" x="122" y="312.8" textLength="134.2" clip-path="url(#terminal [...]
+</text><text class="terminal-2766663456-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-2766663456-line-13)">│</text><text class="terminal-2766663456-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-2766663456-line-13)">-</text><text class="terminal-2766663456-r5" x="36.6" y="337.2" textLength="73.2" clip-path="url(#terminal-2766663456-line-13)">-debug</text><text class="terminal-2766663456-r2" x="329.4" y="337.2" textLength="878.4" clip-path="url(#termina [...]
+</text><text class="terminal-2766663456-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-2766663456-line-14)">│</text><text class="terminal-2766663456-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-2766663456-line-14)">-</text><text class="terminal-2766663456-r5" x="36.6" y="361.6" textLength="61" clip-path="url(#terminal-2766663456-line-14)">-help</text><text class="terminal-2766663456-r7" x="280.6" y="361.6" textLength="24.4" clip-path="url(#terminal-27 [...]
+</text><text class="terminal-2766663456-r4" x="0" y="386" textLength="1464" clip-path="url(#terminal-2766663456-line-15)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2766663456-r2" x="1464" y="386" textLength="12.2" clip-path="url(#terminal-2766663456-line-15)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-prepare-provider-documentation.svg b/images/breeze/output-prepare-provider-documentation.svg
index 2e5369e5ce..49e1dd54b6 100644
--- a/images/breeze/output-prepare-provider-documentation.svg
+++ b/images/breeze/output-prepare-provider-documentation.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 778.4000000000001" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 684.4" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,61 +19,146 @@
         font-weight: 700;
     }
 
-    .terminal-1009257927-matrix {
+    .terminal-2632715719-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1009257927-title {
+    .terminal-2632715719-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1009257927-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1009257927-r2 { fill: #c5c8c6 }
-.terminal-1009257927-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1009257927-r4 { fill: #868887 }
-.terminal-1009257927-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1009257927-r6 { fill: #98a84b;font-weight: bold }
-.terminal-1009257927-r7 { fill: #8d7b39 }
+    .terminal-2632715719-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2632715719-r2 { fill: #c5c8c6 }
+.terminal-2632715719-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2632715719-r4 { fill: #868887 }
+.terminal-2632715719-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2632715719-r6 { fill: #98a84b;font-weight: bold }
+.terminal-2632715719-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="738.4" rx="12"/><text class="terminal-1009257927-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: prepare-provider-documentation</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2632715719-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="633.4" />
+    </clipPath>
+    <clipPath id="terminal-2632715719-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2632715719-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="682.4" rx="8"/><text class="terminal-2632715719-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;prepare-provider-documentation</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2632715719-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1009257927-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1009257927-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1009257927-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1009257927-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;prepare-provider-documentation&#160;[OPTIONS]&#160;[airbyte&#160;|&#160;alibaba&#160;|&#160;amazon&#160;|&#160;apache.beam&#160;|&#160;apache.cassandra&#160;|&#160;&#160;</tspan><tspan class="terminal-1009257927-r2" x [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.drill&#160;|&#160;apache.druid&#160;|&#160;apache.hdfs&#160;|&#160;apache.hive&#160;|&#160;apache.kylin&#160;|&#160;&#160;</tspan> [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="99.2" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.livy&#160;|&#160;apache.pig&#160;|&#160;apache.pinot&#160;|&#160;apache.spark&#160;|&#160;apache.sqoop&#160;|&#160;&#160;&#160;</t [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;arangodb&#160;|&#160;asana&#160;|&#160;celery&#160;|&#160;cloudant&#160;|&#160;cncf.kubernetes&#160;|&#160;databricks&#160;|&#160;&#160; [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="152" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;datadog&#160;|&#160;dbt.cloud&#160;|&#160;dingding&#160;|&#160;discord&#160;|&#160;docker&#160;|&#160;elasticsearch&#160;|&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="178.4" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;exasol&#160;|&#160;facebook&#160;|&#160;ftp&#160;|&#160;github&#160;|&#160;google&#160;|&#160;grpc&#160;|&#160;hashicorp&#160;|&#160;htt [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="204.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;imap&#160;|&#160;influxdb&#160;|&#160;jdbc&#160;|&#160;jenkins&#160;|&#160;jira&#160;|&#160;microsoft.azure&#160;|&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="231.2" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;microsoft.mssql&#160;|&#160;microsoft.psrp&#160;|&#160;microsoft.winrm&#160;|&#160;mongo&#160;|&#160;mysql&#160;|&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="257.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;neo4j&#160;|&#160;odbc&#160;|&#160;openfaas&#160;|&#160;opsgenie&#160;|&#160;oracle&#160;|&#160;pagerduty&#160;|&#160;papermill&#160;|&# [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="284" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;plexus&#160;|&#160;postgres&#160;|&#160;presto&#160;|&#160;qubole&#160;|&#160;redis&#160;|&#160;salesforce&#160;|&#160;samba&#160;|&#160;& [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="310.4" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;segment&#160;|&#160;sendgrid&#160;|&#160;sftp&#160;|&#160;singularity&#160;|&#160;slack&#160;|&#160;snowflake&#160;|&#160;sqlite&#160;|& [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="336.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ssh&#160;|&#160;tableau&#160;|&#160;telegram&#160;|&#160;trino&#160;|&#160;vertica&#160;|&#160;yandex&#160;|&#160;zendesk]...&#160;&#160 [...]
-</tspan><tspan class="terminal-1009257927-r1" x="0" y="363.2" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1009257927-r2" x="0" y="389.6" textLength="12.4">&#160;</tspan><tspan class="terminal-1009257927-r2" x="12.4" y="389.6" textLength="1463.2">Prepare&#160;CHANGELOG,&#160;README&#160;and&#160;COMMITS&#160;information&#160;for&#160;providers.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1009257927-r2" x="0" y="416" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="442.4" textLength="1488">╭─&#160;Provider&#160;documentation&#160;preparation&#160;flags&#160;───────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1009257927-r2" x="1488" y="442.4" textLength="12.4">
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-1009257927-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1009257927-r5" x="37.2" y="468.8" textLength="86.8">--debug</tspan><tspan class="terminal-1009257927-r2" x="124" y="468.8" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1009257927-r2" x="173.6" y="468.8" textLength="1277.2">Drop&#160;user&#160;in&#160;shell& [...]
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="495.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1009257927-r2" x="1488" y="495.2" textLength="12.4">
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="521.6" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1009257927-r2" x="1488" y="521.6" textLength="12.4">
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-1009257927-r2" x="12.4" y="548" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1009257927-r5" x="37.2" y="548" textLength="111.6">--verbose</tspan><tspan class="terminal-1009257927-r2" x="148.8" y="548" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1009257927-r6" x="297.6" y="548" textLength [...]
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-1009257927-r2" x="12.4" y="574.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1009257927-r5" x="37.2" y="574.4" textLength="111.6">--dry-run</tspan><tspan class="terminal-1009257927-r2" x="148.8" y="574.4" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1009257927-r6" x="297.6" y="574.4"  [...]
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-1009257927-r2" x="12.4" y="600.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1009257927-r5" x="37.2" y="600.8" textLength="235.6">--github-repository</tspan><tspan class="terminal-1009257927-r2" x="272.8" y="600.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1009257927-r6" x="297.6" y="600.8" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-1009257927-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1009257927-r5" x="37.2" y="627.2" textLength="99.2">--answer</tspan><tspan class="terminal-1009257927-r2" x="136.4" y="627.2" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1009257927-r6" x="297.6" y="627 [...]
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-1009257927-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1009257927-r5" x="37.2" y="653.6" textLength="74.4">--help</tspan><tspan class="terminal-1009257927-r2" x="111.6" y="653.6" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1009257927-r6" x="297.6 [...]
-</tspan><tspan class="terminal-1009257927-r4" x="0" y="680" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1009257927-r2" x="1488" y="680" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2632715719-matrix">
+    <text class="terminal-2632715719-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2632715719-line-0)">
+</text><text class="terminal-2632715719-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2632715719-line-1)">Usage:&#160;</text><text class="terminal-2632715719-r1" x="97.6" y="44.4" textLength="1342" clip-path="url(#terminal-2632715719-line-1)">breeze&#160;prepare-provider-documentation&#160;[OPTIONS]&#160;[airbyte&#160;|&#160;alibaba&#160;|&#160;amazon&#160;|&#160;apache.beam&#160;|&#160;apache.cassandra&#160;|</text><text class="terminal-2632715719-r2" x="1464" y="44.4 [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="68.8" textLength="1427.4" clip-path="url(#terminal-2632715719-line-2)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.drill&#160;|&#160;apache.druid&#160;|&#160;apache.hdfs&#160;|&#160;apache.hive&#160;|&#1 [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="93.2" textLength="1415.2" clip-path="url(#terminal-2632715719-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.livy&#160;|&#160;apache.pig&#160;|&#160;apache.pinot&#160;|&#160;apache.spark&#160;|&#16 [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="117.6" textLength="1390.8" clip-path="url(#terminal-2632715719-line-4)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;arangodb&#160;|&#160;asana&#160;|&#160;celery&#160;|&#160;cloudant&#160;|&#160;cncf.kubernetes [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="142" textLength="1366.4" clip-path="url(#terminal-2632715719-line-5)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;datadog&#160;|&#160;dbt.cloud&#160;|&#160;dingding&#160;|&#160;discord&#160;|&#160;docker&#160;| [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="166.4" textLength="1390.8" clip-path="url(#terminal-2632715719-line-6)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;exasol&#160;|&#160;facebook&#160;|&#160;ftp&#160;|&#160;github&#160;|&#160;google&#160;|&#160; [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="190.8" textLength="1268.8" clip-path="url(#terminal-2632715719-line-7)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;imap&#160;|&#160;influxdb&#160;|&#160;jdbc&#160;|&#160;jenkins&#160;|&#160;jira&#160;|&#160;mi [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="215.2" textLength="1378.6" clip-path="url(#terminal-2632715719-line-8)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;microsoft.mssql&#160;|&#160;microsoft.psrp&#160;|&#160;microsoft.winrm&#160;|&#160;mongo&#160; [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="239.6" textLength="1390.8" clip-path="url(#terminal-2632715719-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;neo4j&#160;|&#160;odbc&#160;|&#160;openfaas&#160;|&#160;opsgenie&#160;|&#160;oracle&#160;|&#16 [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="264" textLength="1354.2" clip-path="url(#terminal-2632715719-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;plexus&#160;|&#160;postgres&#160;|&#160;presto&#160;|&#160;qubole&#160;|&#160;redis&#160;|&#160 [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="288.4" textLength="1403" clip-path="url(#terminal-2632715719-line-11)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;segment&#160;|&#160;sendgrid&#160;|&#160;sftp&#160;|&#160;singularity&#160;|&#160;slack&#160;|& [...]
+</text><text class="terminal-2632715719-r1" x="12.2" y="312.8" textLength="1342" clip-path="url(#terminal-2632715719-line-12)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ssh&#160;|&#160;tableau&#160;|&#160;telegram&#160;|&#160;trino&#160;|&#160;vertica&#160;|&#160; [...]
+</text><text class="terminal-2632715719-r2" x="1464" y="337.2" textLength="12.2" clip-path="url(#terminal-2632715719-line-13)">
+</text><text class="terminal-2632715719-r2" x="12.2" y="361.6" textLength="780.8" clip-path="url(#terminal-2632715719-line-14)">Prepare&#160;CHANGELOG,&#160;README&#160;and&#160;COMMITS&#160;information&#160;for&#160;providers.</text><text class="terminal-2632715719-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-2632715719-line-14)">
+</text><text class="terminal-2632715719-r2" x="1464" y="386" textLength="12.2" clip-path="url(#terminal-2632715719-line-15)">
+</text><text class="terminal-2632715719-r4" x="0" y="410.4" textLength="24.4" clip-path="url(#terminal-2632715719-line-16)">╭─</text><text class="terminal-2632715719-r4" x="24.4" y="410.4" textLength="1415.2" clip-path="url(#terminal-2632715719-line-16)">&#160;Provider&#160;documentation&#160;preparation&#160;flags&#160;──────────────────────────────────────────────────────────────────────────</text><text class="terminal-2632715719-r4" x="1439.6" y="410.4" textLength="24.4" clip-path="ur [...]
+</text><text class="terminal-2632715719-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-2632715719-line-17)">│</text><text class="terminal-2632715719-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-2632715719-line-17)">-</text><text class="terminal-2632715719-r5" x="36.6" y="434.8" textLength="73.2" clip-path="url(#terminal-2632715719-line-17)">-debug</text><text class="terminal-2632715719-r2" x="158.6" y="434.8" textLength="878.4" clip-path="url(#termina [...]
+</text><text class="terminal-2632715719-r4" x="0" y="459.2" textLength="1464" clip-path="url(#terminal-2632715719-line-18)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2632715719-r2" x="1464" y="459.2" textLength="12.2" clip-path="url(#terminal-2632715719-line-18)">
+</text><text class="terminal-2632715719-r4" x="0" y="483.6" textLength="24.4" clip-path="url(#terminal-2632715719-line-19)">╭─</text><text class="terminal-2632715719-r4" x="24.4" y="483.6" textLength="1415.2" clip-path="url(#terminal-2632715719-line-19)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2632715719-r4" x="1439.6" y="483.6" textLength="24.4" clip-path="url(#terminal-263 [...]
+</text><text class="terminal-2632715719-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-2632715719-line-20)">│</text><text class="terminal-2632715719-r5" x="24.4" y="508" textLength="12.2" clip-path="url(#terminal-2632715719-line-20)">-</text><text class="terminal-2632715719-r5" x="36.6" y="508" textLength="97.6" clip-path="url(#terminal-2632715719-line-20)">-verbose</text><text class="terminal-2632715719-r6" x="280.6" y="508" textLength="24.4" clip-path="url(#terminal-26327 [...]
+</text><text class="terminal-2632715719-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-2632715719-line-21)">│</text><text class="terminal-2632715719-r5" x="24.4" y="532.4" textLength="12.2" clip-path="url(#terminal-2632715719-line-21)">-</text><text class="terminal-2632715719-r5" x="36.6" y="532.4" textLength="48.8" clip-path="url(#terminal-2632715719-line-21)">-dry</text><text class="terminal-2632715719-r5" x="85.4" y="532.4" textLength="48.8" clip-path="url(#terminal-26 [...]
+</text><text class="terminal-2632715719-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-2632715719-line-22)">│</text><text class="terminal-2632715719-r5" x="24.4" y="556.8" textLength="12.2" clip-path="url(#terminal-2632715719-line-22)">-</text><text class="terminal-2632715719-r5" x="36.6" y="556.8" textLength="85.4" clip-path="url(#terminal-2632715719-line-22)">-github</text><text class="terminal-2632715719-r5" x="122" y="556.8" textLength="134.2" clip-path="url(#terminal [...]
+</text><text class="terminal-2632715719-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-2632715719-line-23)">│</text><text class="terminal-2632715719-r5" x="24.4" y="581.2" textLength="12.2" clip-path="url(#terminal-2632715719-line-23)">-</text><text class="terminal-2632715719-r5" x="36.6" y="581.2" textLength="85.4" clip-path="url(#terminal-2632715719-line-23)">-answer</text><text class="terminal-2632715719-r6" x="280.6" y="581.2" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-2632715719-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-2632715719-line-24)">│</text><text class="terminal-2632715719-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-2632715719-line-24)">-</text><text class="terminal-2632715719-r5" x="36.6" y="605.6" textLength="61" clip-path="url(#terminal-2632715719-line-24)">-help</text><text class="terminal-2632715719-r6" x="280.6" y="605.6" textLength="24.4" clip-path="url(#terminal-26 [...]
+</text><text class="terminal-2632715719-r4" x="0" y="630" textLength="1464" clip-path="url(#terminal-2632715719-line-25)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2632715719-r2" x="1464" y="630" textLength="12.2" clip-path="url(#terminal-2632715719-line-25)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-prepare-provider-packages.svg b/images/breeze/output-prepare-provider-packages.svg
index ec2a04598f..1da53c7d56 100644
--- a/images/breeze/output-prepare-provider-packages.svg
+++ b/images/breeze/output-prepare-provider-packages.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 831.2" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 733.1999999999999" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,63 +19,154 @@
         font-weight: 700;
     }
 
-    .terminal-1292600021-matrix {
+    .terminal-3636495061-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1292600021-title {
+    .terminal-3636495061-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1292600021-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1292600021-r2 { fill: #c5c8c6 }
-.terminal-1292600021-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1292600021-r4 { fill: #868887 }
-.terminal-1292600021-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1292600021-r6 { fill: #8d7b39 }
-.terminal-1292600021-r7 { fill: #98a84b;font-weight: bold }
+    .terminal-3636495061-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-3636495061-r2 { fill: #c5c8c6 }
+.terminal-3636495061-r3 { fill: #d0b344;font-weight: bold }
+.terminal-3636495061-r4 { fill: #868887 }
+.terminal-3636495061-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-3636495061-r6 { fill: #8d7b39 }
+.terminal-3636495061-r7 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="791.2" rx="12"/><text class="terminal-1292600021-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: prepare-provider-packages</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-3636495061-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="682.1999999999999" />
+    </clipPath>
+    <clipPath id="terminal-3636495061-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3636495061-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="731.2" rx="8"/><text class="terminal-3636495061-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;prepare-provider-packages</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-3636495061-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1292600021-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1292600021-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1292600021-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1292600021-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;prepare-provider-packages&#160;[OPTIONS]&#160;[airbyte&#160;|&#160;alibaba&#160;|&#160;amazon&#160;|&#160;apache.beam&#160;|&#160;apache.cassandra&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class=" [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.drill&#160;|&#160;apache.druid&#160;|&#160;apache.hdfs&#160;|&#160;apache.hive&#160;|&#160;apache.kylin&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan> [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="99.2" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.livy&#160;|&#160;apache.pig&#160;|&#160;apache.pinot&#160;|&#160;apache.spark&#160;|&#160;apache.sqoop&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</t [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;arangodb&#160;|&#160;asana&#160;|&#160;celery&#160;|&#160;cloudant&#160;|&#160;cncf.kubernetes&#160;|&#160;databricks&#160;|&#160;datadog&#160;&#160;</tspan><tspan cl [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="152" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;dbt.cloud&#160;|&#160;dingding&#160;|&#160;discord&#160;|&#160;docker&#160;|&#160;elasticsearch&#160;|&#160;exasol&#160;|&#160;facebook&#160;&#160;</tspan><tspan [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="178.4" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;ftp&#160;|&#160;github&#160;|&#160;google&#160;|&#160;grpc&#160;|&#160;hashicorp&#160;|&#160;http&#160;|&#160;imap&#160;|&#160;influxdb&#160;|&#160;jdbc&#160;| [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="204.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;jenkins&#160;|&#160;jira&#160;|&#160;microsoft.azure&#160;|&#160;microsoft.mssql&#160;|&#160;microsoft.psrp&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="231.2" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;microsoft.winrm&#160;|&#160;mongo&#160;|&#160;mysql&#160;|&#160;neo4j&#160;|&#160;odbc&#160;|&#160;openfaas&#160;|&#160;opsgenie&#160;|&#160;oracle&#160;&#160;</tspan [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="257.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;pagerduty&#160;|&#160;papermill&#160;|&#160;plexus&#160;|&#160;postgres&#160;|&#160;presto&#160;|&#160;qubole&#160;|&#160;redis&#160;|&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="284" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;salesforce&#160;|&#160;samba&#160;|&#160;segment&#160;|&#160;sendgrid&#160;|&#160;sftp&#160;|&#160;singularity&#160;|&#160;slack&#160;|&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="310.4" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;snowflake&#160;|&#160;sqlite&#160;|&#160;ssh&#160;|&#160;tableau&#160;|&#160;telegram&#160;|&#160;trino&#160;|&#160;vertica&#160;|&#160;yandex&#160;|&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="336.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zendesk]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1292600021-r1" x="0" y="363.2" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1292600021-r2" x="0" y="389.6" textLength="12.4">&#160;</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="389.6" textLength="1463.2">Prepare&#160;sdist/whl&#160;packages&#160;of&#160;Airflow&#160;Providers.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-1292600021-r2" x="0" y="416" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="442.4" textLength="1488">╭─&#160;Package&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1292600021-r2" x="1488" y="442.4" textLength="12.4">
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="468.8" textLength="198.4">--package-format</tspan><tspan class="terminal-1292600021-r2" x="235.6" y="468.8" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1292600021-r2" x="396. [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="495.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="495.2" textLength="310">--version-suffix-for-pypi</tspan><tspan class="terminal-1292600021-r2" x="347.2" y="495.2" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1292600021-r2" x="396.8" y="495.2" textLength="781.2">Version&#160;suf [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="521.6" textLength="235.6">--package-list-file</tspan><tspan class="terminal-1292600021-r2" x="272.8" y="521.6" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1292600021-r2" x="396.8" y="521.6" text [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="548" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="548" textLength="86.8">--debug</tspan><tspan class="terminal-1292600021-r2" x="124" y="548" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan clas [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="574.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1292600021-r2" x="1488" y="574.4" textLength="12.4">
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="600.8" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1292600021-r2" x="1488" y="600.8" textLength="12.4">
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="627.2" textLength="111.6">--verbose</tspan><tspan class="terminal-1292600021-r2" x="148.8" y="627.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1292600021-r7" x="297.6" y="627.2"  [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="653.6" textLength="111.6">--dry-run</tspan><tspan class="terminal-1292600021-r2" x="148.8" y="653.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1292600021-r7" x="297.6" y="653.6"  [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="680" textLength="235.6">--github-repository</tspan><tspan class="terminal-1292600021-r2" x="272.8" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r7" x="297.6" y="680" textLength="24.8">-g</tspan><tspan class="terminal-1292600021 [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-1292600021-r2" x="12.4" y="706.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1292600021-r5" x="37.2" y="706.4" textLength="74.4">--help</tspan><tspan class="terminal-1292600021-r2" x="111.6" y="706.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1292600021-r7" x="297.6 [...]
-</tspan><tspan class="terminal-1292600021-r4" x="0" y="732.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1292600021-r2" x="1488" y="732.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-3636495061-matrix">
+    <text class="terminal-3636495061-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-3636495061-line-0)">
+</text><text class="terminal-3636495061-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-3636495061-line-1)">Usage:&#160;</text><text class="terminal-3636495061-r1" x="97.6" y="44.4" textLength="1281" clip-path="url(#terminal-3636495061-line-1)">breeze&#160;prepare-provider-packages&#160;[OPTIONS]&#160;[airbyte&#160;|&#160;alibaba&#160;|&#160;amazon&#160;|&#160;apache.beam&#160;|&#160;apache.cassandra&#160;|</text><text class="terminal-3636495061-r2" x="1464" y="44.4" tex [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="68.8" textLength="1366.4" clip-path="url(#terminal-3636495061-line-2)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.drill&#160;|&#160;apache.druid&#160;|&#160;apache.hdfs&#160;|&#160;apache.hive&#160;|&#160;apache.kylin&#160;|</text>< [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="93.2" textLength="1354.2" clip-path="url(#terminal-3636495061-line-3)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;apache.livy&#160;|&#160;apache.pig&#160;|&#160;apache.pinot&#160;|&#160;apache.spark&#160;|&#160;apache.sqoop&#160;|</text><t [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="117.6" textLength="1427.4" clip-path="url(#terminal-3636495061-line-4)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;arangodb&#160;|&#160;asana&#160;|&#160;celery&#160;|&#160;cloudant&#160;|&#160;cncf.kubernetes&#160;|&#160;databricks&#160;| [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="142" textLength="1427.4" clip-path="url(#terminal-3636495061-line-5)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;dbt.cloud&#160;|&#160;dingding&#160;|&#160;discord&#160;|&#160;docker&#160;|&#160;elasticsearch&#160;|&#160;exasol&#160 [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="166.4" textLength="1415.2" clip-path="url(#terminal-3636495061-line-6)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;ftp&#160;|&#160;github&#160;|&#160;google&#160;|&#160;grpc&#160;|&#160;hashicorp&#160;|&#160;http&#160;|&#160;imap&#1 [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="190.8" textLength="1329.8" clip-path="url(#terminal-3636495061-line-7)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;jenkins&#160;|&#160;jira&#160;|&#160;microsoft.azure&#160;|&#160;microsoft.mssql&#160;|&#160;microsoft.psrp&#160;|</text><te [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="215.2" textLength="1427.4" clip-path="url(#terminal-3636495061-line-8)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;microsoft.winrm&#160;|&#160;mongo&#160;|&#160;mysql&#160;|&#160;neo4j&#160;|&#160;odbc&#160;|&#160;openfaas&#160;|&#160;opsg [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="239.6" textLength="1354.2" clip-path="url(#terminal-3636495061-line-9)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;|&#160;pagerduty&#160;|&#160;papermill&#160;|&#160;plexus&#160;|&#160;postgres&#160;|&#160;presto&#160;|&#160;qubole&#160;|& [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="264" textLength="1342" clip-path="url(#terminal-3636495061-line-10)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;salesforce&#160;|&#160;samba&#160;|&#160;segment&#160;|&#160;sendgrid&#160;|&#160;sftp&#160;|&#160;singularity&#160;|&#160;slac [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="288.4" textLength="1390.8" clip-path="url(#terminal-3636495061-line-11)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;snowflake&#160;|&#160;sqlite&#160;|&#160;ssh&#160;|&#160;tableau&#160;|&#160;telegram&#160;|&#160;trino&#160;|&#160;vertica [...]
+</text><text class="terminal-3636495061-r1" x="12.2" y="312.8" textLength="622.2" clip-path="url(#terminal-3636495061-line-12)">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;zendesk]...</text><text class="terminal-3636495061-r2" x="1464" y="312.8" textLength="12.2" clip-path="url(#terminal-3636495 [...]
+</text><text class="terminal-3636495061-r2" x="1464" y="337.2" textLength="12.2" clip-path="url(#terminal-3636495061-line-13)">
+</text><text class="terminal-3636495061-r2" x="12.2" y="361.6" textLength="585.6" clip-path="url(#terminal-3636495061-line-14)">Prepare&#160;sdist/whl&#160;packages&#160;of&#160;Airflow&#160;Providers.</text><text class="terminal-3636495061-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-3636495061-line-14)">
+</text><text class="terminal-3636495061-r2" x="1464" y="386" textLength="12.2" clip-path="url(#terminal-3636495061-line-15)">
+</text><text class="terminal-3636495061-r4" x="0" y="410.4" textLength="24.4" clip-path="url(#terminal-3636495061-line-16)">╭─</text><text class="terminal-3636495061-r4" x="24.4" y="410.4" textLength="1415.2" clip-path="url(#terminal-3636495061-line-16)">&#160;Package&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3636495061-r4" x="1439.6" y="410.4" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-3636495061-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-3636495061-line-17)">│</text><text class="terminal-3636495061-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-3636495061-line-17)">-</text><text class="terminal-3636495061-r5" x="36.6" y="434.8" textLength="97.6" clip-path="url(#terminal-3636495061-line-17)">-package</text><text class="terminal-3636495061-r5" x="134.2" y="434.8" textLength="85.4" clip-path="url(#termin [...]
+</text><text class="terminal-3636495061-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-3636495061-line-18)">│</text><text class="terminal-3636495061-r5" x="24.4" y="459.2" textLength="12.2" clip-path="url(#terminal-3636495061-line-18)">-</text><text class="terminal-3636495061-r5" x="36.6" y="459.2" textLength="97.6" clip-path="url(#terminal-3636495061-line-18)">-version</text><text class="terminal-3636495061-r5" x="134.2" y="459.2" textLength="195.2" clip-path="url(#termi [...]
+</text><text class="terminal-3636495061-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-3636495061-line-19)">│</text><text class="terminal-3636495061-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-3636495061-line-19)">-</text><text class="terminal-3636495061-r5" x="36.6" y="483.6" textLength="97.6" clip-path="url(#terminal-3636495061-line-19)">-package</text><text class="terminal-3636495061-r5" x="134.2" y="483.6" textLength="122" clip-path="url(#termina [...]
+</text><text class="terminal-3636495061-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-3636495061-line-20)">│</text><text class="terminal-3636495061-r5" x="24.4" y="508" textLength="12.2" clip-path="url(#terminal-3636495061-line-20)">-</text><text class="terminal-3636495061-r5" x="36.6" y="508" textLength="73.2" clip-path="url(#terminal-3636495061-line-20)">-debug</text><text class="terminal-3636495061-r2" x="378.2" y="508" textLength="878.4" clip-path="url(#terminal-363649 [...]
+</text><text class="terminal-3636495061-r4" x="0" y="532.4" textLength="1464" clip-path="url(#terminal-3636495061-line-21)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3636495061-r2" x="1464" y="532.4" textLength="12.2" clip-path="url(#terminal-3636495061-line-21)">
+</text><text class="terminal-3636495061-r4" x="0" y="556.8" textLength="24.4" clip-path="url(#terminal-3636495061-line-22)">╭─</text><text class="terminal-3636495061-r4" x="24.4" y="556.8" textLength="1415.2" clip-path="url(#terminal-3636495061-line-22)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3636495061-r4" x="1439.6" y="556.8" textLength="24.4" clip-path="url(#terminal-363 [...]
+</text><text class="terminal-3636495061-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-3636495061-line-23)">│</text><text class="terminal-3636495061-r5" x="24.4" y="581.2" textLength="12.2" clip-path="url(#terminal-3636495061-line-23)">-</text><text class="terminal-3636495061-r5" x="36.6" y="581.2" textLength="97.6" clip-path="url(#terminal-3636495061-line-23)">-verbose</text><text class="terminal-3636495061-r7" x="280.6" y="581.2" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-3636495061-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-3636495061-line-24)">│</text><text class="terminal-3636495061-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-3636495061-line-24)">-</text><text class="terminal-3636495061-r5" x="36.6" y="605.6" textLength="48.8" clip-path="url(#terminal-3636495061-line-24)">-dry</text><text class="terminal-3636495061-r5" x="85.4" y="605.6" textLength="48.8" clip-path="url(#terminal-36 [...]
+</text><text class="terminal-3636495061-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-3636495061-line-25)">│</text><text class="terminal-3636495061-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-3636495061-line-25)">-</text><text class="terminal-3636495061-r5" x="36.6" y="630" textLength="85.4" clip-path="url(#terminal-3636495061-line-25)">-github</text><text class="terminal-3636495061-r5" x="122" y="630" textLength="134.2" clip-path="url(#terminal-3636495 [...]
+</text><text class="terminal-3636495061-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-3636495061-line-26)">│</text><text class="terminal-3636495061-r5" x="24.4" y="654.4" textLength="12.2" clip-path="url(#terminal-3636495061-line-26)">-</text><text class="terminal-3636495061-r5" x="36.6" y="654.4" textLength="61" clip-path="url(#terminal-3636495061-line-26)">-help</text><text class="terminal-3636495061-r7" x="280.6" y="654.4" textLength="24.4" clip-path="url(#terminal-36 [...]
+</text><text class="terminal-3636495061-r4" x="0" y="678.8" textLength="1464" clip-path="url(#terminal-3636495061-line-27)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3636495061-r2" x="1464" y="678.8" textLength="12.2" clip-path="url(#terminal-3636495061-line-27)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-pull-image.svg b/images/breeze/output-pull-image.svg
index 42cf6b6689..e1cce7beeb 100644
--- a/images/breeze/output-pull-image.svg
+++ b/images/breeze/output-pull-image.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 831.2" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 733.1999999999999" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,63 +19,154 @@
         font-weight: 700;
     }
 
-    .terminal-2196825906-matrix {
+    .terminal-3638880050-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2196825906-title {
+    .terminal-3638880050-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2196825906-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2196825906-r2 { fill: #c5c8c6 }
-.terminal-2196825906-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2196825906-r4 { fill: #868887 }
-.terminal-2196825906-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2196825906-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2196825906-r7 { fill: #8d7b39 }
+    .terminal-3638880050-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-3638880050-r2 { fill: #c5c8c6 }
+.terminal-3638880050-r3 { fill: #d0b344;font-weight: bold }
+.terminal-3638880050-r4 { fill: #868887 }
+.terminal-3638880050-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-3638880050-r6 { fill: #98a84b;font-weight: bold }
+.terminal-3638880050-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="791.2" rx="12"/><text class="terminal-2196825906-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: pull-image</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-3638880050-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="682.1999999999999" />
+    </clipPath>
+    <clipPath id="terminal-3638880050-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3638880050-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="731.2" rx="8"/><text class="terminal-3638880050-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;pull-image</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-3638880050-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2196825906-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2196825906-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2196825906-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2196825906-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2196825906-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;pull-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-2196825906-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2196825906-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="99.2" textLength="1463.2">Pull&#160;and&#160;optionally&#160;verify&#160;CI&#160;images&#160;-&#160;possibly&#160;in&#160;parallel&#160;for&#160;all&#160;Python&#160;versions.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2196825906-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="152" textLength="1488">╭─&#160;Pull&#160;image&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2196825906-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="178.4" textLength="136.4">--image-tag</tspan><tspan class="terminal-2196825906-r2" x="173.6" y="178.4" textLength="86.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r6" x="260.4" y="178.4" textLength="24.8">-t</tspan>< [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="204.8" textLength="99.2">--python</tspan><tspan class="terminal-2196825906-r2" x="136.4" y="204.8" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r6" x="260.4" y="204.8" textLength="24.8 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="231.2" textLength="297.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r4" x="310" y="231.2" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="257.6" textLength="173.6">--github-token</tspan><tspan class="terminal-2196825906-r2" x="210.8" y="257.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r2" x="260.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="284" textLength="173.6">--verify-image</tspan><tspan class="terminal-2196825906-r2" x="210.8" y="284" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r2" x="260.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="te [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="310.4" textLength="198.4">--wait-for-image</tspan><tspan class="terminal-2196825906-r2" x="235.6" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r2" x="260.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="te [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="336.8" textLength="186">--tag-as-latest</tspan><tspan class="terminal-2196825906-r2" x="223.2" y="336.8" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r2" x="260.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class= [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="363.2" textLength="607.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;build&#160;or&#160;pull&#160;image&#160;with&#160;</tspan><tspan class="terminal-2196825906-r5" x="620" y="363.2" textLength="136.4">--image-tag</tspan><tspan class="terminal-21968259 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="389.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2196825906-r2" x="1488" y="389.6" textLength="12.4">
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="416" textLength="1488">╭─&#160;Parallel&#160;running&#160;───────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2196825906-r2" x="1488" y="416" textLength="12.4">
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="442.4" textLength="210.8">--run-in-parallel</tspan><tspan class="terminal-2196825906-r2" x="248" y="442.4" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r2" x="297.6" y="442.4" textLength="1153.2">Run&#160;the&#160;opera [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="468.8" textLength="161.2">--parallelism</tspan><tspan class="terminal-2196825906-r2" x="198.4" y="468.8" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r2" x="297.6" y="468.8" textLength="930">Maxi [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="495.2" textLength="285.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r4" x="297.6" y="495.2" textLength="930">[default:&#160;4;&#160;1&lt;=x&lt;=8]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="521.6" textLength="210.8">--python-versions</tspan><tspan class="terminal-2196825906-r2" x="248" y="521.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r2" x="297.6" y="521.6" textLength="967.2">Space&#160;separated&#16 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="548" textLength="285.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r4" x="297.6" y="548" textLength="967.2">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="574.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2196825906-r2" x="1488" y="574.4" textLength="12.4">
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="600.8" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2196825906-r2" x="1488" y="600.8" textLength="12.4">
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="627.2" textLength="111.6">--verbose</tspan><tspan class="terminal-2196825906-r2" x="148.8" y="627.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r6" x="297.6" y="627.2"  [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="653.6" textLength="111.6">--dry-run</tspan><tspan class="terminal-2196825906-r2" x="148.8" y="653.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r6" x="297.6" y="653.6"  [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="680" textLength="235.6">--github-repository</tspan><tspan class="terminal-2196825906-r2" x="272.8" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r6" x="297.6" y="680" textLength="24.8">-g</tspan><tspan class="terminal-2196825906 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-2196825906-r2" x="12.4" y="706.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2196825906-r5" x="37.2" y="706.4" textLength="74.4">--help</tspan><tspan class="terminal-2196825906-r2" x="111.6" y="706.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2196825906-r6" x="297.6 [...]
-</tspan><tspan class="terminal-2196825906-r4" x="0" y="732.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2196825906-r2" x="1488" y="732.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-3638880050-matrix">
+    <text class="terminal-3638880050-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-3638880050-line-0)">
+</text><text class="terminal-3638880050-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-3638880050-line-1)">Usage:&#160;</text><text class="terminal-3638880050-r1" x="97.6" y="44.4" textLength="610" clip-path="url(#terminal-3638880050-line-1)">breeze&#160;pull-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...</text><text class="terminal-3638880050-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-1)">
+</text><text class="terminal-3638880050-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-2)">
+</text><text class="terminal-3638880050-r2" x="12.2" y="93.2" textLength="1024.8" clip-path="url(#terminal-3638880050-line-3)">Pull&#160;and&#160;optionally&#160;verify&#160;CI&#160;images&#160;-&#160;possibly&#160;in&#160;parallel&#160;for&#160;all&#160;Python&#160;versions.</text><text class="terminal-3638880050-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-3638880050-line-3)">
+</text><text class="terminal-3638880050-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-4)">
+</text><text class="terminal-3638880050-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-3638880050-line-5)">╭─</text><text class="terminal-3638880050-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-3638880050-line-5)">&#160;Pull&#160;image&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3638880050-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-3 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-6)">│</text><text class="terminal-3638880050-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-6)">-</text><text class="terminal-3638880050-r5" x="36.6" y="166.4" textLength="73.2" clip-path="url(#terminal-3638880050-line-6)">-image</text><text class="terminal-3638880050-r5" x="109.8" y="166.4" textLength="48.8" clip-path="url(#terminal-36 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-7)">│</text><text class="terminal-3638880050-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-7)">-</text><text class="terminal-3638880050-r5" x="36.6" y="190.8" textLength="85.4" clip-path="url(#terminal-3638880050-line-7)">-python</text><text class="terminal-3638880050-r6" x="244" y="190.8" textLength="24.4" clip-path="url(#terminal-363 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-3638880050-line-8)">│</text><text class="terminal-3638880050-r4" x="292.8" y="215.2" textLength="732" clip-path="url(#terminal-3638880050-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-3638880050-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-9)">│</text><text class="terminal-3638880050-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-9)">-</text><text class="terminal-3638880050-r5" x="36.6" y="239.6" textLength="85.4" clip-path="url(#terminal-3638880050-line-9)">-github</text><text class="terminal-3638880050-r5" x="122" y="239.6" textLength="73.2" clip-path="url(#terminal-363 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-3638880050-line-10)">│</text><text class="terminal-3638880050-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-3638880050-line-10)">-</text><text class="terminal-3638880050-r5" x="36.6" y="264" textLength="85.4" clip-path="url(#terminal-3638880050-line-10)">-verify</text><text class="terminal-3638880050-r5" x="122" y="264" textLength="73.2" clip-path="url(#terminal-36388800 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-11)">│</text><text class="terminal-3638880050-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-11)">-</text><text class="terminal-3638880050-r5" x="36.6" y="288.4" textLength="61" clip-path="url(#terminal-3638880050-line-11)">-wait</text><text class="terminal-3638880050-r5" x="97.6" y="288.4" textLength="122" clip-path="url(#terminal-3638 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-12)">│</text><text class="terminal-3638880050-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-12)">-</text><text class="terminal-3638880050-r5" x="36.6" y="312.8" textLength="48.8" clip-path="url(#terminal-3638880050-line-12)">-tag</text><text class="terminal-3638880050-r5" x="85.4" y="312.8" textLength="122" clip-path="url(#terminal-363 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-3638880050-line-13)">│</text><text class="terminal-3638880050-r2" x="292.8" y="337.2" textLength="231.8" clip-path="url(#terminal-3638880050-line-13)">or&#160;pull&#160;image&#160;with&#160;</text><text class="terminal-3638880050-r5" x="524.6" y="337.2" textLength="12.2" clip-path="url(#terminal-3638880050-line-13)">-</text><text class="terminal-3638880050-r5" x="536.8" y="337.2" textLe [...]
+</text><text class="terminal-3638880050-r4" x="0" y="361.6" textLength="1464" clip-path="url(#terminal-3638880050-line-14)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3638880050-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-14)">
+</text><text class="terminal-3638880050-r4" x="0" y="386" textLength="24.4" clip-path="url(#terminal-3638880050-line-15)">╭─</text><text class="terminal-3638880050-r4" x="24.4" y="386" textLength="1415.2" clip-path="url(#terminal-3638880050-line-15)">&#160;Parallel&#160;running&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3638880050-r4" x="1439.6" y="386" textLength="24.4" clip-path="url(#terminal-3638 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-16)">│</text><text class="terminal-3638880050-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-16)">-</text><text class="terminal-3638880050-r5" x="36.6" y="410.4" textLength="48.8" clip-path="url(#terminal-3638880050-line-16)">-run</text><text class="terminal-3638880050-r5" x="85.4" y="410.4" textLength="146.4" clip-path="url(#terminal-3 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-17)">│</text><text class="terminal-3638880050-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-17)">-</text><text class="terminal-3638880050-r5" x="36.6" y="434.8" textLength="146.4" clip-path="url(#terminal-3638880050-line-17)">-parallelism</text><text class="terminal-3638880050-r2" x="280.6" y="434.8" textLength="915" clip-path="url(#te [...]
+</text><text class="terminal-3638880050-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-3638880050-line-18)">│</text><text class="terminal-3638880050-r4" x="280.6" y="459.2" textLength="915" clip-path="url(#terminal-3638880050-line-18)">[default:&#160;4;&#160;1&lt;=x&lt;=8]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-19)">│</text><text class="terminal-3638880050-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-19)">-</text><text class="terminal-3638880050-r5" x="36.6" y="483.6" textLength="85.4" clip-path="url(#terminal-3638880050-line-19)">-python</text><text class="terminal-3638880050-r5" x="122" y="483.6" textLength="109.8" clip-path="url(#terminal [...]
+</text><text class="terminal-3638880050-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-3638880050-line-20)">│</text><text class="terminal-3638880050-r4" x="280.6" y="508" textLength="951.6" clip-path="url(#terminal-3638880050-line-20)">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="532.4" textLength="1464" clip-path="url(#terminal-3638880050-line-21)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3638880050-r2" x="1464" y="532.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-21)">
+</text><text class="terminal-3638880050-r4" x="0" y="556.8" textLength="24.4" clip-path="url(#terminal-3638880050-line-22)">╭─</text><text class="terminal-3638880050-r4" x="24.4" y="556.8" textLength="1415.2" clip-path="url(#terminal-3638880050-line-22)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3638880050-r4" x="1439.6" y="556.8" textLength="24.4" clip-path="url(#terminal-363 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-3638880050-line-23)">│</text><text class="terminal-3638880050-r5" x="24.4" y="581.2" textLength="12.2" clip-path="url(#terminal-3638880050-line-23)">-</text><text class="terminal-3638880050-r5" x="36.6" y="581.2" textLength="97.6" clip-path="url(#terminal-3638880050-line-23)">-verbose</text><text class="terminal-3638880050-r6" x="280.6" y="581.2" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-3638880050-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-24)">│</text><text class="terminal-3638880050-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-3638880050-line-24)">-</text><text class="terminal-3638880050-r5" x="36.6" y="605.6" textLength="48.8" clip-path="url(#terminal-3638880050-line-24)">-dry</text><text class="terminal-3638880050-r5" x="85.4" y="605.6" textLength="48.8" clip-path="url(#terminal-36 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-3638880050-line-25)">│</text><text class="terminal-3638880050-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-3638880050-line-25)">-</text><text class="terminal-3638880050-r5" x="36.6" y="630" textLength="85.4" clip-path="url(#terminal-3638880050-line-25)">-github</text><text class="terminal-3638880050-r5" x="122" y="630" textLength="134.2" clip-path="url(#terminal-3638880 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-26)">│</text><text class="terminal-3638880050-r5" x="24.4" y="654.4" textLength="12.2" clip-path="url(#terminal-3638880050-line-26)">-</text><text class="terminal-3638880050-r5" x="36.6" y="654.4" textLength="61" clip-path="url(#terminal-3638880050-line-26)">-help</text><text class="terminal-3638880050-r6" x="280.6" y="654.4" textLength="24.4" clip-path="url(#terminal-36 [...]
+</text><text class="terminal-3638880050-r4" x="0" y="678.8" textLength="1464" clip-path="url(#terminal-3638880050-line-27)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3638880050-r2" x="1464" y="678.8" textLength="12.2" clip-path="url(#terminal-3638880050-line-27)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-pull-prod-image.svg b/images/breeze/output-pull-prod-image.svg
index 9a12580b3b..d6ee293d03 100644
--- a/images/breeze/output-pull-prod-image.svg
+++ b/images/breeze/output-pull-prod-image.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 831.2" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 733.1999999999999" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,63 +19,154 @@
         font-weight: 700;
     }
 
-    .terminal-2898717937-matrix {
+    .terminal-46787825-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2898717937-title {
+    .terminal-46787825-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2898717937-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2898717937-r2 { fill: #c5c8c6 }
-.terminal-2898717937-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2898717937-r4 { fill: #868887 }
-.terminal-2898717937-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2898717937-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2898717937-r7 { fill: #8d7b39 }
+    .terminal-46787825-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-46787825-r2 { fill: #c5c8c6 }
+.terminal-46787825-r3 { fill: #d0b344;font-weight: bold }
+.terminal-46787825-r4 { fill: #868887 }
+.terminal-46787825-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-46787825-r6 { fill: #98a84b;font-weight: bold }
+.terminal-46787825-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="791.2" rx="12"/><text class="terminal-2898717937-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: pull-prod-image</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-46787825-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="682.1999999999999" />
+    </clipPath>
+    <clipPath id="terminal-46787825-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-46787825-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="731.2" rx="8"/><text class="terminal-46787825-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;pull-prod-image</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-46787825-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2898717937-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2898717937-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2898717937-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2898717937-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2898717937-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;pull-prod-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2898717937-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2898717937-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="99.2" textLength="1463.2">Pull&#160;and&#160;optionally&#160;verify&#160;Production&#160;images&#160;-&#160;possibly&#160;in&#160;parallel&#160;for&#160;all&#160;Python&#160;versions.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><t [...]
-</tspan><tspan class="terminal-2898717937-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="152" textLength="1488">╭─&#160;Pull&#160;image&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2898717937-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="178.4" textLength="136.4">--image-tag</tspan><tspan class="terminal-2898717937-r2" x="173.6" y="178.4" textLength="86.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r6" x="260.4" y="178.4" textLength="24.8">-t</tspan>< [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="204.8" textLength="99.2">--python</tspan><tspan class="terminal-2898717937-r2" x="136.4" y="204.8" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r6" x="260.4" y="204.8" textLength="24.8 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="231.2" textLength="297.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r4" x="310" y="231.2" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="257.6" textLength="173.6">--github-token</tspan><tspan class="terminal-2898717937-r2" x="210.8" y="257.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r2" x="260.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="284" textLength="173.6">--verify-image</tspan><tspan class="terminal-2898717937-r2" x="210.8" y="284" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r2" x="260.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="te [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="310.4" textLength="198.4">--wait-for-image</tspan><tspan class="terminal-2898717937-r2" x="235.6" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r2" x="260.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="te [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="336.8" textLength="186">--tag-as-latest</tspan><tspan class="terminal-2898717937-r2" x="223.2" y="336.8" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r2" x="260.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class= [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="363.2" textLength="607.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;build&#160;or&#160;pull&#160;image&#160;with&#160;</tspan><tspan class="terminal-2898717937-r5" x="620" y="363.2" textLength="136.4">--image-tag</tspan><tspan class="terminal-28987179 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="389.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2898717937-r2" x="1488" y="389.6" textLength="12.4">
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="416" textLength="1488">╭─&#160;Parallel&#160;running&#160;───────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2898717937-r2" x="1488" y="416" textLength="12.4">
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="442.4" textLength="210.8">--run-in-parallel</tspan><tspan class="terminal-2898717937-r2" x="248" y="442.4" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r2" x="297.6" y="442.4" textLength="1153.2">Run&#160;the&#160;opera [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="468.8" textLength="161.2">--parallelism</tspan><tspan class="terminal-2898717937-r2" x="198.4" y="468.8" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r2" x="297.6" y="468.8" textLength="930">Maxi [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="495.2" textLength="285.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r4" x="297.6" y="495.2" textLength="930">[default:&#160;4;&#160;1&lt;=x&lt;=8]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="521.6" textLength="210.8">--python-versions</tspan><tspan class="terminal-2898717937-r2" x="248" y="521.6" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r2" x="297.6" y="521.6" textLength="967.2">Space&#160;separated&#16 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="548" textLength="285.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r4" x="297.6" y="548" textLength="967.2">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="574.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2898717937-r2" x="1488" y="574.4" textLength="12.4">
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="600.8" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2898717937-r2" x="1488" y="600.8" textLength="12.4">
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="627.2" textLength="111.6">--verbose</tspan><tspan class="terminal-2898717937-r2" x="148.8" y="627.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r6" x="297.6" y="627.2"  [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="653.6" textLength="111.6">--dry-run</tspan><tspan class="terminal-2898717937-r2" x="148.8" y="653.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r6" x="297.6" y="653.6"  [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="680" textLength="235.6">--github-repository</tspan><tspan class="terminal-2898717937-r2" x="272.8" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r6" x="297.6" y="680" textLength="24.8">-g</tspan><tspan class="terminal-2898717937 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-2898717937-r2" x="12.4" y="706.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2898717937-r5" x="37.2" y="706.4" textLength="74.4">--help</tspan><tspan class="terminal-2898717937-r2" x="111.6" y="706.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2898717937-r6" x="297.6 [...]
-</tspan><tspan class="terminal-2898717937-r4" x="0" y="732.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2898717937-r2" x="1488" y="732.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-46787825-matrix">
+    <text class="terminal-46787825-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-46787825-line-0)">
+</text><text class="terminal-46787825-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-46787825-line-1)">Usage:&#160;</text><text class="terminal-46787825-r1" x="97.6" y="44.4" textLength="671" clip-path="url(#terminal-46787825-line-1)">breeze&#160;pull-prod-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...</text><text class="terminal-46787825-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-46787825-line-1)">
+</text><text class="terminal-46787825-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-46787825-line-2)">
+</text><text class="terminal-46787825-r2" x="12.2" y="93.2" textLength="1122.4" clip-path="url(#terminal-46787825-line-3)">Pull&#160;and&#160;optionally&#160;verify&#160;Production&#160;images&#160;-&#160;possibly&#160;in&#160;parallel&#160;for&#160;all&#160;Python&#160;versions.</text><text class="terminal-46787825-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-46787825-line-3)">
+</text><text class="terminal-46787825-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-46787825-line-4)">
+</text><text class="terminal-46787825-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-46787825-line-5)">╭─</text><text class="terminal-46787825-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-46787825-line-5)">&#160;Pull&#160;image&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-46787825-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-46787825-li [...]
+</text><text class="terminal-46787825-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-46787825-line-6)">│</text><text class="terminal-46787825-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-46787825-line-6)">-</text><text class="terminal-46787825-r5" x="36.6" y="166.4" textLength="73.2" clip-path="url(#terminal-46787825-line-6)">-image</text><text class="terminal-46787825-r5" x="109.8" y="166.4" textLength="48.8" clip-path="url(#terminal-46787825-line-6) [...]
+</text><text class="terminal-46787825-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-46787825-line-7)">│</text><text class="terminal-46787825-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-46787825-line-7)">-</text><text class="terminal-46787825-r5" x="36.6" y="190.8" textLength="85.4" clip-path="url(#terminal-46787825-line-7)">-python</text><text class="terminal-46787825-r6" x="244" y="190.8" textLength="24.4" clip-path="url(#terminal-46787825-line-7)" [...]
+</text><text class="terminal-46787825-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-46787825-line-8)">│</text><text class="terminal-46787825-r4" x="292.8" y="215.2" textLength="732" clip-path="url(#terminal-46787825-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-46787825-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-46787825-line-9)">│</text><text class="terminal-46787825-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-46787825-line-9)">-</text><text class="terminal-46787825-r5" x="36.6" y="239.6" textLength="85.4" clip-path="url(#terminal-46787825-line-9)">-github</text><text class="terminal-46787825-r5" x="122" y="239.6" textLength="73.2" clip-path="url(#terminal-46787825-line-9)" [...]
+</text><text class="terminal-46787825-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-46787825-line-10)">│</text><text class="terminal-46787825-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-46787825-line-10)">-</text><text class="terminal-46787825-r5" x="36.6" y="264" textLength="85.4" clip-path="url(#terminal-46787825-line-10)">-verify</text><text class="terminal-46787825-r5" x="122" y="264" textLength="73.2" clip-path="url(#terminal-46787825-line-10)">-im [...]
+</text><text class="terminal-46787825-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-46787825-line-11)">│</text><text class="terminal-46787825-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-46787825-line-11)">-</text><text class="terminal-46787825-r5" x="36.6" y="288.4" textLength="61" clip-path="url(#terminal-46787825-line-11)">-wait</text><text class="terminal-46787825-r5" x="97.6" y="288.4" textLength="122" clip-path="url(#terminal-46787825-line-11)" [...]
+</text><text class="terminal-46787825-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-46787825-line-12)">│</text><text class="terminal-46787825-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-46787825-line-12)">-</text><text class="terminal-46787825-r5" x="36.6" y="312.8" textLength="48.8" clip-path="url(#terminal-46787825-line-12)">-tag</text><text class="terminal-46787825-r5" x="85.4" y="312.8" textLength="122" clip-path="url(#terminal-46787825-line-12) [...]
+</text><text class="terminal-46787825-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-46787825-line-13)">│</text><text class="terminal-46787825-r2" x="292.8" y="337.2" textLength="231.8" clip-path="url(#terminal-46787825-line-13)">or&#160;pull&#160;image&#160;with&#160;</text><text class="terminal-46787825-r5" x="524.6" y="337.2" textLength="12.2" clip-path="url(#terminal-46787825-line-13)">-</text><text class="terminal-46787825-r5" x="536.8" y="337.2" textLength="73.2" cl [...]
+</text><text class="terminal-46787825-r4" x="0" y="361.6" textLength="1464" clip-path="url(#terminal-46787825-line-14)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-46787825-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-46787825-line-14)">
+</text><text class="terminal-46787825-r4" x="0" y="386" textLength="24.4" clip-path="url(#terminal-46787825-line-15)">╭─</text><text class="terminal-46787825-r4" x="24.4" y="386" textLength="1415.2" clip-path="url(#terminal-46787825-line-15)">&#160;Parallel&#160;running&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-46787825-r4" x="1439.6" y="386" textLength="24.4" clip-path="url(#terminal-46787825-line- [...]
+</text><text class="terminal-46787825-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-46787825-line-16)">│</text><text class="terminal-46787825-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-46787825-line-16)">-</text><text class="terminal-46787825-r5" x="36.6" y="410.4" textLength="48.8" clip-path="url(#terminal-46787825-line-16)">-run</text><text class="terminal-46787825-r5" x="85.4" y="410.4" textLength="146.4" clip-path="url(#terminal-46787825-line-1 [...]
+</text><text class="terminal-46787825-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-46787825-line-17)">│</text><text class="terminal-46787825-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-46787825-line-17)">-</text><text class="terminal-46787825-r5" x="36.6" y="434.8" textLength="146.4" clip-path="url(#terminal-46787825-line-17)">-parallelism</text><text class="terminal-46787825-r2" x="280.6" y="434.8" textLength="915" clip-path="url(#terminal-4678782 [...]
+</text><text class="terminal-46787825-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-46787825-line-18)">│</text><text class="terminal-46787825-r4" x="280.6" y="459.2" textLength="915" clip-path="url(#terminal-46787825-line-18)">[default:&#160;4;&#160;1&lt;=x&lt;=8]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-46787825-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-46787825-line-19)">│</text><text class="terminal-46787825-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-46787825-line-19)">-</text><text class="terminal-46787825-r5" x="36.6" y="483.6" textLength="85.4" clip-path="url(#terminal-46787825-line-19)">-python</text><text class="terminal-46787825-r5" x="122" y="483.6" textLength="109.8" clip-path="url(#terminal-46787825-line [...]
+</text><text class="terminal-46787825-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-46787825-line-20)">│</text><text class="terminal-46787825-r4" x="280.6" y="508" textLength="951.6" clip-path="url(#terminal-46787825-line-20)">[default:&#160;3.7&#160;3.8&#160;3.9&#160;3.10]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-46787825-r4" x="0" y="532.4" textLength="1464" clip-path="url(#terminal-46787825-line-21)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-46787825-r2" x="1464" y="532.4" textLength="12.2" clip-path="url(#terminal-46787825-line-21)">
+</text><text class="terminal-46787825-r4" x="0" y="556.8" textLength="24.4" clip-path="url(#terminal-46787825-line-22)">╭─</text><text class="terminal-46787825-r4" x="24.4" y="556.8" textLength="1415.2" clip-path="url(#terminal-46787825-line-22)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-46787825-r4" x="1439.6" y="556.8" textLength="24.4" clip-path="url(#terminal-46787825-line [...]
+</text><text class="terminal-46787825-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-46787825-line-23)">│</text><text class="terminal-46787825-r5" x="24.4" y="581.2" textLength="12.2" clip-path="url(#terminal-46787825-line-23)">-</text><text class="terminal-46787825-r5" x="36.6" y="581.2" textLength="97.6" clip-path="url(#terminal-46787825-line-23)">-verbose</text><text class="terminal-46787825-r6" x="280.6" y="581.2" textLength="24.4" clip-path="url(#terminal-46787825-li [...]
+</text><text class="terminal-46787825-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-46787825-line-24)">│</text><text class="terminal-46787825-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-46787825-line-24)">-</text><text class="terminal-46787825-r5" x="36.6" y="605.6" textLength="48.8" clip-path="url(#terminal-46787825-line-24)">-dry</text><text class="terminal-46787825-r5" x="85.4" y="605.6" textLength="48.8" clip-path="url(#terminal-46787825-line-24 [...]
+</text><text class="terminal-46787825-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-46787825-line-25)">│</text><text class="terminal-46787825-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-46787825-line-25)">-</text><text class="terminal-46787825-r5" x="36.6" y="630" textLength="85.4" clip-path="url(#terminal-46787825-line-25)">-github</text><text class="terminal-46787825-r5" x="122" y="630" textLength="134.2" clip-path="url(#terminal-46787825-line-25)">-r [...]
+</text><text class="terminal-46787825-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-46787825-line-26)">│</text><text class="terminal-46787825-r5" x="24.4" y="654.4" textLength="12.2" clip-path="url(#terminal-46787825-line-26)">-</text><text class="terminal-46787825-r5" x="36.6" y="654.4" textLength="61" clip-path="url(#terminal-46787825-line-26)">-help</text><text class="terminal-46787825-r6" x="280.6" y="654.4" textLength="24.4" clip-path="url(#terminal-46787825-line-26 [...]
+</text><text class="terminal-46787825-r4" x="0" y="678.8" textLength="1464" clip-path="url(#terminal-46787825-line-27)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-46787825-r2" x="1464" y="678.8" textLength="12.2" clip-path="url(#terminal-46787825-line-27)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-release-prod-images.svg b/images/breeze/output-release-prod-images.svg
index 31f4da7b4d..a3a392acc5 100644
--- a/images/breeze/output-release-prod-images.svg
+++ b/images/breeze/output-release-prod-images.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 752.0" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 635.5999999999999" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,62 +19,140 @@
         font-weight: 700;
     }
 
-    .terminal-1467282442-matrix {
+    .terminal-3294421328-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1467282442-title {
+    .terminal-3294421328-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1467282442-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1467282442-r2 { fill: #c5c8c6 }
-.terminal-1467282442-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1467282442-r4 { fill: #868887 }
-.terminal-1467282442-r5 { fill: #cc555a }
-.terminal-1467282442-r6 { fill: #68a0b3;font-weight: bold }
-.terminal-1467282442-r7 { fill: #8d7b39 }
-.terminal-1467282442-r8 { fill: #8a4346 }
-.terminal-1467282442-r9 { fill: #98a84b;font-weight: bold }
+    .terminal-3294421328-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-3294421328-r2 { fill: #c5c8c6 }
+.terminal-3294421328-r3 { fill: #d0b344;font-weight: bold }
+.terminal-3294421328-r4 { fill: #868887 }
+.terminal-3294421328-r5 { fill: #cc555a }
+.terminal-3294421328-r6 { fill: #68a0b3;font-weight: bold }
+.terminal-3294421328-r7 { fill: #8d7b39 }
+.terminal-3294421328-r8 { fill: #8a4346 }
+.terminal-3294421328-r9 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="712" rx="12"/><text class="terminal-1467282442-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: release-prod-images</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-3294421328-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="584.5999999999999" />
+    </clipPath>
+    <clipPath id="terminal-3294421328-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3294421328-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="633.6" rx="8"/><text class="terminal-3294421328-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;release-prod-images</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-3294421328-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1467282442-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1467282442-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1467282442-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1467282442-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1467282442-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;release-prod-images&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1467282442-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1467282442-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="99.2" textLength="1463.2">Release&#160;production&#160;images&#160;to&#160;DockerHub&#160;(needs&#160;DockerHub&#160;permissions).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1467282442-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="152" textLength="1488">╭─&#160;Release&#160;PROD&#160;IMAGE&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1467282442-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r5" x="37.2" y="178.4" textLength="12.4">*</tspan><tspan class="terminal-1467282442-r2" x="49.6" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="74.4" y="178.4" textLength="210.8">--airflow-version</tspan><tspan class="terminal-14672 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="37.2" y="204.8" textLength="12.4">&#160;</tspan><tspan class="terminal-1467282442-r2" x="49.6" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="74.4" y="204.8" textLength="198.4">--dockerhub-repo</tspan><tspan class="terminal-1 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="37.2" y="231.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1467282442-r2" x="49.6" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="74.4" y="231.2" textLength="161.2">--slim-images</tspan><tspan class="terminal-1467 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="37.2" y="257.6" textLength="12.4">&#160;</tspan><tspan class="terminal-1467282442-r2" x="49.6" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="74.4" y="257.6" textLength="173.6">--limit-python</tspan><tspan class="terminal-146 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="284" textLength="322.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="334.8" y="284" textLength="1116">available&#160;python&#160;versions)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="310.4" textLength="322.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r7" x="334.8" y="310.4" textLength="1116">(3.7&#160;|&#160;3.8&#160;|&#160;3.9&#160;|&#160;3.10)&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="37.2" y="336.8" textLength="12.4">&#160;</tspan><tspan class="terminal-1467282442-r2" x="49.6" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="74.4" y="336.8" textLength="198.4">--limit-platform</tspan><tspan class="terminal-1 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="363.2" textLength="322.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="334.8" y="363.2" textLength="1116">built.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="389.6" textLength="322.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r7" x="334.8" y="389.6" textLength="1116">(linux/amd64&#160;|&#160;linux/arm64&#160;|&#160;linux/amd64,linux/arm64)&#160;&#160;&# [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="416" textLength="322.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r4" x="334.8" y="416" textLength="1116">[default:&#160;linux/amd64,linux/arm64]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="37.2" y="442.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1467282442-r2" x="49.6" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="74.4" y="442.4" textLength="161.2">--skip-latest</tspan><tspan class="terminal-1467 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="468.8" textLength="322.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="334.8" y="468.8" textLength="1116">This&#160;should&#160;only&#160;be&#160;used&#160;if&#160;you&#160;release&#160;image&# [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="495.2" textLength="322.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r2" x="334.8" y="495.2" textLength="1116">when&#160;rc/alpha/beta&#160;images&#160;are&#160;built.&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="521.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1467282442-r2" x="1488" y="521.6" textLength="12.4">
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="548" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1467282442-r2" x="1488" y="548" textLength="12.4">
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="574.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="37.2" y="574.4" textLength="111.6">--verbose</tspan><tspan class="terminal-1467282442-r2" x="148.8" y="574.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r9" x="173.6" y="574.4" textLength="24.8">-v</tspan><tspan class="terminal-1467282442 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="600.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="37.2" y="600.8" textLength="111.6">--dry-run</tspan><tspan class="terminal-1467282442-r2" x="148.8" y="600.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r9" x="173.6" y="600.8" textLength="24.8">-D</tspan><tspan class="terminal-1467282442 [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-1467282442-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1467282442-r6" x="37.2" y="627.2" textLength="74.4">--help</tspan><tspan class="terminal-1467282442-r2" x="111.6" y="627.2" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1467282442-r9" x="173.6" y="627.2" textLength="24.8">-h</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-1467282442-r4" x="0" y="653.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1467282442-r2" x="1488" y="653.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-3294421328-matrix">
+    <text class="terminal-3294421328-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-3294421328-line-0)">
+</text><text class="terminal-3294421328-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-3294421328-line-1)">Usage:&#160;</text><text class="terminal-3294421328-r1" x="97.6" y="44.4" textLength="439.2" clip-path="url(#terminal-3294421328-line-1)">breeze&#160;release-prod-images&#160;[OPTIONS]</text><text class="terminal-3294421328-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-1)">
+</text><text class="terminal-3294421328-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-2)">
+</text><text class="terminal-3294421328-r2" x="12.2" y="93.2" textLength="841.8" clip-path="url(#terminal-3294421328-line-3)">Release&#160;production&#160;images&#160;to&#160;DockerHub&#160;(needs&#160;DockerHub&#160;permissions).</text><text class="terminal-3294421328-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-3294421328-line-3)">
+</text><text class="terminal-3294421328-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-3294421328-line-4)">
+</text><text class="terminal-3294421328-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-3294421328-line-5)">╭─</text><text class="terminal-3294421328-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-3294421328-line-5)">&#160;Release&#160;PROD&#160;IMAGE&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3294421328-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#termi [...]
+</text><text class="terminal-3294421328-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-6)">│</text><text class="terminal-3294421328-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-6)">*</text><text class="terminal-3294421328-r6" x="61" y="166.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-6)">-</text><text class="terminal-3294421328-r6" x="73.2" y="166.4" textLength="97.6" clip-path="url(#terminal-3294421328 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-7)">│</text><text class="terminal-3294421328-r6" x="61" y="190.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-7)">-</text><text class="terminal-3294421328-r6" x="73.2" y="190.8" textLength="122" clip-path="url(#terminal-3294421328-line-7)">-dockerhub</text><text class="terminal-3294421328-r6" x="195.2" y="190.8" textLength="61" clip-path="url(#terminal-329 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-3294421328-line-8)">│</text><text class="terminal-3294421328-r6" x="61" y="215.2" textLength="12.2" clip-path="url(#terminal-3294421328-line-8)">-</text><text class="terminal-3294421328-r6" x="73.2" y="215.2" textLength="61" clip-path="url(#terminal-3294421328-line-8)">-slim</text><text class="terminal-3294421328-r6" x="134.2" y="215.2" textLength="85.4" clip-path="url(#terminal-3294421 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-3294421328-line-9)">│</text><text class="terminal-3294421328-r6" x="61" y="239.6" textLength="12.2" clip-path="url(#terminal-3294421328-line-9)">-</text><text class="terminal-3294421328-r6" x="73.2" y="239.6" textLength="73.2" clip-path="url(#terminal-3294421328-line-9)">-limit</text><text class="terminal-3294421328-r6" x="146.4" y="239.6" textLength="85.4" clip-path="url(#terminal-3294 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-3294421328-line-10)">│</text><text class="terminal-3294421328-r2" x="317.2" y="264" textLength="1122.4" clip-path="url(#terminal-3294421328-line-10)">available&#160;python&#160;versions)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-3294421328-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-11)">│</text><text class="terminal-3294421328-r7" x="317.2" y="288.4" textLength="1122.4" clip-path="url(#terminal-3294421328-line-11)">(3.7&#160;|&#160;3.8&#160;|&#160;3.9&#160;|&#160;3.10)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-12)">│</text><text class="terminal-3294421328-r6" x="61" y="312.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-12)">-</text><text class="terminal-3294421328-r6" x="73.2" y="312.8" textLength="73.2" clip-path="url(#terminal-3294421328-line-12)">-limit</text><text class="terminal-3294421328-r6" x="146.4" y="312.8" textLength="109.8" clip-path="url(#terminal- [...]
+</text><text class="terminal-3294421328-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-3294421328-line-13)">│</text><text class="terminal-3294421328-r7" x="317.2" y="337.2" textLength="1122.4" clip-path="url(#terminal-3294421328-line-13)">(linux/amd64&#160;|&#160;linux/arm64&#160;|&#160;linux/amd64,linux/arm64)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-3294421328-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-3294421328-line-14)">│</text><text class="terminal-3294421328-r4" x="317.2" y="361.6" textLength="1122.4" clip-path="url(#terminal-3294421328-line-14)">[default:&#160;linux/amd64,linux/arm64]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-3294421328-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-3294421328-line-15)">│</text><text class="terminal-3294421328-r6" x="61" y="386" textLength="12.2" clip-path="url(#terminal-3294421328-line-15)">-</text><text class="terminal-3294421328-r6" x="73.2" y="386" textLength="61" clip-path="url(#terminal-3294421328-line-15)">-skip</text><text class="terminal-3294421328-r6" x="134.2" y="386" textLength="85.4" clip-path="url(#terminal-3294421328-l [...]
+</text><text class="terminal-3294421328-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-16)">│</text><text class="terminal-3294421328-r2" x="317.2" y="410.4" textLength="1122.4" clip-path="url(#terminal-3294421328-line-16)">should&#160;only&#160;be&#160;used&#160;if&#160;you&#160;release&#160;image&#160;for&#160;previous&#160;branches.&#160;Automatically&#160;set&#160;when&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3294421328-r4" x="145 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-17)">│</text><text class="terminal-3294421328-r2" x="317.2" y="434.8" textLength="1122.4" clip-path="url(#terminal-3294421328-line-17)">rc/alpha/beta&#160;images&#160;are&#160;built.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="459.2" textLength="1464" clip-path="url(#terminal-3294421328-line-18)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3294421328-r2" x="1464" y="459.2" textLength="12.2" clip-path="url(#terminal-3294421328-line-18)">
+</text><text class="terminal-3294421328-r4" x="0" y="483.6" textLength="24.4" clip-path="url(#terminal-3294421328-line-19)">╭─</text><text class="terminal-3294421328-r4" x="24.4" y="483.6" textLength="1415.2" clip-path="url(#terminal-3294421328-line-19)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3294421328-r4" x="1439.6" y="483.6" textLength="24.4" clip-path="url(#terminal-329 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-3294421328-line-20)">│</text><text class="terminal-3294421328-r6" x="24.4" y="508" textLength="12.2" clip-path="url(#terminal-3294421328-line-20)">-</text><text class="terminal-3294421328-r6" x="36.6" y="508" textLength="97.6" clip-path="url(#terminal-3294421328-line-20)">-verbose</text><text class="terminal-3294421328-r9" x="158.6" y="508" textLength="24.4" clip-path="url(#terminal-32944 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-21)">│</text><text class="terminal-3294421328-r6" x="24.4" y="532.4" textLength="12.2" clip-path="url(#terminal-3294421328-line-21)">-</text><text class="terminal-3294421328-r6" x="36.6" y="532.4" textLength="48.8" clip-path="url(#terminal-3294421328-line-21)">-dry</text><text class="terminal-3294421328-r6" x="85.4" y="532.4" textLength="48.8" clip-path="url(#terminal-32 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-22)">│</text><text class="terminal-3294421328-r6" x="24.4" y="556.8" textLength="12.2" clip-path="url(#terminal-3294421328-line-22)">-</text><text class="terminal-3294421328-r6" x="36.6" y="556.8" textLength="61" clip-path="url(#terminal-3294421328-line-22)">-help</text><text class="terminal-3294421328-r9" x="158.6" y="556.8" textLength="24.4" clip-path="url(#terminal-32 [...]
+</text><text class="terminal-3294421328-r4" x="0" y="581.2" textLength="1464" clip-path="url(#terminal-3294421328-line-23)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3294421328-r2" x="1464" y="581.2" textLength="12.2" clip-path="url(#terminal-3294421328-line-23)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-resource-check.svg b/images/breeze/output-resource-check.svg
index 310eaf9a1e..8ec8aa32d7 100644
--- a/images/breeze/output-resource-check.svg
+++ b/images/breeze/output-resource-check.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 356.0" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 294.0" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,44 +19,81 @@
         font-weight: 700;
     }
 
-    .terminal-1721143440-matrix {
+    .terminal-2379452560-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1721143440-title {
+    .terminal-2379452560-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1721143440-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1721143440-r2 { fill: #c5c8c6 }
-.terminal-1721143440-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1721143440-r4 { fill: #868887 }
-.terminal-1721143440-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1721143440-r6 { fill: #98a84b;font-weight: bold }
+    .terminal-2379452560-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2379452560-r2 { fill: #c5c8c6 }
+.terminal-2379452560-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2379452560-r4 { fill: #868887 }
+.terminal-2379452560-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2379452560-r6 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="316" rx="12"/><text class="terminal-1721143440-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: resource-check</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2379452560-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="243.0" />
+    </clipPath>
+    <clipPath id="terminal-2379452560-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2379452560-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="292" rx="8"/><text class="terminal-2379452560-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;resource-check</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2379452560-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1721143440-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1721143440-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1721143440-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1721143440-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1721143440-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;resource-check&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-1721143440-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1721143440-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1721143440-r2" x="12.4" y="99.2" textLength="1463.2">Check&#160;if&#160;available&#160;docker&#160;resources&#160;are&#160;enough.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1721143440-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1721143440-r4" x="0" y="152" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1721143440-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-1721143440-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-1721143440-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1721143440-r5" x="37.2" y="178.4" textLength="111.6">--verbose</tspan><tspan class="terminal-1721143440-r2" x="148.8" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1721143440-r6" x="173.6" y="178.4" textLength="24.8">-v</tspan><tspan class="terminal-1721143440 [...]
-</tspan><tspan class="terminal-1721143440-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-1721143440-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1721143440-r5" x="37.2" y="204.8" textLength="111.6">--dry-run</tspan><tspan class="terminal-1721143440-r2" x="148.8" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1721143440-r6" x="173.6" y="204.8" textLength="24.8">-D</tspan><tspan class="terminal-1721143440 [...]
-</tspan><tspan class="terminal-1721143440-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-1721143440-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1721143440-r5" x="37.2" y="231.2" textLength="74.4">--help</tspan><tspan class="terminal-1721143440-r2" x="111.6" y="231.2" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1721143440-r6" x="173.6" y="231.2" textLength="24.8">-h</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-1721143440-r4" x="0" y="257.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1721143440-r2" x="1488" y="257.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2379452560-matrix">
+    <text class="terminal-2379452560-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2379452560-line-0)">
+</text><text class="terminal-2379452560-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2379452560-line-1)">Usage:&#160;</text><text class="terminal-2379452560-r1" x="97.6" y="44.4" textLength="378.2" clip-path="url(#terminal-2379452560-line-1)">breeze&#160;resource-check&#160;[OPTIONS]</text><text class="terminal-2379452560-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-2379452560-line-1)">
+</text><text class="terminal-2379452560-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-2379452560-line-2)">
+</text><text class="terminal-2379452560-r2" x="12.2" y="93.2" textLength="573.4" clip-path="url(#terminal-2379452560-line-3)">Check&#160;if&#160;available&#160;docker&#160;resources&#160;are&#160;enough.</text><text class="terminal-2379452560-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-2379452560-line-3)">
+</text><text class="terminal-2379452560-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-2379452560-line-4)">
+</text><text class="terminal-2379452560-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-2379452560-line-5)">╭─</text><text class="terminal-2379452560-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-2379452560-line-5)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2379452560-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-2379452560- [...]
+</text><text class="terminal-2379452560-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-2379452560-line-6)">│</text><text class="terminal-2379452560-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-2379452560-line-6)">-</text><text class="terminal-2379452560-r5" x="36.6" y="166.4" textLength="97.6" clip-path="url(#terminal-2379452560-line-6)">-verbose</text><text class="terminal-2379452560-r6" x="158.6" y="166.4" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-2379452560-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-2379452560-line-7)">│</text><text class="terminal-2379452560-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-2379452560-line-7)">-</text><text class="terminal-2379452560-r5" x="36.6" y="190.8" textLength="48.8" clip-path="url(#terminal-2379452560-line-7)">-dry</text><text class="terminal-2379452560-r5" x="85.4" y="190.8" textLength="48.8" clip-path="url(#terminal-23794 [...]
+</text><text class="terminal-2379452560-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-2379452560-line-8)">│</text><text class="terminal-2379452560-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-2379452560-line-8)">-</text><text class="terminal-2379452560-r5" x="36.6" y="215.2" textLength="61" clip-path="url(#terminal-2379452560-line-8)">-help</text><text class="terminal-2379452560-r6" x="158.6" y="215.2" textLength="24.4" clip-path="url(#terminal-23794 [...]
+</text><text class="terminal-2379452560-r4" x="0" y="239.6" textLength="1464" clip-path="url(#terminal-2379452560-line-9)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2379452560-r2" x="1464" y="239.6" textLength="12.2" clip-path="url(#terminal-2379452560-line-9)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-self-upgrade.svg b/images/breeze/output-self-upgrade.svg
index 147e6581b2..205b6f1042 100644
--- a/images/breeze/output-self-upgrade.svg
+++ b/images/breeze/output-self-upgrade.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 408.8" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 342.79999999999995" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,46 +19,89 @@
         font-weight: 700;
     }
 
-    .terminal-3684385563-matrix {
+    .terminal-103170843-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-3684385563-title {
+    .terminal-103170843-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-3684385563-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-3684385563-r2 { fill: #c5c8c6 }
-.terminal-3684385563-r3 { fill: #d0b344;font-weight: bold }
-.terminal-3684385563-r4 { fill: #868887 }
-.terminal-3684385563-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-3684385563-r6 { fill: #98a84b;font-weight: bold }
+    .terminal-103170843-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-103170843-r2 { fill: #c5c8c6 }
+.terminal-103170843-r3 { fill: #d0b344;font-weight: bold }
+.terminal-103170843-r4 { fill: #868887 }
+.terminal-103170843-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-103170843-r6 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="368.8" rx="12"/><text class="terminal-3684385563-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: self-upgrade</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-103170843-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="291.79999999999995" />
+    </clipPath>
+    <clipPath id="terminal-103170843-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-103170843-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="340.8" rx="8"/><text class="terminal-103170843-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;self-upgrade</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-103170843-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-3684385563-matrix" font-variant="east-asian-width-values"><tspan class="terminal-3684385563-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-3684385563-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-3684385563-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-3684385563-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;self-upgrade&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3684385563-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-3684385563-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-3684385563-r2" x="12.4" y="99.2" textLength="1463.2">Self&#160;upgrade&#160;Breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-3684385563-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3684385563-r4" x="0" y="152" textLength="1488">╭─&#160;Self-upgrade&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-3684385563-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-3684385563-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-3684385563-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3684385563-r5" x="37.2" y="178.4" textLength="359.6">--use-current-airflow-sources</tspan><tspan class="terminal-3684385563-r2" x="396.8" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3684385563-r6" x="421.6" y="178.4" textLength="24.8">-a</tspan><tspan class= [...]
-</tspan><tspan class="terminal-3684385563-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-3684385563-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3684385563-r5" x="37.2" y="204.8" textLength="86.8">--force</tspan><tspan class="terminal-3684385563-r2" x="124" y="204.8" textLength="297.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-3684385563-r4" x="0" y="231.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-3684385563-r2" x="1488" y="231.2" textLength="12.4">
-</tspan><tspan class="terminal-3684385563-r4" x="0" y="257.6" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-3684385563-r2" x="1488" y="257.6" textLength="12.4">
-</tspan><tspan class="terminal-3684385563-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-3684385563-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3684385563-r5" x="37.2" y="284" textLength="74.4">--help</tspan><tspan class="terminal-3684385563-r2" x="111.6" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3684385563-r6" x="136.4" y="284" textLength="24.8">-h</tspan><tspan class="terminal-3684385563-r2" x="161.2" [...]
-</tspan><tspan class="terminal-3684385563-r4" x="0" y="310.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-3684385563-r2" x="1488" y="310.4" textLength="12.4">
-</tspan></text>
+    <g class="terminal-103170843-matrix">
+    <text class="terminal-103170843-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-103170843-line-0)">
+</text><text class="terminal-103170843-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-103170843-line-1)">Usage:&#160;</text><text class="terminal-103170843-r1" x="97.6" y="44.4" textLength="353.8" clip-path="url(#terminal-103170843-line-1)">breeze&#160;self-upgrade&#160;[OPTIONS]</text><text class="terminal-103170843-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-103170843-line-1)">
+</text><text class="terminal-103170843-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-103170843-line-2)">
+</text><text class="terminal-103170843-r2" x="12.2" y="93.2" textLength="244" clip-path="url(#terminal-103170843-line-3)">Self&#160;upgrade&#160;Breeze.</text><text class="terminal-103170843-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-103170843-line-3)">
+</text><text class="terminal-103170843-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-103170843-line-4)">
+</text><text class="terminal-103170843-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-103170843-line-5)">╭─</text><text class="terminal-103170843-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-103170843-line-5)">&#160;Self-upgrade&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-103170843-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-103170843-l [...]
+</text><text class="terminal-103170843-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-103170843-line-6)">│</text><text class="terminal-103170843-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-103170843-line-6)">-</text><text class="terminal-103170843-r5" x="36.6" y="166.4" textLength="48.8" clip-path="url(#terminal-103170843-line-6)">-use</text><text class="terminal-103170843-r5" x="85.4" y="166.4" textLength="292.8" clip-path="url(#terminal-103170843-l [...]
+</text><text class="terminal-103170843-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-103170843-line-7)">│</text><text class="terminal-103170843-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-103170843-line-7)">-</text><text class="terminal-103170843-r5" x="36.6" y="190.8" textLength="73.2" clip-path="url(#terminal-103170843-line-7)">-force</text><text class="terminal-103170843-r6" x="402.6" y="190.8" textLength="24.4" clip-path="url(#terminal-103170843 [...]
+</text><text class="terminal-103170843-r4" x="0" y="215.2" textLength="1464" clip-path="url(#terminal-103170843-line-8)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-103170843-r2" x="1464" y="215.2" textLength="12.2" clip-path="url(#terminal-103170843-line-8)">
+</text><text class="terminal-103170843-r4" x="0" y="239.6" textLength="24.4" clip-path="url(#terminal-103170843-line-9)">╭─</text><text class="terminal-103170843-r4" x="24.4" y="239.6" textLength="1415.2" clip-path="url(#terminal-103170843-line-9)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-103170843-r4" x="1439.6" y="239.6" textLength="24.4" clip-path="url(#terminal-103170843- [...]
+</text><text class="terminal-103170843-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-103170843-line-10)">│</text><text class="terminal-103170843-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-103170843-line-10)">-</text><text class="terminal-103170843-r5" x="36.6" y="264" textLength="61" clip-path="url(#terminal-103170843-line-10)">-help</text><text class="terminal-103170843-r6" x="122" y="264" textLength="24.4" clip-path="url(#terminal-103170843-line-10)" [...]
+</text><text class="terminal-103170843-r4" x="0" y="288.4" textLength="1464" clip-path="url(#terminal-103170843-line-11)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-103170843-r2" x="1464" y="288.4" textLength="12.2" clip-path="url(#terminal-103170843-line-11)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-setup-autocomplete.svg b/images/breeze/output-setup-autocomplete.svg
index b07eca2b16..de7c17ab43 100644
--- a/images/breeze/output-setup-autocomplete.svg
+++ b/images/breeze/output-setup-autocomplete.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 461.6" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 391.59999999999997" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,49 +19,98 @@
         font-weight: 700;
     }
 
-    .terminal-3033303522-matrix {
+    .terminal-4279732706-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-3033303522-title {
+    .terminal-4279732706-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-3033303522-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-3033303522-r2 { fill: #c5c8c6 }
-.terminal-3033303522-r3 { fill: #d0b344;font-weight: bold }
-.terminal-3033303522-r4 { fill: #868887 }
-.terminal-3033303522-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-3033303522-r6 { fill: #98a84b;font-weight: bold }
-.terminal-3033303522-r7 { fill: #8d7b39 }
+    .terminal-4279732706-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-4279732706-r2 { fill: #c5c8c6 }
+.terminal-4279732706-r3 { fill: #d0b344;font-weight: bold }
+.terminal-4279732706-r4 { fill: #868887 }
+.terminal-4279732706-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-4279732706-r6 { fill: #98a84b;font-weight: bold }
+.terminal-4279732706-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="421.6" rx="12"/><text class="terminal-3033303522-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: setup-autocomplete</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-4279732706-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="340.59999999999997" />
+    </clipPath>
+    <clipPath id="terminal-4279732706-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4279732706-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="389.6" rx="8"/><text class="terminal-4279732706-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;setup-autocomplete</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-4279732706-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-3033303522-matrix" font-variant="east-asian-width-values"><tspan class="terminal-3033303522-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-3033303522-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-3033303522-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-3033303522-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;setup-autocomplete&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3033303522-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-3033303522-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-3033303522-r2" x="12.4" y="99.2" textLength="1463.2">Enables&#160;autocompletion&#160;of&#160;breeze&#160;commands.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-3033303522-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="152" textLength="1488">╭─&#160;Setup&#160;autocomplete&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-3033303522-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-3033303522-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r5" x="37.2" y="178.4" textLength="86.8">--force</tspan><tspan class="terminal-3033303522-r2" x="124" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r6" x="148.8" y="178.4" textLength="24.8">-f</tspan><tspan class="terminal-3033303522-r2"  [...]
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="204.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-3033303522-r2" x="1488" y="204.8" textLength="12.4">
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="231.2" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-3033303522-r2" x="1488" y="231.2" textLength="12.4">
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-3033303522-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r5" x="37.2" y="257.6" textLength="99.2">--answer</tspan><tspan class="terminal-3033303522-r2" x="136.4" y="257.6" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-3033303522-r6" x="173.6" y="257.6" textLength="24.8">-a</tspan><tspan class="terminal-303330 [...]
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-3033303522-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r5" x="37.2" y="284" textLength="111.6">--dry-run</tspan><tspan class="terminal-3033303522-r2" x="148.8" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r6" x="173.6" y="284" textLength="24.8">-D</tspan><tspan class="terminal-3033303522-r2" x="19 [...]
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-3033303522-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r5" x="37.2" y="310.4" textLength="111.6">--verbose</tspan><tspan class="terminal-3033303522-r2" x="148.8" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r6" x="173.6" y="310.4" textLength="24.8">-v</tspan><tspan class="terminal-3033303522 [...]
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-3033303522-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3033303522-r5" x="37.2" y="336.8" textLength="74.4">--help</tspan><tspan class="terminal-3033303522-r2" x="111.6" y="336.8" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3033303522-r6" x="173.6" y="336.8" textLength="24.8">-h</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-3033303522-r4" x="0" y="363.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-3033303522-r2" x="1488" y="363.2" textLength="12.4">
-</tspan></text>
+    <g class="terminal-4279732706-matrix">
+    <text class="terminal-4279732706-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-4279732706-line-0)">
+</text><text class="terminal-4279732706-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-4279732706-line-1)">Usage:&#160;</text><text class="terminal-4279732706-r1" x="97.6" y="44.4" textLength="427" clip-path="url(#terminal-4279732706-line-1)">breeze&#160;setup-autocomplete&#160;[OPTIONS]</text><text class="terminal-4279732706-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-4279732706-line-1)">
+</text><text class="terminal-4279732706-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-4279732706-line-2)">
+</text><text class="terminal-4279732706-r2" x="12.2" y="93.2" textLength="512.4" clip-path="url(#terminal-4279732706-line-3)">Enables&#160;autocompletion&#160;of&#160;breeze&#160;commands.</text><text class="terminal-4279732706-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-4279732706-line-3)">
+</text><text class="terminal-4279732706-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-4279732706-line-4)">
+</text><text class="terminal-4279732706-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-4279732706-line-5)">╭─</text><text class="terminal-4279732706-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-4279732706-line-5)">&#160;Setup&#160;autocomplete&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-4279732706-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-4 [...]
+</text><text class="terminal-4279732706-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-4279732706-line-6)">│</text><text class="terminal-4279732706-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-4279732706-line-6)">-</text><text class="terminal-4279732706-r5" x="36.6" y="166.4" textLength="73.2" clip-path="url(#terminal-4279732706-line-6)">-force</text><text class="terminal-4279732706-r6" x="134.2" y="166.4" textLength="24.4" clip-path="url(#terminal-42 [...]
+</text><text class="terminal-4279732706-r4" x="0" y="190.8" textLength="1464" clip-path="url(#terminal-4279732706-line-7)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-4279732706-r2" x="1464" y="190.8" textLength="12.2" clip-path="url(#terminal-4279732706-line-7)">
+</text><text class="terminal-4279732706-r4" x="0" y="215.2" textLength="24.4" clip-path="url(#terminal-4279732706-line-8)">╭─</text><text class="terminal-4279732706-r4" x="24.4" y="215.2" textLength="1415.2" clip-path="url(#terminal-4279732706-line-8)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-4279732706-r4" x="1439.6" y="215.2" textLength="24.4" clip-path="url(#terminal-42797 [...]
+</text><text class="terminal-4279732706-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-4279732706-line-9)">│</text><text class="terminal-4279732706-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-4279732706-line-9)">-</text><text class="terminal-4279732706-r5" x="36.6" y="239.6" textLength="85.4" clip-path="url(#terminal-4279732706-line-9)">-answer</text><text class="terminal-4279732706-r6" x="158.6" y="239.6" textLength="24.4" clip-path="url(#terminal-4 [...]
+</text><text class="terminal-4279732706-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-4279732706-line-10)">│</text><text class="terminal-4279732706-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-4279732706-line-10)">-</text><text class="terminal-4279732706-r5" x="36.6" y="264" textLength="48.8" clip-path="url(#terminal-4279732706-line-10)">-dry</text><text class="terminal-4279732706-r5" x="85.4" y="264" textLength="48.8" clip-path="url(#terminal-4279732706 [...]
+</text><text class="terminal-4279732706-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-4279732706-line-11)">│</text><text class="terminal-4279732706-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-4279732706-line-11)">-</text><text class="terminal-4279732706-r5" x="36.6" y="288.4" textLength="97.6" clip-path="url(#terminal-4279732706-line-11)">-verbose</text><text class="terminal-4279732706-r6" x="158.6" y="288.4" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-4279732706-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-4279732706-line-12)">│</text><text class="terminal-4279732706-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-4279732706-line-12)">-</text><text class="terminal-4279732706-r5" x="36.6" y="312.8" textLength="61" clip-path="url(#terminal-4279732706-line-12)">-help</text><text class="terminal-4279732706-r6" x="158.6" y="312.8" textLength="24.4" clip-path="url(#terminal-42 [...]
+</text><text class="terminal-4279732706-r4" x="0" y="337.2" textLength="1464" clip-path="url(#terminal-4279732706-line-13)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-4279732706-r2" x="1464" y="337.2" textLength="12.2" clip-path="url(#terminal-4279732706-line-13)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-shell.svg b/images/breeze/output-shell.svg
index c4a63835bc..f279eab2d7 100644
--- a/images/breeze/output-shell.svg
+++ b/images/breeze/output-shell.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 1280.0" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 1123.6" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,80 +19,218 @@
         font-weight: 700;
     }
 
-    .terminal-2045188022-matrix {
+    .terminal-2317354236-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2045188022-title {
+    .terminal-2317354236-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2045188022-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2045188022-r2 { fill: #c5c8c6 }
-.terminal-2045188022-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2045188022-r4 { fill: #868887 }
-.terminal-2045188022-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2045188022-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2045188022-r7 { fill: #8d7b39 }
+    .terminal-2317354236-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2317354236-r2 { fill: #c5c8c6 }
+.terminal-2317354236-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2317354236-r4 { fill: #868887 }
+.terminal-2317354236-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2317354236-r6 { fill: #98a84b;font-weight: bold }
+.terminal-2317354236-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="1240" rx="12"/><text class="terminal-2045188022-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: shell</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2317354236-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="1072.6" />
+    </clipPath>
+    <clipPath id="terminal-2317354236-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-28">
+    <rect x="0" y="684.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-29">
+    <rect x="0" y="709.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-30">
+    <rect x="0" y="733.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-31">
+    <rect x="0" y="757.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-32">
+    <rect x="0" y="782.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-33">
+    <rect x="0" y="806.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-34">
+    <rect x="0" y="831.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-35">
+    <rect x="0" y="855.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-36">
+    <rect x="0" y="879.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-37">
+    <rect x="0" y="904.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-38">
+    <rect x="0" y="928.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-39">
+    <rect x="0" y="953.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-40">
+    <rect x="0" y="977.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-41">
+    <rect x="0" y="1001.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2317354236-line-42">
+    <rect x="0" y="1026.3" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1121.6" rx="8"/><text class="terminal-2317354236-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;shell</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2317354236-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2045188022-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2045188022-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2045188022-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2045188022-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2045188022-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;shell&#160;[OPTIONS]&#160;[EXTRA_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-2045188022-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2045188022-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="99.2" textLength="1463.2">Enter&#160;breeze.py&#160;environment.&#160;this&#160;is&#160;the&#160;default&#160;command&#160;use&#160;when&#160;no&#160;other&#160;is&#160;selected.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2045188022-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="152" textLength="1488">╭─&#160;Basic&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2045188022-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="178.4" textLength="99.2">--python</tspan><tspan class="terminal-2045188022-r2" x="136.4" y="178.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r6" x="322 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="204.8" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r4" x="372" y="204.8" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="231.2" textLength="111.6">--backend</tspan><tspan class="terminal-2045188022-r2" x="148.8" y="231.2" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r6" x="322.4 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="257.6" textLength="223.2">--postgres-version</tspan><tspan class="terminal-2045188022-r2" x="260.4" y="257.6" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r6" x="322.4" y="257.6" textLength="24.8">-P</tspan><tspan c [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="284" textLength="186">--mysql-version</tspan><tspan class="terminal-2045188022-r2" x="223.2" y="284" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r6" x="322.4" y="284" textLength="24.8">-M</tspan><ts [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="310.4" textLength="186">--mssql-version</tspan><tspan class="terminal-2045188022-r2" x="223.2" y="310.4" textLength="99.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r6" x="322.4" y="310.4" textLength="24.8">-S< [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="336.8" textLength="161.2">--integration</tspan><tspan class="terminal-2045188022-r2" x="198.4" y="336.8" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r2" x="322.4" y="336.8" textLength [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="363.2" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r7" x="372" y="363.2" textLength="1078.8">(cassandra&#160;|&#160;kerberos&#160;|&#160;mongo&#160;|&#160;openlda [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="389.6" textLength="359.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r7" x="372" y="389.6" textLength="1078.8">all)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="416" textLength="260.4">--forward-credentials</tspan><tspan class="terminal-2045188022-r2" x="297.6" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r6" x="322.4" y="416" textLength="24.8">-f</tspan><tspan class="terminal-20451880 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="442.4" textLength="124">--db-reset</tspan><tspan class="terminal-2045188022-r2" x="161.2" y="442.4" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r6" x="322.4" y="44 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="468.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2045188022-r2" x="1488" y="468.8" textLength="12.4">
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="495.2" textLength="1488">╭─&#160;Advanced&#160;flag&#160;for&#160;running&#160;──────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2045188022-r2" x="1488" y="495.2" textLength="12.4">
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="521.6" textLength="260.4">--use-airflow-version</tspan><tspan class="terminal-2045188022-r2" x="297.6" y="521.6" textLength="1178">&#160;&#160;&#160;&#160;&#160;&#160;&#160;Use&#160;(reinstall&#160;at&#160;entry)&#160;Airflow&#160;version&#160;from&#160;PyPI [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="548" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160;from&#160;wheel&#160;packages&#160;or&#160;sdist&#160;packages&#160 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="574.4" textLength="954.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies&#160;</tspan><tspan class="terminal-2045188022-r5" x="967.2" y="574.4" text [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="600.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r7" x="384.4" y="600.8" textLength="1066.4">(none&#160;|&#160;wheel&#160;|&#160;sdist&#160;|&#160;&lt;airfl [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="627.2" textLength="198.4">--airflow-extras</tspan><tspan class="terminal-2045188022-r2" x="235.6" y="627.2" textLength="533.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Airflow&#160;extras&#160;to&#160;install&#160;when&#160;</t [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="653.6" textLength="297.6">--use-packages-from-dist</tspan><tspan class="terminal-2045188022-r2" x="334.8" y="653.6" textLength="396.8">&#160;&#160;&#160;&#160;Install&#160;all&#160;found&#160;packages&#160;(</tspan><tspan class="terminal-2045188022-r5" x="73 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="680" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="706.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="706.4" textLength="198.4">--package-format</tspan><tspan class="terminal-2045188022-r2" x="235.6" y="706.4" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r2" x="384.4" y=" [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="732.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r4" x="384.4" y="732.8" textLength="669.6">[default:&#160;wheel]&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="759.2" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="759.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="759.2" textLength="161.2">--force-build</tspan><tspan class="terminal-2045188022-r2" x="198.4" y="759.2" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r2"  [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="785.6" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="785.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="785.6" textLength="186">--mount-sources</tspan><tspan class="terminal-2045188022-r2" x="223.2" y="785.6" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r2" x="384.4"  [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="812" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="812" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r7" x="384.4" y="812" textLength="855.6">(selected&#160;|&#160;all&#160;|&#160;none)&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="838.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="838.4" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r4" x="384.4" y="838.4" textLength="855.6">[default:&#160;selected]&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="864.8" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="864.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="864.8" textLength="198.4">--debian-version</tspan><tspan class="terminal-2045188022-r2" x="235.6" y="864.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r2" x="384.4" y=" [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="891.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2045188022-r2" x="1488" y="891.2" textLength="12.4">
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="917.6" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2045188022-r2" x="1488" y="917.6" textLength="12.4">
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="944" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="944" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="944" textLength="111.6">--verbose</tspan><tspan class="terminal-2045188022-r2" x="148.8" y="944" textLength="297.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</ [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="970.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="970.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="970.4" textLength="111.6">--dry-run</tspan><tspan class="terminal-2045188022-r2" x="148.8" y="970.4" textLength="297.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="996.8" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="996.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="996.8" textLength="235.6">--github-repository</tspan><tspan class="terminal-2045188022-r2" x="272.8" y="996.8" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r6 [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="1023.2" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="1023.2" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r4" x="496" y="1023.2" textLength="595.2">[defaul [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="1049.6" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="1049.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="1049.6" textLength="384.4">--airflow-constraints-reference</tspan><tspan class="terminal-2045188022-r2" x="421.6" y="1049.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r2" x="446.4" y="1049.6" textLength="24.8">&#160;&#160;</ts [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="1076" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="1076" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#160;f [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="1102.4" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="1102.4" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2045188022-r7" x="496" y="1102.4" textLength="954.8">(TEXT)& [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="1128.8" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="1128.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="1128.8" textLength="99.2">--answer</tspan><tspan class="terminal-2045188022-r2" x="136.4" y="1128.8" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="1155.2" textLength="12.4">│</tspan><tspan class="terminal-2045188022-r2" x="12.4" y="1155.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2045188022-r5" x="37.2" y="1155.2" textLength="74.4">--help</tspan><tspan class="terminal-2045188022-r2" x="111.6" y="1155.2" textLength="334.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2045188022-r4" x="0" y="1181.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2045188022-r2" x="1488" y="1181.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2317354236-matrix">
+    <text class="terminal-2317354236-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2317354236-line-0)">
+</text><text class="terminal-2317354236-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2317354236-line-1)">Usage:&#160;</text><text class="terminal-2317354236-r1" x="97.6" y="44.4" textLength="463.6" clip-path="url(#terminal-2317354236-line-1)">breeze&#160;shell&#160;[OPTIONS]&#160;[EXTRA_ARGS]...</text><text class="terminal-2317354236-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-1)">
+</text><text class="terminal-2317354236-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-2)">
+</text><text class="terminal-2317354236-r2" x="12.2" y="93.2" textLength="1061.4" clip-path="url(#terminal-2317354236-line-3)">Enter&#160;breeze.py&#160;environment.&#160;this&#160;is&#160;the&#160;default&#160;command&#160;use&#160;when&#160;no&#160;other&#160;is&#160;selected.</text><text class="terminal-2317354236-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-3)">
+</text><text class="terminal-2317354236-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-4)">
+</text><text class="terminal-2317354236-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-2317354236-line-5)">╭─</text><text class="terminal-2317354236-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-2317354236-line-5)">&#160;Basic&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2317354236-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-231735 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-6)">│</text><text class="terminal-2317354236-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-6)">-</text><text class="terminal-2317354236-r5" x="36.6" y="166.4" textLength="85.4" clip-path="url(#terminal-2317354236-line-6)">-python</text><text class="terminal-2317354236-r6" x="305" y="166.4" textLength="24.4" clip-path="url(#terminal-231 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-7)">│</text><text class="terminal-2317354236-r4" x="353.8" y="190.8" textLength="732" clip-path="url(#terminal-2317354236-line-7)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-2317354236-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-8)">│</text><text class="terminal-2317354236-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-8)">-</text><text class="terminal-2317354236-r5" x="36.6" y="215.2" textLength="97.6" clip-path="url(#terminal-2317354236-line-8)">-backend</text><text class="terminal-2317354236-r6" x="305" y="215.2" textLength="24.4" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-9)">│</text><text class="terminal-2317354236-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-9)">-</text><text class="terminal-2317354236-r5" x="36.6" y="239.6" textLength="109.8" clip-path="url(#terminal-2317354236-line-9)">-postgres</text><text class="terminal-2317354236-r5" x="146.4" y="239.6" textLength="97.6" clip-path="url(#termina [...]
+</text><text class="terminal-2317354236-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-2317354236-line-10)">│</text><text class="terminal-2317354236-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-2317354236-line-10)">-</text><text class="terminal-2317354236-r5" x="36.6" y="264" textLength="73.2" clip-path="url(#terminal-2317354236-line-10)">-mysql</text><text class="terminal-2317354236-r5" x="109.8" y="264" textLength="97.6" clip-path="url(#terminal-2317354 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-11)">│</text><text class="terminal-2317354236-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-11)">-</text><text class="terminal-2317354236-r5" x="36.6" y="288.4" textLength="73.2" clip-path="url(#terminal-2317354236-line-11)">-mssql</text><text class="terminal-2317354236-r5" x="109.8" y="288.4" textLength="97.6" clip-path="url(#terminal [...]
+</text><text class="terminal-2317354236-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-12)">│</text><text class="terminal-2317354236-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-12)">-</text><text class="terminal-2317354236-r5" x="36.6" y="312.8" textLength="146.4" clip-path="url(#terminal-2317354236-line-12)">-integration</text><text class="terminal-2317354236-r2" x="353.8" y="312.8" textLength="1085.8" clip-path="url( [...]
+</text><text class="terminal-2317354236-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-13)">│</text><text class="terminal-2317354236-r7" x="353.8" y="337.2" textLength="1085.8" clip-path="url(#terminal-2317354236-line-13)">(cassandra&#160;|&#160;kerberos&#160;|&#160;mongo&#160;|&#160;openldap&#160;|&#160;pinot&#160;|&#160;rabbitmq&#160;|&#160;redis&#160;|&#160;statsd&#160;|&#160;trino&#160;|&#160;&#160;&#160;</text><text class="terminal-2317354236-r4" x="1 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-14)">│</text><text class="terminal-2317354236-r7" x="353.8" y="361.6" textLength="1085.8" clip-path="url(#terminal-2317354236-line-14)">all)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-2317354236-line-15)">│</text><text class="terminal-2317354236-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-2317354236-line-15)">-</text><text class="terminal-2317354236-r5" x="36.6" y="386" textLength="97.6" clip-path="url(#terminal-2317354236-line-15)">-forward</text><text class="terminal-2317354236-r5" x="134.2" y="386" textLength="146.4" clip-path="url(#terminal-2317 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-16)">│</text><text class="terminal-2317354236-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-16)">-</text><text class="terminal-2317354236-r5" x="36.6" y="410.4" textLength="36.6" clip-path="url(#terminal-2317354236-line-16)">-db</text><text class="terminal-2317354236-r5" x="73.2" y="410.4" textLength="73.2" clip-path="url(#terminal-231 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="434.8" textLength="1464" clip-path="url(#terminal-2317354236-line-17)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2317354236-r2" x="1464" y="434.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-17)">
+</text><text class="terminal-2317354236-r4" x="0" y="459.2" textLength="24.4" clip-path="url(#terminal-2317354236-line-18)">╭─</text><text class="terminal-2317354236-r4" x="24.4" y="459.2" textLength="1415.2" clip-path="url(#terminal-2317354236-line-18)">&#160;Advanced&#160;flag&#160;for&#160;running&#160;─────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2317354236-r4" x="1439.6" y="459.2" textLength="24.4" clip-path="ur [...]
+</text><text class="terminal-2317354236-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-19)">│</text><text class="terminal-2317354236-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-19)">-</text><text class="terminal-2317354236-r5" x="36.6" y="483.6" textLength="48.8" clip-path="url(#terminal-2317354236-line-19)">-use</text><text class="terminal-2317354236-r5" x="85.4" y="483.6" textLength="195.2" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-2317354236-line-20)">│</text><text class="terminal-2317354236-r2" x="366" y="508" textLength="1073.6" clip-path="url(#terminal-2317354236-line-20)">`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160;from&#160;wheel&#160;packages&#160;or&#160;sdist&#160;packages&#160;&#160;&#160;</text><text class="terminal-2317354236-r4" x="1451.8" y="508" textLength="12.2" [...]
+</text><text class="terminal-2317354236-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-21)">│</text><text class="terminal-2317354236-r2" x="366" y="532.4" textLength="573.4" clip-path="url(#terminal-2317354236-line-21)">available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies&#160;</text><text class="terminal-2317354236-r5" x="939.4" y="532.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-21)">-</text><text class="terminal-23173 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-22)">│</text><text class="terminal-2317354236-r7" x="366" y="556.8" textLength="1073.6" clip-path="url(#terminal-2317354236-line-22)">(none&#160;|&#160;wheel&#160;|&#160;sdist&#160;|&#160;&lt;airflow_version&gt;)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-23)">│</text><text class="terminal-2317354236-r5" x="24.4" y="581.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-23)">-</text><text class="terminal-2317354236-r5" x="36.6" y="581.2" textLength="97.6" clip-path="url(#terminal-2317354236-line-23)">-airflow</text><text class="terminal-2317354236-r5" x="134.2" y="581.2" textLength="85.4" clip-path="url(#termin [...]
+</text><text class="terminal-2317354236-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-24)">│</text><text class="terminal-2317354236-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-24)">-</text><text class="terminal-2317354236-r5" x="36.6" y="605.6" textLength="48.8" clip-path="url(#terminal-2317354236-line-24)">-use</text><text class="terminal-2317354236-r5" x="85.4" y="605.6" textLength="231.8" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-2317354236-line-25)">│</text><text class="terminal-2317354236-r2" x="366" y="630" textLength="1073.6" clip-path="url(#terminal-2317354236-line-25)">entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-2317354236-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-26)">│</text><text class="terminal-2317354236-r5" x="24.4" y="654.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-26)">-</text><text class="terminal-2317354236-r5" x="36.6" y="654.4" textLength="97.6" clip-path="url(#terminal-2317354236-line-26)">-package</text><text class="terminal-2317354236-r5" x="134.2" y="654.4" textLength="85.4" clip-path="url(#termin [...]
+</text><text class="terminal-2317354236-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-27)">│</text><text class="terminal-2317354236-r5" x="24.4" y="678.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-27)">-</text><text class="terminal-2317354236-r5" x="36.6" y="678.8" textLength="73.2" clip-path="url(#terminal-2317354236-line-27)">-force</text><text class="terminal-2317354236-r5" x="109.8" y="678.8" textLength="73.2" clip-path="url(#terminal [...]
+</text><text class="terminal-2317354236-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-28)">│</text><text class="terminal-2317354236-r5" x="24.4" y="703.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-28)">-</text><text class="terminal-2317354236-r5" x="36.6" y="703.2" textLength="73.2" clip-path="url(#terminal-2317354236-line-28)">-mount</text><text class="terminal-2317354236-r5" x="109.8" y="703.2" textLength="97.6" clip-path="url(#terminal [...]
+</text><text class="terminal-2317354236-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-29)">│</text><text class="terminal-2317354236-r7" x="366" y="727.6" textLength="841.8" clip-path="url(#terminal-2317354236-line-29)">(selected&#160;|&#160;all&#160;|&#160;none)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="752" textLength="12.2" clip-path="url(#terminal-2317354236-line-30)">│</text><text class="terminal-2317354236-r4" x="366" y="752" textLength="841.8" clip-path="url(#terminal-2317354236-line-30)">[default:&#160;selected]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="776.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-31)">│</text><text class="terminal-2317354236-r5" x="24.4" y="776.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-31)">-</text><text class="terminal-2317354236-r5" x="36.6" y="776.4" textLength="85.4" clip-path="url(#terminal-2317354236-line-31)">-debian</text><text class="terminal-2317354236-r5" x="122" y="776.4" textLength="97.6" clip-path="url(#terminal- [...]
+</text><text class="terminal-2317354236-r4" x="0" y="800.8" textLength="1464" clip-path="url(#terminal-2317354236-line-32)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2317354236-r2" x="1464" y="800.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-32)">
+</text><text class="terminal-2317354236-r4" x="0" y="825.2" textLength="24.4" clip-path="url(#terminal-2317354236-line-33)">╭─</text><text class="terminal-2317354236-r4" x="24.4" y="825.2" textLength="1415.2" clip-path="url(#terminal-2317354236-line-33)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2317354236-r4" x="1439.6" y="825.2" textLength="24.4" clip-path="url(#terminal-231 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="849.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-34)">│</text><text class="terminal-2317354236-r5" x="24.4" y="849.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-34)">-</text><text class="terminal-2317354236-r5" x="36.6" y="849.6" textLength="97.6" clip-path="url(#terminal-2317354236-line-34)">-verbose</text><text class="terminal-2317354236-r6" x="427" y="849.6" textLength="24.4" clip-path="url(#terminal [...]
+</text><text class="terminal-2317354236-r4" x="0" y="874" textLength="12.2" clip-path="url(#terminal-2317354236-line-35)">│</text><text class="terminal-2317354236-r5" x="24.4" y="874" textLength="12.2" clip-path="url(#terminal-2317354236-line-35)">-</text><text class="terminal-2317354236-r5" x="36.6" y="874" textLength="48.8" clip-path="url(#terminal-2317354236-line-35)">-dry</text><text class="terminal-2317354236-r5" x="85.4" y="874" textLength="48.8" clip-path="url(#terminal-2317354236 [...]
+</text><text class="terminal-2317354236-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-36)">│</text><text class="terminal-2317354236-r5" x="24.4" y="898.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-36)">-</text><text class="terminal-2317354236-r5" x="36.6" y="898.4" textLength="85.4" clip-path="url(#terminal-2317354236-line-36)">-github</text><text class="terminal-2317354236-r5" x="122" y="898.4" textLength="134.2" clip-path="url(#terminal [...]
+</text><text class="terminal-2317354236-r4" x="0" y="922.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-37)">│</text><text class="terminal-2317354236-r4" x="475.8" y="922.8" textLength="585.6" clip-path="url(#terminal-2317354236-line-37)">[default:&#160;apache/airflow]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-2317354236-r4" x="1451.8" y="922.8" textL [...]
+</text><text class="terminal-2317354236-r4" x="0" y="947.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-38)">│</text><text class="terminal-2317354236-r5" x="24.4" y="947.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-38)">-</text><text class="terminal-2317354236-r5" x="36.6" y="947.2" textLength="97.6" clip-path="url(#terminal-2317354236-line-38)">-airflow</text><text class="terminal-2317354236-r5" x="134.2" y="947.2" textLength="268.4" clip-path="url(#termi [...]
+</text><text class="terminal-2317354236-r4" x="0" y="971.6" textLength="12.2" clip-path="url(#terminal-2317354236-line-39)">│</text><text class="terminal-2317354236-r2" x="475.8" y="971.6" textLength="963.8" clip-path="url(#terminal-2317354236-line-39)">specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#160;find&#160;newer&#160;dependencies&#160;&#160;&#160;</text><text class="terminal-2317354236-r4" x="1451.8" y="971.6" textLength="12.2" clip-path=" [...]
+</text><text class="terminal-2317354236-r4" x="0" y="996" textLength="12.2" clip-path="url(#terminal-2317354236-line-40)">│</text><text class="terminal-2317354236-r7" x="475.8" y="996" textLength="963.8" clip-path="url(#terminal-2317354236-line-40)">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-2317354236-r4" x="0" y="1020.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-41)">│</text><text class="terminal-2317354236-r5" x="24.4" y="1020.4" textLength="12.2" clip-path="url(#terminal-2317354236-line-41)">-</text><text class="terminal-2317354236-r5" x="36.6" y="1020.4" textLength="85.4" clip-path="url(#terminal-2317354236-line-41)">-answer</text><text class="terminal-2317354236-r6" x="427" y="1020.4" textLength="24.4" clip-path="url(#termi [...]
+</text><text class="terminal-2317354236-r4" x="0" y="1044.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-42)">│</text><text class="terminal-2317354236-r5" x="24.4" y="1044.8" textLength="12.2" clip-path="url(#terminal-2317354236-line-42)">-</text><text class="terminal-2317354236-r5" x="36.6" y="1044.8" textLength="61" clip-path="url(#terminal-2317354236-line-42)">-help</text><text class="terminal-2317354236-r6" x="427" y="1044.8" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-2317354236-r4" x="0" y="1069.2" textLength="1464" clip-path="url(#terminal-2317354236-line-43)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2317354236-r2" x="1464" y="1069.2" textLength="12.2" clip-path="url(#terminal-2317354236-line-43)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-start-airflow.svg b/images/breeze/output-start-airflow.svg
index 6f305e940e..159eec8cb2 100644
--- a/images/breeze/output-start-airflow.svg
+++ b/images/breeze/output-start-airflow.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 1332.8000000000002" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 1172.3999999999999" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,82 +19,226 @@
         font-weight: 700;
     }
 
-    .terminal-1961843149-matrix {
+    .terminal-231556883-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-1961843149-title {
+    .terminal-231556883-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-1961843149-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-1961843149-r2 { fill: #c5c8c6 }
-.terminal-1961843149-r3 { fill: #d0b344;font-weight: bold }
-.terminal-1961843149-r4 { fill: #868887 }
-.terminal-1961843149-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-1961843149-r6 { fill: #98a84b;font-weight: bold }
-.terminal-1961843149-r7 { fill: #8d7b39 }
+    .terminal-231556883-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-231556883-r2 { fill: #c5c8c6 }
+.terminal-231556883-r3 { fill: #d0b344;font-weight: bold }
+.terminal-231556883-r4 { fill: #868887 }
+.terminal-231556883-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-231556883-r6 { fill: #98a84b;font-weight: bold }
+.terminal-231556883-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="1292.8" rx="12"/><text class="terminal-1961843149-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: start-airflow</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-231556883-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="1121.3999999999999" />
+    </clipPath>
+    <clipPath id="terminal-231556883-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-28">
+    <rect x="0" y="684.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-29">
+    <rect x="0" y="709.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-30">
+    <rect x="0" y="733.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-31">
+    <rect x="0" y="757.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-32">
+    <rect x="0" y="782.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-33">
+    <rect x="0" y="806.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-34">
+    <rect x="0" y="831.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-35">
+    <rect x="0" y="855.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-36">
+    <rect x="0" y="879.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-37">
+    <rect x="0" y="904.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-38">
+    <rect x="0" y="928.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-39">
+    <rect x="0" y="953.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-40">
+    <rect x="0" y="977.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-41">
+    <rect x="0" y="1001.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-42">
+    <rect x="0" y="1026.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-43">
+    <rect x="0" y="1050.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-231556883-line-44">
+    <rect x="0" y="1075.1" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1170.4" rx="8"/><text class="terminal-231556883-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;start-airflow</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-231556883-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-1961843149-matrix" font-variant="east-asian-width-values"><tspan class="terminal-1961843149-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1961843149-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-1961843149-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-1961843149-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;start-airflow&#160;[OPTIONS]&#160;[EXTRA_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1961843149-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1961843149-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="99.2" textLength="1463.2">Enter&#160;breeze.py&#160;environment&#160;and&#160;starts&#160;all&#160;Airflow&#160;components&#160;in&#160;the&#160;tmux&#160;session.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1961843149-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="152" textLength="1488">╭─&#160;Basic&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1961843149-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="178.4" textLength="99.2">--python</tspan><tspan class="terminal-1961843149-r2" x="136.4" y="178.4" textLength="248">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class=" [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="204.8" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r7" x="434" y="204.8" textLength="744">(&gt;3.7&lt;&#160;|&#160;3.8&#160;|&#160;3 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="231.2" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r4" x="434" y="231.2" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="257.6" textLength="235.6">--load-example-dags</tspan><tspan class="terminal-1961843149-r2" x="272.8" y="257.6" textLength="111.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r6" x="384.4" y="257.6" textLeng [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="284" textLength="322.4">--load-default-connections</tspan><tspan class="terminal-1961843149-r2" x="359.6" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r6" x="384.4" y="284" textLength="24.8">-c</tspan><tspan class="terminal-196 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="310.4" textLength="111.6">--backend</tspan><tspan class="terminal-1961843149-r2" x="148.8" y="310.4" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="te [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="336.8" textLength="223.2">--postgres-version</tspan><tspan class="terminal-1961843149-r2" x="260.4" y="336.8" textLength="124">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r6" x="384.4" y="336.8" textL [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="363.2" textLength="186">--mysql-version</tspan><tspan class="terminal-1961843149-r2" x="223.2" y="363.2" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r6" x="384.4"  [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="389.6" textLength="186">--mssql-version</tspan><tspan class="terminal-1961843149-r2" x="223.2" y="389.6" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r6" x="384.4"  [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="416" textLength="161.2">--integration</tspan><tspan class="terminal-1961843149-r2" x="198.4" y="416" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r2" x="384.4 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="442.4" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r7" x="434" y="442.4" textLength="1016.8">(cassandra&#160;|&#160;kerberos&#160;|& [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="468.8" textLength="421.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r7" x="434" y="468.8" textLength="1016.8">trino&#160;|&#160;all)&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="495.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="495.2" textLength="260.4">--forward-credentials</tspan><tspan class="terminal-1961843149-r2" x="297.6" y="495.2" textLength="86.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r6" x="384.4" y="495.2" textLength="24.8">- [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="521.6" textLength="124">--db-reset</tspan><tspan class="terminal-1961843149-r2" x="161.2" y="521.6" textLength="223.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="548" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1961843149-r2" x="1488" y="548" textLength="12.4">
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="574.4" textLength="1488">╭─&#160;Advanced&#160;flag&#160;for&#160;running&#160;──────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1961843149-r2" x="1488" y="574.4" textLength="12.4">
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="600.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="600.8" textLength="260.4">--use-airflow-version</tspan><tspan class="terminal-1961843149-r2" x="297.6" y="600.8" textLength="1178">&#160;&#160;&#160;&#160;&#160;&#160;&#160;Use&#160;(reinstall&#160;at&#160;entry)&#160;Airflow&#160;version&#160;from&#160;PyPI [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="627.2" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160;from&#160;wheel&#160;packages&#160;or&#160;sdist&#160;packages& [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="653.6" textLength="954.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies&#160;</tspan><tspan class="terminal-1961843149-r5" x="967.2" y="653.6" text [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="680" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r7" x="384.4" y="680" textLength="1066.4">(none&#160;|&#160;wheel&#160;|&#160;sdist&#160;|&#160;&lt;airflow_ver [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="706.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="706.4" textLength="198.4">--airflow-extras</tspan><tspan class="terminal-1961843149-r2" x="235.6" y="706.4" textLength="533.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Airflow&#160;extras&#160;to&#160;install&#160;when&#160;</t [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="732.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="732.8" textLength="297.6">--use-packages-from-dist</tspan><tspan class="terminal-1961843149-r2" x="334.8" y="732.8" textLength="396.8">&#160;&#160;&#160;&#160;Install&#160;all&#160;found&#160;packages&#160;(</tspan><tspan class="terminal-1961843149-r5" x="73 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="759.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="759.2" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="785.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="785.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="785.6" textLength="198.4">--package-format</tspan><tspan class="terminal-1961843149-r2" x="235.6" y="785.6" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r2" x="384.4" y=" [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="812" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="812" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r4" x="384.4" y="812" textLength="669.6">[default:&#160;wheel]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="838.4" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="838.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="838.4" textLength="161.2">--force-build</tspan><tspan class="terminal-1961843149-r2" x="198.4" y="838.4" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r2"  [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="864.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="864.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="864.8" textLength="186">--mount-sources</tspan><tspan class="terminal-1961843149-r2" x="223.2" y="864.8" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r2" x="384.4"  [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="891.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="891.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r7" x="384.4" y="891.2" textLength="855.6">(selected&#160;|&#160;all&#160;|&#160;none)&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="917.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="917.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r4" x="384.4" y="917.6" textLength="855.6">[default:&#160;selected]&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="944" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1961843149-r2" x="1488" y="944" textLength="12.4">
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="970.4" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-1961843149-r2" x="1488" y="970.4" textLength="12.4">
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="996.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="996.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="996.8" textLength="111.6">--dry-run</tspan><tspan class="terminal-1961843149-r2" x="148.8" y="996.8" textLength="297.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1023.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1023.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="1023.2" textLength="235.6">--github-repository</tspan><tspan class="terminal-1961843149-r2" x="272.8" y="1023.2" textLength="173.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-196184314 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1049.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1049.6" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r4" x="496" y="1049.6" textLength="595.2">[defaul [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1076" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1076" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="1076" textLength="384.4">--airflow-constraints-reference</tspan><tspan class="terminal-1961843149-r2" x="421.6" y="1076" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r2" x="446.4" y="1076" textLength="24.8">&#160;&#160;</tspan><tspan [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1102.4" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1102.4" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#1 [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1128.8" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1128.8" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1961843149-r7" x="496" y="1128.8" textLength="954.8">(TEXT)& [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1155.2" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1155.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="1155.2" textLength="99.2">--answer</tspan><tspan class="terminal-1961843149-r2" x="136.4" y="1155.2" textLength="310">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1181.6" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1181.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="1181.6" textLength="111.6">--verbose</tspan><tspan class="terminal-1961843149-r2" x="148.8" y="1181.6" textLength="297.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1208" textLength="12.4">│</tspan><tspan class="terminal-1961843149-r2" x="12.4" y="1208" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-1961843149-r5" x="37.2" y="1208" textLength="74.4">--help</tspan><tspan class="terminal-1961843149-r2" x="111.6" y="1208" textLength="334.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-1961843149-r4" x="0" y="1234.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-1961843149-r2" x="1488" y="1234.4" textLength="12.4">
-</tspan></text>
+    <g class="terminal-231556883-matrix">
+    <text class="terminal-231556883-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-231556883-line-0)">
+</text><text class="terminal-231556883-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-231556883-line-1)">Usage:&#160;</text><text class="terminal-231556883-r1" x="97.6" y="44.4" textLength="561.2" clip-path="url(#terminal-231556883-line-1)">breeze&#160;start-airflow&#160;[OPTIONS]&#160;[EXTRA_ARGS]...</text><text class="terminal-231556883-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-231556883-line-1)">
+</text><text class="terminal-231556883-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-231556883-line-2)">
+</text><text class="terminal-231556883-r2" x="12.2" y="93.2" textLength="1000.4" clip-path="url(#terminal-231556883-line-3)">Enter&#160;breeze.py&#160;environment&#160;and&#160;starts&#160;all&#160;Airflow&#160;components&#160;in&#160;the&#160;tmux&#160;session.</text><text class="terminal-231556883-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-231556883-line-3)">
+</text><text class="terminal-231556883-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-231556883-line-4)">
+</text><text class="terminal-231556883-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-231556883-line-5)">╭─</text><text class="terminal-231556883-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-231556883-line-5)">&#160;Basic&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-231556883-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-231556883-l [...]
+</text><text class="terminal-231556883-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-231556883-line-6)">│</text><text class="terminal-231556883-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-231556883-line-6)">-</text><text class="terminal-231556883-r5" x="36.6" y="166.4" textLength="85.4" clip-path="url(#terminal-231556883-line-6)">-python</text><text class="terminal-231556883-r6" x="366" y="166.4" textLength="24.4" clip-path="url(#terminal-231556883- [...]
+</text><text class="terminal-231556883-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-231556883-line-7)">│</text><text class="terminal-231556883-r7" x="414.8" y="190.8" textLength="732" clip-path="url(#terminal-231556883-line-7)">(&gt;3.7&lt;&#160;|&#160;3.8&#160;|&#160;3.9&#160;|&#160;3.10)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-231556883-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-231556883-line-8)">│</text><text class="terminal-231556883-r4" x="414.8" y="215.2" textLength="732" clip-path="url(#terminal-231556883-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-231556883-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-231556883-line-9)">│</text><text class="terminal-231556883-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-231556883-line-9)">-</text><text class="terminal-231556883-r5" x="36.6" y="239.6" textLength="61" clip-path="url(#terminal-231556883-line-9)">-load</text><text class="terminal-231556883-r5" x="97.6" y="239.6" textLength="158.6" clip-path="url(#terminal-231556883-li [...]
+</text><text class="terminal-231556883-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-231556883-line-10)">│</text><text class="terminal-231556883-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-231556883-line-10)">-</text><text class="terminal-231556883-r5" x="36.6" y="264" textLength="61" clip-path="url(#terminal-231556883-line-10)">-load</text><text class="terminal-231556883-r5" x="97.6" y="264" textLength="244" clip-path="url(#terminal-231556883-line-10)" [...]
+</text><text class="terminal-231556883-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-231556883-line-11)">│</text><text class="terminal-231556883-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-231556883-line-11)">-</text><text class="terminal-231556883-r5" x="36.6" y="288.4" textLength="97.6" clip-path="url(#terminal-231556883-line-11)">-backend</text><text class="terminal-231556883-r6" x="366" y="288.4" textLength="24.4" clip-path="url(#terminal-231556 [...]
+</text><text class="terminal-231556883-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-231556883-line-12)">│</text><text class="terminal-231556883-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-231556883-line-12)">-</text><text class="terminal-231556883-r5" x="36.6" y="312.8" textLength="109.8" clip-path="url(#terminal-231556883-line-12)">-postgres</text><text class="terminal-231556883-r5" x="146.4" y="312.8" textLength="97.6" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-231556883-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-231556883-line-13)">│</text><text class="terminal-231556883-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-231556883-line-13)">-</text><text class="terminal-231556883-r5" x="36.6" y="337.2" textLength="73.2" clip-path="url(#terminal-231556883-line-13)">-mysql</text><text class="terminal-231556883-r5" x="109.8" y="337.2" textLength="97.6" clip-path="url(#terminal-231556 [...]
+</text><text class="terminal-231556883-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-231556883-line-14)">│</text><text class="terminal-231556883-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-231556883-line-14)">-</text><text class="terminal-231556883-r5" x="36.6" y="361.6" textLength="73.2" clip-path="url(#terminal-231556883-line-14)">-mssql</text><text class="terminal-231556883-r5" x="109.8" y="361.6" textLength="97.6" clip-path="url(#terminal-231556 [...]
+</text><text class="terminal-231556883-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-231556883-line-15)">│</text><text class="terminal-231556883-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-231556883-line-15)">-</text><text class="terminal-231556883-r5" x="36.6" y="386" textLength="146.4" clip-path="url(#terminal-231556883-line-15)">-integration</text><text class="terminal-231556883-r2" x="414.8" y="386" textLength="1024.8" clip-path="url(#terminal-23155 [...]
+</text><text class="terminal-231556883-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-231556883-line-16)">│</text><text class="terminal-231556883-r7" x="414.8" y="410.4" textLength="1024.8" clip-path="url(#terminal-231556883-line-16)">(cassandra&#160;|&#160;kerberos&#160;|&#160;mongo&#160;|&#160;openldap&#160;|&#160;pinot&#160;|&#160;rabbitmq&#160;|&#160;redis&#160;|&#160;statsd&#160;|&#160;trino</text><text class="terminal-231556883-r4" x="1451.8" y="410.4" textLength="1 [...]
+</text><text class="terminal-231556883-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-231556883-line-17)">│</text><text class="terminal-231556883-r7" x="414.8" y="434.8" textLength="1024.8" clip-path="url(#terminal-231556883-line-17)">|&#160;all)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-231556883-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-231556883-line-18)">│</text><text class="terminal-231556883-r5" x="24.4" y="459.2" textLength="12.2" clip-path="url(#terminal-231556883-line-18)">-</text><text class="terminal-231556883-r5" x="36.6" y="459.2" textLength="97.6" clip-path="url(#terminal-231556883-line-18)">-forward</text><text class="terminal-231556883-r5" x="134.2" y="459.2" textLength="146.4" clip-path="url(#terminal-231 [...]
+</text><text class="terminal-231556883-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-231556883-line-19)">│</text><text class="terminal-231556883-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-231556883-line-19)">-</text><text class="terminal-231556883-r5" x="36.6" y="483.6" textLength="36.6" clip-path="url(#terminal-231556883-line-19)">-db</text><text class="terminal-231556883-r5" x="73.2" y="483.6" textLength="73.2" clip-path="url(#terminal-231556883- [...]
+</text><text class="terminal-231556883-r4" x="0" y="508" textLength="1464" clip-path="url(#terminal-231556883-line-20)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-231556883-r2" x="1464" y="508" textLength="12.2" clip-path="url(#terminal-231556883-line-20)">
+</text><text class="terminal-231556883-r4" x="0" y="532.4" textLength="24.4" clip-path="url(#terminal-231556883-line-21)">╭─</text><text class="terminal-231556883-r4" x="24.4" y="532.4" textLength="1415.2" clip-path="url(#terminal-231556883-line-21)">&#160;Advanced&#160;flag&#160;for&#160;running&#160;─────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-231556883-r4" x="1439.6" y="532.4" textLength="24.4" clip-path="url(#te [...]
+</text><text class="terminal-231556883-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-231556883-line-22)">│</text><text class="terminal-231556883-r5" x="24.4" y="556.8" textLength="12.2" clip-path="url(#terminal-231556883-line-22)">-</text><text class="terminal-231556883-r5" x="36.6" y="556.8" textLength="48.8" clip-path="url(#terminal-231556883-line-22)">-use</text><text class="terminal-231556883-r5" x="85.4" y="556.8" textLength="195.2" clip-path="url(#terminal-23155688 [...]
+</text><text class="terminal-231556883-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-231556883-line-23)">│</text><text class="terminal-231556883-r2" x="366" y="581.2" textLength="1073.6" clip-path="url(#terminal-231556883-line-23)">`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160;from&#160;wheel&#160;packages&#160;or&#160;sdist&#160;packages&#160;&#160;&#160;</text><text class="terminal-231556883-r4" x="1451.8" y="581.2" textLength="12.2 [...]
+</text><text class="terminal-231556883-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-231556883-line-24)">│</text><text class="terminal-231556883-r2" x="366" y="605.6" textLength="573.4" clip-path="url(#terminal-231556883-line-24)">available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies&#160;</text><text class="terminal-231556883-r5" x="939.4" y="605.6" textLength="12.2" clip-path="url(#terminal-231556883-line-24)">-</text><text class="terminal-231556883-r [...]
+</text><text class="terminal-231556883-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-231556883-line-25)">│</text><text class="terminal-231556883-r7" x="366" y="630" textLength="1073.6" clip-path="url(#terminal-231556883-line-25)">(none&#160;|&#160;wheel&#160;|&#160;sdist&#160;|&#160;&lt;airflow_version&gt;)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-231556883-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-231556883-line-26)">│</text><text class="terminal-231556883-r5" x="24.4" y="654.4" textLength="12.2" clip-path="url(#terminal-231556883-line-26)">-</text><text class="terminal-231556883-r5" x="36.6" y="654.4" textLength="97.6" clip-path="url(#terminal-231556883-line-26)">-airflow</text><text class="terminal-231556883-r5" x="134.2" y="654.4" textLength="85.4" clip-path="url(#terminal-2315 [...]
+</text><text class="terminal-231556883-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-231556883-line-27)">│</text><text class="terminal-231556883-r5" x="24.4" y="678.8" textLength="12.2" clip-path="url(#terminal-231556883-line-27)">-</text><text class="terminal-231556883-r5" x="36.6" y="678.8" textLength="48.8" clip-path="url(#terminal-231556883-line-27)">-use</text><text class="terminal-231556883-r5" x="85.4" y="678.8" textLength="231.8" clip-path="url(#terminal-23155688 [...]
+</text><text class="terminal-231556883-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-231556883-line-28)">│</text><text class="terminal-231556883-r2" x="366" y="703.2" textLength="1073.6" clip-path="url(#terminal-231556883-line-28)">entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-231556883-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-231556883-line-29)">│</text><text class="terminal-231556883-r5" x="24.4" y="727.6" textLength="12.2" clip-path="url(#terminal-231556883-line-29)">-</text><text class="terminal-231556883-r5" x="36.6" y="727.6" textLength="97.6" clip-path="url(#terminal-231556883-line-29)">-package</text><text class="terminal-231556883-r5" x="134.2" y="727.6" textLength="85.4" clip-path="url(#terminal-2315 [...]
+</text><text class="terminal-231556883-r4" x="0" y="752" textLength="12.2" clip-path="url(#terminal-231556883-line-30)">│</text><text class="terminal-231556883-r5" x="24.4" y="752" textLength="12.2" clip-path="url(#terminal-231556883-line-30)">-</text><text class="terminal-231556883-r5" x="36.6" y="752" textLength="73.2" clip-path="url(#terminal-231556883-line-30)">-force</text><text class="terminal-231556883-r5" x="109.8" y="752" textLength="73.2" clip-path="url(#terminal-231556883-line [...]
+</text><text class="terminal-231556883-r4" x="0" y="776.4" textLength="12.2" clip-path="url(#terminal-231556883-line-31)">│</text><text class="terminal-231556883-r5" x="24.4" y="776.4" textLength="12.2" clip-path="url(#terminal-231556883-line-31)">-</text><text class="terminal-231556883-r5" x="36.6" y="776.4" textLength="73.2" clip-path="url(#terminal-231556883-line-31)">-mount</text><text class="terminal-231556883-r5" x="109.8" y="776.4" textLength="97.6" clip-path="url(#terminal-231556 [...]
+</text><text class="terminal-231556883-r4" x="0" y="800.8" textLength="12.2" clip-path="url(#terminal-231556883-line-32)">│</text><text class="terminal-231556883-r7" x="366" y="800.8" textLength="841.8" clip-path="url(#terminal-231556883-line-32)">(selected&#160;|&#160;all&#160;|&#160;none)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-231556883-r4" x="0" y="825.2" textLength="12.2" clip-path="url(#terminal-231556883-line-33)">│</text><text class="terminal-231556883-r4" x="366" y="825.2" textLength="841.8" clip-path="url(#terminal-231556883-line-33)">[default:&#160;selected]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-231556883-r4" x="0" y="849.6" textLength="1464" clip-path="url(#terminal-231556883-line-34)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-231556883-r2" x="1464" y="849.6" textLength="12.2" clip-path="url(#terminal-231556883-line-34)">
+</text><text class="terminal-231556883-r4" x="0" y="874" textLength="24.4" clip-path="url(#terminal-231556883-line-35)">╭─</text><text class="terminal-231556883-r4" x="24.4" y="874" textLength="1415.2" clip-path="url(#terminal-231556883-line-35)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-231556883-r4" x="1439.6" y="874" textLength="24.4" clip-path="url(#terminal-231556883-line [...]
+</text><text class="terminal-231556883-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-231556883-line-36)">│</text><text class="terminal-231556883-r5" x="24.4" y="898.4" textLength="12.2" clip-path="url(#terminal-231556883-line-36)">-</text><text class="terminal-231556883-r5" x="36.6" y="898.4" textLength="48.8" clip-path="url(#terminal-231556883-line-36)">-dry</text><text class="terminal-231556883-r5" x="85.4" y="898.4" textLength="48.8" clip-path="url(#terminal-231556883 [...]
+</text><text class="terminal-231556883-r4" x="0" y="922.8" textLength="12.2" clip-path="url(#terminal-231556883-line-37)">│</text><text class="terminal-231556883-r5" x="24.4" y="922.8" textLength="12.2" clip-path="url(#terminal-231556883-line-37)">-</text><text class="terminal-231556883-r5" x="36.6" y="922.8" textLength="85.4" clip-path="url(#terminal-231556883-line-37)">-github</text><text class="terminal-231556883-r5" x="122" y="922.8" textLength="134.2" clip-path="url(#terminal-231556 [...]
+</text><text class="terminal-231556883-r4" x="0" y="947.2" textLength="12.2" clip-path="url(#terminal-231556883-line-38)">│</text><text class="terminal-231556883-r4" x="475.8" y="947.2" textLength="585.6" clip-path="url(#terminal-231556883-line-38)">[default:&#160;apache/airflow]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-231556883-r4" x="1451.8" y="947.2" textLength [...]
+</text><text class="terminal-231556883-r4" x="0" y="971.6" textLength="12.2" clip-path="url(#terminal-231556883-line-39)">│</text><text class="terminal-231556883-r5" x="24.4" y="971.6" textLength="12.2" clip-path="url(#terminal-231556883-line-39)">-</text><text class="terminal-231556883-r5" x="36.6" y="971.6" textLength="97.6" clip-path="url(#terminal-231556883-line-39)">-airflow</text><text class="terminal-231556883-r5" x="134.2" y="971.6" textLength="268.4" clip-path="url(#terminal-231 [...]
+</text><text class="terminal-231556883-r4" x="0" y="996" textLength="12.2" clip-path="url(#terminal-231556883-line-40)">│</text><text class="terminal-231556883-r2" x="475.8" y="996" textLength="963.8" clip-path="url(#terminal-231556883-line-40)">specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#160;find&#160;newer&#160;dependencies&#160;&#160;&#160;</text><text class="terminal-231556883-r4" x="1451.8" y="996" textLength="12.2" clip-path="url(#termin [...]
+</text><text class="terminal-231556883-r4" x="0" y="1020.4" textLength="12.2" clip-path="url(#terminal-231556883-line-41)">│</text><text class="terminal-231556883-r7" x="475.8" y="1020.4" textLength="963.8" clip-path="url(#terminal-231556883-line-41)">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-231556883-r4" x="0" y="1044.8" textLength="12.2" clip-path="url(#terminal-231556883-line-42)">│</text><text class="terminal-231556883-r5" x="24.4" y="1044.8" textLength="12.2" clip-path="url(#terminal-231556883-line-42)">-</text><text class="terminal-231556883-r5" x="36.6" y="1044.8" textLength="85.4" clip-path="url(#terminal-231556883-line-42)">-answer</text><text class="terminal-231556883-r6" x="427" y="1044.8" textLength="24.4" clip-path="url(#terminal-231 [...]
+</text><text class="terminal-231556883-r4" x="0" y="1069.2" textLength="12.2" clip-path="url(#terminal-231556883-line-43)">│</text><text class="terminal-231556883-r5" x="24.4" y="1069.2" textLength="12.2" clip-path="url(#terminal-231556883-line-43)">-</text><text class="terminal-231556883-r5" x="36.6" y="1069.2" textLength="97.6" clip-path="url(#terminal-231556883-line-43)">-verbose</text><text class="terminal-231556883-r6" x="427" y="1069.2" textLength="24.4" clip-path="url(#terminal-23 [...]
+</text><text class="terminal-231556883-r4" x="0" y="1093.6" textLength="12.2" clip-path="url(#terminal-231556883-line-44)">│</text><text class="terminal-231556883-r5" x="24.4" y="1093.6" textLength="12.2" clip-path="url(#terminal-231556883-line-44)">-</text><text class="terminal-231556883-r5" x="36.6" y="1093.6" textLength="61" clip-path="url(#terminal-231556883-line-44)">-help</text><text class="terminal-231556883-r6" x="427" y="1093.6" textLength="24.4" clip-path="url(#terminal-2315568 [...]
+</text><text class="terminal-231556883-r4" x="0" y="1118" textLength="1464" clip-path="url(#terminal-231556883-line-45)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-231556883-r2" x="1464" y="1118" textLength="12.2" clip-path="url(#terminal-231556883-line-45)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-static-checks.svg b/images/breeze/output-static-checks.svg
index e76f1a3f27..edbc2fee71 100644
--- a/images/breeze/output-static-checks.svg
+++ b/images/breeze/output-static-checks.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 1412.0" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 1221.1999999999998" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,85 +19,234 @@
         font-weight: 700;
     }
 
-    .terminal-158108476-matrix {
+    .terminal-3465962952-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-158108476-title {
+    .terminal-3465962952-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-158108476-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-158108476-r2 { fill: #c5c8c6 }
-.terminal-158108476-r3 { fill: #d0b344;font-weight: bold }
-.terminal-158108476-r4 { fill: #868887 }
-.terminal-158108476-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-158108476-r6 { fill: #98a84b;font-weight: bold }
-.terminal-158108476-r7 { fill: #8d7b39 }
+    .terminal-3465962952-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-3465962952-r2 { fill: #c5c8c6 }
+.terminal-3465962952-r3 { fill: #d0b344;font-weight: bold }
+.terminal-3465962952-r4 { fill: #868887 }
+.terminal-3465962952-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-3465962952-r6 { fill: #98a84b;font-weight: bold }
+.terminal-3465962952-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="1372" rx="12"/><text class="terminal-158108476-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: static-checks</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-3465962952-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="1170.1999999999998" />
+    </clipPath>
+    <clipPath id="terminal-3465962952-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-26">
+    <rect x="0" y="635.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-27">
+    <rect x="0" y="660.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-28">
+    <rect x="0" y="684.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-29">
+    <rect x="0" y="709.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-30">
+    <rect x="0" y="733.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-31">
+    <rect x="0" y="757.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-32">
+    <rect x="0" y="782.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-33">
+    <rect x="0" y="806.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-34">
+    <rect x="0" y="831.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-35">
+    <rect x="0" y="855.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-36">
+    <rect x="0" y="879.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-37">
+    <rect x="0" y="904.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-38">
+    <rect x="0" y="928.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-39">
+    <rect x="0" y="953.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-40">
+    <rect x="0" y="977.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-41">
+    <rect x="0" y="1001.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-42">
+    <rect x="0" y="1026.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-43">
+    <rect x="0" y="1050.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-44">
+    <rect x="0" y="1075.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-45">
+    <rect x="0" y="1099.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-3465962952-line-46">
+    <rect x="0" y="1123.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1219.2" rx="8"/><text class="terminal-3465962952-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;static-checks</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-3465962952-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-158108476-matrix" font-variant="east-asian-width-values"><tspan class="terminal-158108476-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-158108476-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-158108476-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-158108476-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;static-checks&#160;[OPTIONS]&#160;[PRECOMMIT_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-158108476-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-158108476-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-158108476-r2" x="12.4" y="99.2" textLength="1463.2">Run&#160;static&#160;checks.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-158108476-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="152" textLength="1488">╭─&#160;Pre-commit&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-158108476-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-158108476-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="178.4" textLength="74.4">--type</tspan><tspan class="terminal-158108476-r2" x="111.6" y="178.4" textLength="223.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1581084 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="204.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="204.8" textLength="1066.4">(all&#160;|&#160;black&#160;|&#160;blacken-docs&#160;|&#160;check- [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="231.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="231.2" textLength="1066.4">check-airflow-config-yaml-consistent&#160;|&#160;check-airflow-pro [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="257.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="257.6" textLength="1066.4">check-apache-license-rat&#160;|&#160;check-base-operator-usage&#16 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="284" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="284" textLength="1066.4">check-boring-cyborg-configuration&#160;|&#160;check-breeze-top-dependenc [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="310.4" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="310.4" textLength="1066.4">check-builtin-literals&#160;|&#160;check-changelog-has-no-duplicat [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="336.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="336.8" textLength="1066.4">check-daysago-import-from-utils&#160;|&#160;check-docstring-param- [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="363.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="363.2" textLength="1066.4">check-executables-have-shebangs&#160;|&#160;check-extra-packages-r [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="389.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="389.6" textLength="1066.4">|&#160;check-for-inclusive-language&#160;|&#160;check-hooks-apply& [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="416" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="416" textLength="1066.4">check-incorrect-use-of-LoggingMixin&#160;|&#160;check-integrations-are-c [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="442.4" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="442.4" textLength="1066.4">check-merge-conflict&#160;|&#160;check-newsfragments-are-valid&#16 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="468.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="468.8" textLength="1066.4">check-no-providers-in-core-examples&#160;|&#160;check-no-relative- [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="495.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="495.2" textLength="1066.4">check-persist-credentials-disabled-in-github-workflows&#160;|&#160 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="521.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="521.6" textLength="1066.4">check-pre-commit-information-consistent&#160;|&#160;check-provide- [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="548" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="548" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="548" textLength="1066.4">check-provider-yaml-valid&#160;|&#160;check-providers-init-file-missing& [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="574.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="574.4" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="574.4" textLength="1066.4">check-providers-subpackages-init-file-exist&#160;|&#160;check-pyde [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="600.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="600.8" textLength="1066.4">check-revision-heads-map&#160;|&#160;check-safe-filter-usage-in-ht [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="627.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="627.2" textLength="1066.4">check-start-date-not-used-in-defaults&#160;|&#160;check-system-tes [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="653.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="653.6" textLength="1066.4">codespell&#160;|&#160;debug-statements&#160;|&#160;detect-private- [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="680" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="680" textLength="1066.4">fix-encoding-pragma&#160;|&#160;flynt&#160;|&#160;forbid-tabs&#160;|&#16 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="706.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="706.4" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="706.4" textLength="1066.4">lint-chart-schema&#160;|&#160;lint-css&#160;|&#160;lint-dockerfile [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="732.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="732.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="732.8" textLength="1066.4">lint-json-schema&#160;|&#160;lint-markdown&#160;|&#160;lint-openap [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="759.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="759.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="759.2" textLength="1066.4">pretty-format-json&#160;|&#160;pydocstyle&#160;|&#160;python-no-lo [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="785.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="785.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="785.6" textLength="1066.4">run-flake8&#160;|&#160;run-mypy&#160;|&#160;run-shellcheck&#160;|& [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="812" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="812" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="812" textLength="1066.4">|&#160;update-breeze-file&#160;|&#160;update-breeze-readme-config-hash&# [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="838.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="838.4" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="838.4" textLength="1066.4">update-in-the-wild-to-be-sorted&#160;|&#160;update-inlined-dockerf [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="864.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="864.8" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="864.8" textLength="1066.4">update-local-yml-file&#160;|&#160;update-migration-references&#160 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="891.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="891.2" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="891.2" textLength="1066.4">update-setup-cfg-file&#160;|&#160;update-spelling-wordlist-to-be-s [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="917.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="917.6" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="917.6" textLength="1066.4">update-supported-versions&#160;|&#160;update-vendored-in-k8s-json- [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="944" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="944" textLength="372">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="384.4" y="944" textLength="1066.4">yamllint&#160;|&#160;yesqa)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="970.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="970.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="970.4" textLength="74.4">--file</tspan><tspan class="terminal-158108476-r2" x="111.6" y="970.4" textLength="223.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-1581084 [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="996.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="996.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="996.8" textLength="136.4">--all-files</tspan><tspan class="terminal-158108476-r2" x="173.6" y="996.8" textLength="161.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="334.8" y="996. [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1023.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1023.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="1023.2" textLength="272.8">--show-diff-on-failure</tspan><tspan class="terminal-158108476-r2" x="310" y="1023.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="334.8" y="1023.2" textLength="24.8">-s</tspan><tspan class="terminal [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1049.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1049.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="1049.6" textLength="161.2">--last-commit</tspan><tspan class="terminal-158108476-r2" x="198.4" y="1049.6" textLength="136.4">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="334.8" y="1049.6" te [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1076" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-158108476-r2" x="1488" y="1076" textLength="12.4">
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1102.4" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-158108476-r2" x="1488" y="1102.4" textLength="12.4">
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1128.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1128.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="1128.8" textLength="148.8">--commit-ref</tspan><tspan class="terminal-158108476-r2" x="186" y="1128.8" textLength="111.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="297.6" y="1128.8" textLength="24.8" [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1155.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1155.2" textLength="520.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;exclusive&#160;with&#160;</tspan><tspan class="terminal-158108476-r5" x="533.2" y="1155.2" textLength="161.2">--last-commit</tspan><tspan class="terminal-158108476-r [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1181.6" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1181.6" textLength="334.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r7" x="347.2" y="1181.6" textLength="1103.6">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1208" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1208" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="1208" textLength="111.6">--verbose</tspan><tspan class="terminal-158108476-r2" x="148.8" y="1208" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="297.6" y="1208" textLength [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1234.4" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1234.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="1234.4" textLength="111.6">--dry-run</tspan><tspan class="terminal-158108476-r2" x="148.8" y="1234.4" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="297.6" y="1234.4"  [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1260.8" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1260.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="1260.8" textLength="235.6">--github-repository</tspan><tspan class="terminal-158108476-r2" x="272.8" y="1260.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="297.6" y="1260.8" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1287.2" textLength="12.4">│</tspan><tspan class="terminal-158108476-r2" x="12.4" y="1287.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-158108476-r5" x="37.2" y="1287.2" textLength="74.4">--help</tspan><tspan class="terminal-158108476-r2" x="111.6" y="1287.2" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-158108476-r6" x="297.6" [...]
-</tspan><tspan class="terminal-158108476-r4" x="0" y="1313.6" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-158108476-r2" x="1488" y="1313.6" textLength="12.4">
-</tspan></text>
+    <g class="terminal-3465962952-matrix">
+    <text class="terminal-3465962952-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-3465962952-line-0)">
+</text><text class="terminal-3465962952-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-3465962952-line-1)">Usage:&#160;</text><text class="terminal-3465962952-r1" x="97.6" y="44.4" textLength="610" clip-path="url(#terminal-3465962952-line-1)">breeze&#160;static-checks&#160;[OPTIONS]&#160;[PRECOMMIT_ARGS]...</text><text class="terminal-3465962952-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-1)">
+</text><text class="terminal-3465962952-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-2)">
+</text><text class="terminal-3465962952-r2" x="12.2" y="93.2" textLength="219.6" clip-path="url(#terminal-3465962952-line-3)">Run&#160;static&#160;checks.</text><text class="terminal-3465962952-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-3)">
+</text><text class="terminal-3465962952-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-4)">
+</text><text class="terminal-3465962952-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-3465962952-line-5)">╭─</text><text class="terminal-3465962952-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-3465962952-line-5)">&#160;Pre-commit&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3465962952-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-346596 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-6)">│</text><text class="terminal-3465962952-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-6)">-</text><text class="terminal-3465962952-r5" x="36.6" y="166.4" textLength="61" clip-path="url(#terminal-3465962952-line-6)">-type</text><text class="terminal-3465962952-r6" x="317.2" y="166.4" textLength="24.4" clip-path="url(#terminal-34659 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-7)">│</text><text class="terminal-3465962952-r7" x="366" y="190.8" textLength="1073.6" clip-path="url(#terminal-3465962952-line-7)">(all&#160;|&#160;black&#160;|&#160;blacken-docs&#160;|&#160;check-airflow-2-1-compatibility&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-8)">│</text><text class="terminal-3465962952-r7" x="366" y="215.2" textLength="1073.6" clip-path="url(#terminal-3465962952-line-8)">check-airflow-config-yaml-consistent&#160;|&#160;check-airflow-providers-have-extras&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="215.2" textLength="1 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-9)">│</text><text class="terminal-3465962952-r7" x="366" y="239.6" textLength="1073.6" clip-path="url(#terminal-3465962952-line-9)">check-apache-license-rat&#160;|&#160;check-base-operator-usage&#160;|&#160;check-boring-cyborg-configuration</text><text class="terminal-3465962952-r4" x="1451.8" y="239.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-9)">│</te [...]
+</text><text class="terminal-3465962952-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-3465962952-line-10)">│</text><text class="terminal-3465962952-r7" x="366" y="264" textLength="1073.6" clip-path="url(#terminal-3465962952-line-10)">|&#160;check-breeze-top-dependencies-limited&#160;|&#160;check-builtin-literals&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="termi [...]
+</text><text class="terminal-3465962952-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-11)">│</text><text class="terminal-3465962952-r7" x="366" y="288.4" textLength="1073.6" clip-path="url(#terminal-3465962952-line-11)">check-changelog-has-no-duplicates&#160;|&#160;check-daysago-import-from-utils&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r [...]
+</text><text class="terminal-3465962952-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-12)">│</text><text class="terminal-3465962952-r7" x="366" y="312.8" textLength="1073.6" clip-path="url(#terminal-3465962952-line-12)">check-docstring-param-types&#160;|&#160;check-executables-have-shebangs&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><tex [...]
+</text><text class="terminal-3465962952-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-13)">│</text><text class="terminal-3465962952-r7" x="366" y="337.2" textLength="1073.6" clip-path="url(#terminal-3465962952-line-13)">check-extra-packages-references&#160;|&#160;check-extras-order&#160;|&#160;check-for-inclusive-language&#160;|&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="337.2" textLength="12.2" clip-path="url(#terminal-346 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-14)">│</text><text class="terminal-3465962952-r7" x="366" y="361.6" textLength="1073.6" clip-path="url(#terminal-3465962952-line-14)">check-hooks-apply&#160;|&#160;check-incorrect-use-of-LoggingMixin&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-3465962952-line-15)">│</text><text class="terminal-3465962952-r7" x="366" y="386" textLength="1073.6" clip-path="url(#terminal-3465962952-line-15)">check-integrations-are-consistent&#160;|&#160;check-merge-conflict&#160;|&#160;check-newsfragments-are-valid</text><text class="terminal-3465962952-r4" x="1451.8" y="386" textLength="12.2" clip-path="url(#terminal-3465962952-line-15)">│</text> [...]
+</text><text class="terminal-3465962952-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-16)">│</text><text class="terminal-3465962952-r7" x="366" y="410.4" textLength="1073.6" clip-path="url(#terminal-3465962952-line-16)">|&#160;check-no-providers-in-core-examples&#160;|&#160;check-no-relative-imports&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="termin [...]
+</text><text class="terminal-3465962952-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-17)">│</text><text class="terminal-3465962952-r7" x="366" y="434.8" textLength="1073.6" clip-path="url(#terminal-3465962952-line-17)">check-persist-credentials-disabled-in-github-workflows&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-18)">│</text><text class="terminal-3465962952-r7" x="366" y="459.2" textLength="1073.6" clip-path="url(#terminal-3465962952-line-18)">check-pre-commit-information-consistent&#160;|&#160;check-provide-create-sessions-imports&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="459.2" textLength="12.2" clip-path="url(#te [...]
+</text><text class="terminal-3465962952-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-19)">│</text><text class="terminal-3465962952-r7" x="366" y="483.6" textLength="1073.6" clip-path="url(#terminal-3465962952-line-19)">check-provider-yaml-valid&#160;|&#160;check-providers-init-file-missing&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><tex [...]
+</text><text class="terminal-3465962952-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-3465962952-line-20)">│</text><text class="terminal-3465962952-r7" x="366" y="508" textLength="1073.6" clip-path="url(#terminal-3465962952-line-20)">check-providers-subpackages-init-file-exist&#160;|&#160;check-pydevd-left-in-code&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="508" te [...]
+</text><text class="terminal-3465962952-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-21)">│</text><text class="terminal-3465962952-r7" x="366" y="532.4" textLength="1073.6" clip-path="url(#terminal-3465962952-line-21)">check-revision-heads-map&#160;|&#160;check-safe-filter-usage-in-html&#160;|&#160;check-setup-order&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="532.4" textLength="12.2" cli [...]
+</text><text class="terminal-3465962952-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-22)">│</text><text class="terminal-3465962952-r7" x="366" y="556.8" textLength="1073.6" clip-path="url(#terminal-3465962952-line-22)">check-start-date-not-used-in-defaults&#160;|&#160;check-system-tests-present&#160;|&#160;check-xml&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="556.8" textLength="12.2" cli [...]
+</text><text class="terminal-3465962952-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-23)">│</text><text class="terminal-3465962952-r7" x="366" y="581.2" textLength="1073.6" clip-path="url(#terminal-3465962952-line-23)">codespell&#160;|&#160;debug-statements&#160;|&#160;detect-private-key&#160;|&#160;doctoc&#160;|&#160;end-of-file-fixer&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="581.2" t [...]
+</text><text class="terminal-3465962952-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-24)">│</text><text class="terminal-3465962952-r7" x="366" y="605.6" textLength="1073.6" clip-path="url(#terminal-3465962952-line-24)">fix-encoding-pragma&#160;|&#160;flynt&#160;|&#160;forbid-tabs&#160;|&#160;identity&#160;|&#160;insert-license&#160;|&#160;isort&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-3465962952-line-25)">│</text><text class="terminal-3465962952-r7" x="366" y="630" textLength="1073.6" clip-path="url(#terminal-3465962952-line-25)">lint-chart-schema&#160;|&#160;lint-css&#160;|&#160;lint-dockerfile&#160;|&#160;lint-helm-chart&#160;|&#160;lint-javascript&#160;|&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="630" textLength="12.2" clip-path [...]
+</text><text class="terminal-3465962952-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-26)">│</text><text class="terminal-3465962952-r7" x="366" y="654.4" textLength="1073.6" clip-path="url(#terminal-3465962952-line-26)">lint-json-schema&#160;|&#160;lint-markdown&#160;|&#160;lint-openapi&#160;|&#160;mixed-line-ending&#160;|&#160;pretty-format-json</text><text class="terminal-3465962952-r4" x="1451.8" y="654.4" textLength="12.2" clip-path="url(#terminal-346 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-27)">│</text><text class="terminal-3465962952-r7" x="366" y="678.8" textLength="1073.6" clip-path="url(#terminal-3465962952-line-27)">|&#160;pydocstyle&#160;|&#160;python-no-log-warn&#160;|&#160;pyupgrade&#160;|&#160;rst-backticks&#160;|&#160;run-flake8&#160;|&#160;run-mypy&#160;|&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="678.8" textLength="12.2" cli [...]
+</text><text class="terminal-3465962952-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-28)">│</text><text class="terminal-3465962952-r7" x="366" y="703.2" textLength="1073.6" clip-path="url(#terminal-3465962952-line-28)">run-shellcheck&#160;|&#160;static-check-autoflake&#160;|&#160;trailing-whitespace&#160;|&#160;update-breeze-file&#160;|&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="703.2" textLength="12.2" clip-path="ur [...]
+</text><text class="terminal-3465962952-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-29)">│</text><text class="terminal-3465962952-r7" x="366" y="727.6" textLength="1073.6" clip-path="url(#terminal-3465962952-line-29)">update-breeze-readme-config-hash&#160;|&#160;update-extras&#160;|&#160;update-in-the-wild-to-be-sorted&#160;|&#160;&#160;&#160;&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="727.6" textLength="12.2" clip-path="url(#termina [...]
+</text><text class="terminal-3465962952-r4" x="0" y="752" textLength="12.2" clip-path="url(#terminal-3465962952-line-30)">│</text><text class="terminal-3465962952-r7" x="366" y="752" textLength="1073.6" clip-path="url(#terminal-3465962952-line-30)">update-inlined-dockerfile-scripts&#160;|&#160;update-local-yml-file&#160;|&#160;update-migration-references&#160;</text><text class="terminal-3465962952-r4" x="1451.8" y="752" textLength="12.2" clip-path="url(#terminal-3465962952-line-30)">│</ [...]
+</text><text class="terminal-3465962952-r4" x="0" y="776.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-31)">│</text><text class="terminal-3465962952-r7" x="366" y="776.4" textLength="1073.6" clip-path="url(#terminal-3465962952-line-31)">|&#160;update-providers-dependencies&#160;|&#160;update-setup-cfg-file&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
+</text><text class="terminal-3465962952-r4" x="0" y="800.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-32)">│</text><text class="terminal-3465962952-r7" x="366" y="800.8" textLength="1073.6" clip-path="url(#terminal-3465962952-line-32)">update-spelling-wordlist-to-be-sorted&#160;|&#160;update-supported-versions&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-34 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="825.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-33)">│</text><text class="terminal-3465962952-r7" x="366" y="825.2" textLength="1073.6" clip-path="url(#terminal-3465962952-line-33)">update-vendored-in-k8s-json-schema&#160;|&#160;update-version&#160;|&#160;yamllint&#160;|&#160;yesqa)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3465962 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="849.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-34)">│</text><text class="terminal-3465962952-r5" x="24.4" y="849.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-34)">-</text><text class="terminal-3465962952-r5" x="36.6" y="849.6" textLength="61" clip-path="url(#terminal-3465962952-line-34)">-file</text><text class="terminal-3465962952-r6" x="317.2" y="849.6" textLength="24.4" clip-path="url(#terminal-34 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="874" textLength="12.2" clip-path="url(#terminal-3465962952-line-35)">│</text><text class="terminal-3465962952-r5" x="24.4" y="874" textLength="12.2" clip-path="url(#terminal-3465962952-line-35)">-</text><text class="terminal-3465962952-r5" x="36.6" y="874" textLength="48.8" clip-path="url(#terminal-3465962952-line-35)">-all</text><text class="terminal-3465962952-r5" x="85.4" y="874" textLength="73.2" clip-path="url(#terminal-3465962952 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-36)">│</text><text class="terminal-3465962952-r5" x="24.4" y="898.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-36)">-</text><text class="terminal-3465962952-r5" x="36.6" y="898.4" textLength="61" clip-path="url(#terminal-3465962952-line-36)">-show</text><text class="terminal-3465962952-r5" x="97.6" y="898.4" textLength="195.2" clip-path="url(#terminal-34 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="922.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-37)">│</text><text class="terminal-3465962952-r5" x="24.4" y="922.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-37)">-</text><text class="terminal-3465962952-r5" x="36.6" y="922.8" textLength="61" clip-path="url(#terminal-3465962952-line-37)">-last</text><text class="terminal-3465962952-r5" x="97.6" y="922.8" textLength="85.4" clip-path="url(#terminal-346 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="947.2" textLength="1464" clip-path="url(#terminal-3465962952-line-38)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3465962952-r2" x="1464" y="947.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-38)">
+</text><text class="terminal-3465962952-r4" x="0" y="971.6" textLength="24.4" clip-path="url(#terminal-3465962952-line-39)">╭─</text><text class="terminal-3465962952-r4" x="24.4" y="971.6" textLength="1415.2" clip-path="url(#terminal-3465962952-line-39)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3465962952-r4" x="1439.6" y="971.6" textLength="24.4" clip-path="url(#terminal-346 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="996" textLength="12.2" clip-path="url(#terminal-3465962952-line-40)">│</text><text class="terminal-3465962952-r5" x="24.4" y="996" textLength="12.2" clip-path="url(#terminal-3465962952-line-40)">-</text><text class="terminal-3465962952-r5" x="36.6" y="996" textLength="85.4" clip-path="url(#terminal-3465962952-line-40)">-commit</text><text class="terminal-3465962952-r5" x="122" y="996" textLength="48.8" clip-path="url(#terminal-34659629 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="1020.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-41)">│</text><text class="terminal-3465962952-r2" x="329.4" y="1020.4" textLength="183" clip-path="url(#terminal-3465962952-line-41)">exclusive&#160;with&#160;</text><text class="terminal-3465962952-r5" x="512.4" y="1020.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-41)">-</text><text class="terminal-3465962952-r5" x="524.6" y="1020.4" textLength="61" cl [...]
+</text><text class="terminal-3465962952-r4" x="0" y="1044.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-42)">│</text><text class="terminal-3465962952-r7" x="329.4" y="1044.8" textLength="1110.2" clip-path="url(#terminal-3465962952-line-42)">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-3465962952-r4" x="0" y="1069.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-43)">│</text><text class="terminal-3465962952-r5" x="24.4" y="1069.2" textLength="12.2" clip-path="url(#terminal-3465962952-line-43)">-</text><text class="terminal-3465962952-r5" x="36.6" y="1069.2" textLength="97.6" clip-path="url(#terminal-3465962952-line-43)">-verbose</text><text class="terminal-3465962952-r6" x="280.6" y="1069.2" textLength="24.4" clip-path="url(#te [...]
+</text><text class="terminal-3465962952-r4" x="0" y="1093.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-44)">│</text><text class="terminal-3465962952-r5" x="24.4" y="1093.6" textLength="12.2" clip-path="url(#terminal-3465962952-line-44)">-</text><text class="terminal-3465962952-r5" x="36.6" y="1093.6" textLength="48.8" clip-path="url(#terminal-3465962952-line-44)">-dry</text><text class="terminal-3465962952-r5" x="85.4" y="1093.6" textLength="48.8" clip-path="url(#termina [...]
+</text><text class="terminal-3465962952-r4" x="0" y="1118" textLength="12.2" clip-path="url(#terminal-3465962952-line-45)">│</text><text class="terminal-3465962952-r5" x="24.4" y="1118" textLength="12.2" clip-path="url(#terminal-3465962952-line-45)">-</text><text class="terminal-3465962952-r5" x="36.6" y="1118" textLength="85.4" clip-path="url(#terminal-3465962952-line-45)">-github</text><text class="terminal-3465962952-r5" x="122" y="1118" textLength="134.2" clip-path="url(#terminal-346 [...]
+</text><text class="terminal-3465962952-r4" x="0" y="1142.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-46)">│</text><text class="terminal-3465962952-r5" x="24.4" y="1142.4" textLength="12.2" clip-path="url(#terminal-3465962952-line-46)">-</text><text class="terminal-3465962952-r5" x="36.6" y="1142.4" textLength="61" clip-path="url(#terminal-3465962952-line-46)">-help</text><text class="terminal-3465962952-r6" x="280.6" y="1142.4" textLength="24.4" clip-path="url(#termina [...]
+</text><text class="terminal-3465962952-r4" x="0" y="1166.8" textLength="1464" clip-path="url(#terminal-3465962952-line-47)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-3465962952-r2" x="1464" y="1166.8" textLength="12.2" clip-path="url(#terminal-3465962952-line-47)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-stop.svg b/images/breeze/output-stop.svg
index 6f5a9ca2d8..5fc1819e95 100644
--- a/images/breeze/output-stop.svg
+++ b/images/breeze/output-stop.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 435.20000000000005" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 367.2" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,47 +19,93 @@
         font-weight: 700;
     }
 
-    .terminal-640511514-matrix {
+    .terminal-1568632346-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-640511514-title {
+    .terminal-1568632346-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-640511514-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-640511514-r2 { fill: #c5c8c6 }
-.terminal-640511514-r3 { fill: #d0b344;font-weight: bold }
-.terminal-640511514-r4 { fill: #868887 }
-.terminal-640511514-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-640511514-r6 { fill: #98a84b;font-weight: bold }
+    .terminal-1568632346-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-1568632346-r2 { fill: #c5c8c6 }
+.terminal-1568632346-r3 { fill: #d0b344;font-weight: bold }
+.terminal-1568632346-r4 { fill: #868887 }
+.terminal-1568632346-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-1568632346-r6 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="395.2" rx="12"/><text class="terminal-640511514-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: stop</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-1568632346-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="316.2" />
+    </clipPath>
+    <clipPath id="terminal-1568632346-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1568632346-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="365.2" rx="8"/><text class="terminal-1568632346-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;stop</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-1568632346-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-640511514-matrix" font-variant="east-asian-width-values"><tspan class="terminal-640511514-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-640511514-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-640511514-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-640511514-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;stop&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-640511514-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-640511514-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-640511514-r2" x="12.4" y="99.2" textLength="1463.2">Stop&#160;running&#160;breeze&#160;environment.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-640511514-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-640511514-r4" x="0" y="152" textLength="1488">╭─&#160;Stop&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-640511514-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-640511514-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-640511514-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-640511514-r5" x="37.2" y="178.4" textLength="223.2">--preserve-volumes</tspan><tspan class="terminal-640511514-r2" x="260.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-640511514-r6" x="285.2" y="178.4" textLength="24.8">-p</tspan><tspan class="terminal-640511 [...]
-</tspan><tspan class="terminal-640511514-r4" x="0" y="204.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-640511514-r2" x="1488" y="204.8" textLength="12.4">
-</tspan><tspan class="terminal-640511514-r4" x="0" y="231.2" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-640511514-r2" x="1488" y="231.2" textLength="12.4">
-</tspan><tspan class="terminal-640511514-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-640511514-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-640511514-r5" x="37.2" y="257.6" textLength="111.6">--verbose</tspan><tspan class="terminal-640511514-r2" x="148.8" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-640511514-r6" x="173.6" y="257.6" textLength="24.8">-v</tspan><tspan class="terminal-640511514-r2" x [...]
-</tspan><tspan class="terminal-640511514-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-640511514-r2" x="12.4" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-640511514-r5" x="37.2" y="284" textLength="111.6">--dry-run</tspan><tspan class="terminal-640511514-r2" x="148.8" y="284" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-640511514-r6" x="173.6" y="284" textLength="24.8">-D</tspan><tspan class="terminal-640511514-r2" x="198.4" y [...]
-</tspan><tspan class="terminal-640511514-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-640511514-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-640511514-r5" x="37.2" y="310.4" textLength="74.4">--help</tspan><tspan class="terminal-640511514-r2" x="111.6" y="310.4" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-640511514-r6" x="173.6" y="310.4" textLength="24.8">-h</tspan><tspan class="terminal-640 [...]
-</tspan><tspan class="terminal-640511514-r4" x="0" y="336.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-640511514-r2" x="1488" y="336.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-1568632346-matrix">
+    <text class="terminal-1568632346-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-1568632346-line-0)">
+</text><text class="terminal-1568632346-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-1568632346-line-1)">Usage:&#160;</text><text class="terminal-1568632346-r1" x="97.6" y="44.4" textLength="256.2" clip-path="url(#terminal-1568632346-line-1)">breeze&#160;stop&#160;[OPTIONS]</text><text class="terminal-1568632346-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-1568632346-line-1)">
+</text><text class="terminal-1568632346-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-1568632346-line-2)">
+</text><text class="terminal-1568632346-r2" x="12.2" y="93.2" textLength="390.4" clip-path="url(#terminal-1568632346-line-3)">Stop&#160;running&#160;breeze&#160;environment.</text><text class="terminal-1568632346-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-1568632346-line-3)">
+</text><text class="terminal-1568632346-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-1568632346-line-4)">
+</text><text class="terminal-1568632346-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-1568632346-line-5)">╭─</text><text class="terminal-1568632346-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-1568632346-line-5)">&#160;Stop&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1568632346-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-156863 [...]
+</text><text class="terminal-1568632346-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-1568632346-line-6)">│</text><text class="terminal-1568632346-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-1568632346-line-6)">-</text><text class="terminal-1568632346-r5" x="36.6" y="166.4" textLength="109.8" clip-path="url(#terminal-1568632346-line-6)">-preserve</text><text class="terminal-1568632346-r5" x="146.4" y="166.4" textLength="97.6" clip-path="url(#termina [...]
+</text><text class="terminal-1568632346-r4" x="0" y="190.8" textLength="1464" clip-path="url(#terminal-1568632346-line-7)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1568632346-r2" x="1464" y="190.8" textLength="12.2" clip-path="url(#terminal-1568632346-line-7)">
+</text><text class="terminal-1568632346-r4" x="0" y="215.2" textLength="24.4" clip-path="url(#terminal-1568632346-line-8)">╭─</text><text class="terminal-1568632346-r4" x="24.4" y="215.2" textLength="1415.2" clip-path="url(#terminal-1568632346-line-8)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1568632346-r4" x="1439.6" y="215.2" textLength="24.4" clip-path="url(#terminal-15686 [...]
+</text><text class="terminal-1568632346-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-1568632346-line-9)">│</text><text class="terminal-1568632346-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-1568632346-line-9)">-</text><text class="terminal-1568632346-r5" x="36.6" y="239.6" textLength="97.6" clip-path="url(#terminal-1568632346-line-9)">-verbose</text><text class="terminal-1568632346-r6" x="158.6" y="239.6" textLength="24.4" clip-path="url(#terminal- [...]
+</text><text class="terminal-1568632346-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-1568632346-line-10)">│</text><text class="terminal-1568632346-r5" x="24.4" y="264" textLength="12.2" clip-path="url(#terminal-1568632346-line-10)">-</text><text class="terminal-1568632346-r5" x="36.6" y="264" textLength="48.8" clip-path="url(#terminal-1568632346-line-10)">-dry</text><text class="terminal-1568632346-r5" x="85.4" y="264" textLength="48.8" clip-path="url(#terminal-1568632346 [...]
+</text><text class="terminal-1568632346-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-1568632346-line-11)">│</text><text class="terminal-1568632346-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-1568632346-line-11)">-</text><text class="terminal-1568632346-r5" x="36.6" y="288.4" textLength="61" clip-path="url(#terminal-1568632346-line-11)">-help</text><text class="terminal-1568632346-r6" x="158.6" y="288.4" textLength="24.4" clip-path="url(#terminal-15 [...]
+</text><text class="terminal-1568632346-r4" x="0" y="312.8" textLength="1464" clip-path="url(#terminal-1568632346-line-12)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1568632346-r2" x="1464" y="312.8" textLength="12.2" clip-path="url(#terminal-1568632346-line-12)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-tests.svg b/images/breeze/output-tests.svg
index 0b344da888..7c02458342 100644
--- a/images/breeze/output-tests.svg
+++ b/images/breeze/output-tests.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 567.2" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 489.2" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,53 +19,114 @@
         font-weight: 700;
     }
 
-    .terminal-2156331930-matrix {
+    .terminal-4193911706-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2156331930-title {
+    .terminal-4193911706-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2156331930-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2156331930-r2 { fill: #c5c8c6 }
-.terminal-2156331930-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2156331930-r4 { fill: #868887 }
-.terminal-2156331930-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2156331930-r6 { fill: #8d7b39 }
-.terminal-2156331930-r7 { fill: #98a84b;font-weight: bold }
+    .terminal-4193911706-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-4193911706-r2 { fill: #c5c8c6 }
+.terminal-4193911706-r3 { fill: #d0b344;font-weight: bold }
+.terminal-4193911706-r4 { fill: #868887 }
+.terminal-4193911706-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-4193911706-r6 { fill: #8d7b39 }
+.terminal-4193911706-r7 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="527.2" rx="12"/><text class="terminal-2156331930-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: tests</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-4193911706-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="438.2" />
+    </clipPath>
+    <clipPath id="terminal-4193911706-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4193911706-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="487.2" rx="8"/><text class="terminal-4193911706-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;tests</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-4193911706-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2156331930-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2156331930-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2156331930-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2156331930-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2156331930-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;tests&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-2156331930-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2156331930-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="99.2" textLength="1463.2">Run&#160;the&#160;specified&#160;unit&#160;test&#160;targets.&#160;Multiple&#160;targets&#160;may&#160;be&#160;specified&#160;separated&#160;by&#160;spaces.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tsp [...]
-</tspan><tspan class="terminal-2156331930-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="152" textLength="1488">╭─&#160;Basic&#160;flag&#160;for&#160;tests&#160;command&#160;───────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2156331930-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r5" x="37.2" y="178.4" textLength="161.2">--integration</tspan><tspan class="terminal-2156331930-r2" x="198.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r2" x="223.2" y="178.4" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class= [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="204.8" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2156331930-r6" x="285.2" y="204.8" textLength="1128.4">(cassandra&#160;|&#160;kerberos&#160;|&#160;mongo&#160;|&#160;openldap&#160;|&#160;pinot&#160;|&#160;rabbitmq [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="231.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r5" x="37.2" y="231.2" textLength="136.4">--test-type</tspan><tspan class="terminal-2156331930-r2" x="173.6" y="231.2" textLength="49.6">&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2156331930-r7" x="223.2" y="231.2" textLength="37.2">-tt</tspan><tspan class="term [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="257.6" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2156331930-r6" x="285.2" y="257.6" textLength="1165.6">(All&#160;|&#160;Always&#160;|&#160;Core&#160;|&#160;Providers&#160;|&#160;API&#160;|&#160;CLI&#160;|&#160;In [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="284" textLength="272.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2156331930-r6" x="285.2" y="284" textLength="1165.6">Helm&#160;|&#160;Quarantined)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r5" x="37.2" y="310.4" textLength="124">--db-reset</tspan><tspan class="terminal-2156331930-r2" x="161.2" y="310.4" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2156331930-r7" x="223.2" y="310.4" textLength="24.8">-d</tspan><tspan class="term [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="336.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2156331930-r2" x="1488" y="336.8" textLength="12.4">
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="363.2" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2156331930-r2" x="1488" y="363.2" textLength="12.4">
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r5" x="37.2" y="389.6" textLength="111.6">--dry-run</tspan><tspan class="terminal-2156331930-r2" x="148.8" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r7" x="173.6" y="389.6" textLength="24.8">-D</tspan><tspan class="terminal-2156331930 [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r5" x="37.2" y="416" textLength="111.6">--verbose</tspan><tspan class="terminal-2156331930-r2" x="148.8" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r7" x="173.6" y="416" textLength="24.8">-v</tspan><tspan class="terminal-2156331930-r2" x="19 [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-2156331930-r2" x="12.4" y="442.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2156331930-r5" x="37.2" y="442.4" textLength="74.4">--help</tspan><tspan class="terminal-2156331930-r2" x="111.6" y="442.4" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2156331930-r7" x="173.6" y="442.4" textLength="24.8">-h</tspan><tspan class="termina [...]
-</tspan><tspan class="terminal-2156331930-r4" x="0" y="468.8" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2156331930-r2" x="1488" y="468.8" textLength="12.4">
-</tspan></text>
+    <g class="terminal-4193911706-matrix">
+    <text class="terminal-4193911706-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-4193911706-line-0)">
+</text><text class="terminal-4193911706-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-4193911706-line-1)">Usage:&#160;</text><text class="terminal-4193911706-r1" x="97.6" y="44.4" textLength="549" clip-path="url(#terminal-4193911706-line-1)">breeze&#160;tests&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...</text><text class="terminal-4193911706-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-4193911706-line-1)">
+</text><text class="terminal-4193911706-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-4193911706-line-2)">
+</text><text class="terminal-4193911706-r2" x="12.2" y="93.2" textLength="1110.2" clip-path="url(#terminal-4193911706-line-3)">Run&#160;the&#160;specified&#160;unit&#160;test&#160;targets.&#160;Multiple&#160;targets&#160;may&#160;be&#160;specified&#160;separated&#160;by&#160;spaces.</text><text class="terminal-4193911706-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-4193911706-line-3)">
+</text><text class="terminal-4193911706-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-4193911706-line-4)">
+</text><text class="terminal-4193911706-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-4193911706-line-5)">╭─</text><text class="terminal-4193911706-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-4193911706-line-5)">&#160;Basic&#160;flag&#160;for&#160;tests&#160;command&#160;──────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-4193911706-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(# [...]
+</text><text class="terminal-4193911706-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-4193911706-line-6)">│</text><text class="terminal-4193911706-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-4193911706-line-6)">-</text><text class="terminal-4193911706-r5" x="36.6" y="166.4" textLength="146.4" clip-path="url(#terminal-4193911706-line-6)">-integration</text><text class="terminal-4193911706-r2" x="268.4" y="166.4" textLength="1110.2" clip-path="url(#te [...]
+</text><text class="terminal-4193911706-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-4193911706-line-7)">│</text><text class="terminal-4193911706-r6" x="268.4" y="190.8" textLength="1110.2" clip-path="url(#terminal-4193911706-line-7)">(cassandra&#160;|&#160;kerberos&#160;|&#160;mongo&#160;|&#160;openldap&#160;|&#160;pinot&#160;|&#160;rabbitmq&#160;|&#160;redis&#160;|&#160;statsd&#160;|&#160;trino&#160;|&#160;all)</text><text class="terminal-4193911706-r4" x="1451.8" y=" [...]
+</text><text class="terminal-4193911706-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-4193911706-line-8)">│</text><text class="terminal-4193911706-r5" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-4193911706-line-8)">-</text><text class="terminal-4193911706-r5" x="36.6" y="215.2" textLength="61" clip-path="url(#terminal-4193911706-line-8)">-test</text><text class="terminal-4193911706-r5" x="97.6" y="215.2" textLength="61" clip-path="url(#terminal-41939117 [...]
+</text><text class="terminal-4193911706-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-4193911706-line-9)">│</text><text class="terminal-4193911706-r6" x="268.4" y="239.6" textLength="1171.2" clip-path="url(#terminal-4193911706-line-9)">(All&#160;|&#160;Always&#160;|&#160;Core&#160;|&#160;Providers&#160;|&#160;API&#160;|&#160;CLI&#160;|&#160;Integration&#160;|&#160;Other&#160;|&#160;WWW&#160;|&#160;Postgres&#160;|&#160;MySQL&#160;|&#160;&#160;&#160;</text><text class="ter [...]
+</text><text class="terminal-4193911706-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-4193911706-line-10)">│</text><text class="terminal-4193911706-r6" x="268.4" y="264" textLength="1171.2" clip-path="url(#terminal-4193911706-line-10)">Helm&#160;|&#160;Quarantined)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-4193911706-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-4193911706-line-11)">│</text><text class="terminal-4193911706-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-4193911706-line-11)">-</text><text class="terminal-4193911706-r5" x="36.6" y="288.4" textLength="36.6" clip-path="url(#terminal-4193911706-line-11)">-db</text><text class="terminal-4193911706-r5" x="73.2" y="288.4" textLength="73.2" clip-path="url(#terminal-419 [...]
+</text><text class="terminal-4193911706-r4" x="0" y="312.8" textLength="1464" clip-path="url(#terminal-4193911706-line-12)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-4193911706-r2" x="1464" y="312.8" textLength="12.2" clip-path="url(#terminal-4193911706-line-12)">
+</text><text class="terminal-4193911706-r4" x="0" y="337.2" textLength="24.4" clip-path="url(#terminal-4193911706-line-13)">╭─</text><text class="terminal-4193911706-r4" x="24.4" y="337.2" textLength="1415.2" clip-path="url(#terminal-4193911706-line-13)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-4193911706-r4" x="1439.6" y="337.2" textLength="24.4" clip-path="url(#terminal-419 [...]
+</text><text class="terminal-4193911706-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-4193911706-line-14)">│</text><text class="terminal-4193911706-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-4193911706-line-14)">-</text><text class="terminal-4193911706-r5" x="36.6" y="361.6" textLength="48.8" clip-path="url(#terminal-4193911706-line-14)">-dry</text><text class="terminal-4193911706-r5" x="85.4" y="361.6" textLength="48.8" clip-path="url(#terminal-41 [...]
+</text><text class="terminal-4193911706-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-4193911706-line-15)">│</text><text class="terminal-4193911706-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-4193911706-line-15)">-</text><text class="terminal-4193911706-r5" x="36.6" y="386" textLength="97.6" clip-path="url(#terminal-4193911706-line-15)">-verbose</text><text class="terminal-4193911706-r7" x="158.6" y="386" textLength="24.4" clip-path="url(#terminal-41939 [...]
+</text><text class="terminal-4193911706-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-4193911706-line-16)">│</text><text class="terminal-4193911706-r5" x="24.4" y="410.4" textLength="12.2" clip-path="url(#terminal-4193911706-line-16)">-</text><text class="terminal-4193911706-r5" x="36.6" y="410.4" textLength="61" clip-path="url(#terminal-4193911706-line-16)">-help</text><text class="terminal-4193911706-r7" x="158.6" y="410.4" textLength="24.4" clip-path="url(#terminal-41 [...]
+</text><text class="terminal-4193911706-r4" x="0" y="434.8" textLength="1464" clip-path="url(#terminal-4193911706-line-17)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-4193911706-r2" x="1464" y="434.8" textLength="12.2" clip-path="url(#terminal-4193911706-line-17)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-verify-image.svg b/images/breeze/output-verify-image.svg
index e35e11819f..b79efb93f2 100644
--- a/images/breeze/output-verify-image.svg
+++ b/images/breeze/output-verify-image.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 540.8" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 464.79999999999995" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,52 +19,110 @@
         font-weight: 700;
     }
 
-    .terminal-2093741156-matrix {
+    .terminal-4166710372-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-2093741156-title {
+    .terminal-4166710372-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-2093741156-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-2093741156-r2 { fill: #c5c8c6 }
-.terminal-2093741156-r3 { fill: #d0b344;font-weight: bold }
-.terminal-2093741156-r4 { fill: #868887 }
-.terminal-2093741156-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-2093741156-r6 { fill: #98a84b;font-weight: bold }
-.terminal-2093741156-r7 { fill: #8d7b39 }
+    .terminal-4166710372-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-4166710372-r2 { fill: #c5c8c6 }
+.terminal-4166710372-r3 { fill: #d0b344;font-weight: bold }
+.terminal-4166710372-r4 { fill: #868887 }
+.terminal-4166710372-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-4166710372-r6 { fill: #98a84b;font-weight: bold }
+.terminal-4166710372-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="500.8" rx="12"/><text class="terminal-2093741156-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: verify-image</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-4166710372-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="413.79999999999995" />
+    </clipPath>
+    <clipPath id="terminal-4166710372-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-4166710372-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="462.8" rx="8"/><text class="terminal-4166710372-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;verify-image</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-4166710372-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-2093741156-matrix" font-variant="east-asian-width-values"><tspan class="terminal-2093741156-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2093741156-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-2093741156-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-2093741156-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;verify-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-2093741156-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2093741156-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="99.2" textLength="1463.2">Verify&#160;CI&#160;image.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-2093741156-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="152" textLength="1488">╭─&#160;Verify&#160;image&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2093741156-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r5" x="37.2" y="178.4" textLength="148.8">--image-name</tspan><tspan class="terminal-2093741156-r2" x="186" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r6" x="210.8" y="178.4" textLength="24.8">-n</tspan><tspan class="terminal-209374115 [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r5" x="37.2" y="204.8" textLength="99.2">--python</tspan><tspan class="terminal-2093741156-r2" x="136.4" y="204.8" textLength="74.4">&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2093741156-r6" x="210.8" y="204.8" textLength="24.8">-p</tspan><tspan clas [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="231.2" textLength="248">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2093741156-r4" x="260.4" y="231.2" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r5" x="37.2" y="257.6" textLength="136.4">--image-tag</tspan><tspan class="terminal-2093741156-r2" x="173.6" y="257.6" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-2093741156-r6" x="210.8" y="257.6" textLength="24.8">-t</tspan><tspan class="terminal-20 [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="284" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2093741156-r2" x="1488" y="284" textLength="12.4">
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="310.4" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-2093741156-r2" x="1488" y="310.4" textLength="12.4">
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r5" x="37.2" y="336.8" textLength="111.6">--verbose</tspan><tspan class="terminal-2093741156-r2" x="148.8" y="336.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2093741156-r6" x="297.6" y="336.8"  [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r5" x="37.2" y="363.2" textLength="111.6">--dry-run</tspan><tspan class="terminal-2093741156-r2" x="148.8" y="363.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2093741156-r6" x="297.6" y="363.2"  [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r5" x="37.2" y="389.6" textLength="235.6">--github-repository</tspan><tspan class="terminal-2093741156-r2" x="272.8" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r6" x="297.6" y="389.6" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-2093741156-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-2093741156-r5" x="37.2" y="416" textLength="74.4">--help</tspan><tspan class="terminal-2093741156-r2" x="111.6" y="416" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-2093741156-r6" x="297.6" y="416 [...]
-</tspan><tspan class="terminal-2093741156-r4" x="0" y="442.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-2093741156-r2" x="1488" y="442.4" textLength="12.4">
-</tspan></text>
+    <g class="terminal-4166710372-matrix">
+    <text class="terminal-4166710372-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-4166710372-line-0)">
+</text><text class="terminal-4166710372-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-4166710372-line-1)">Usage:&#160;</text><text class="terminal-4166710372-r1" x="97.6" y="44.4" textLength="634.4" clip-path="url(#terminal-4166710372-line-1)">breeze&#160;verify-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...</text><text class="terminal-4166710372-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-4166710372-line-1)">
+</text><text class="terminal-4166710372-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-4166710372-line-2)">
+</text><text class="terminal-4166710372-r2" x="12.2" y="93.2" textLength="195.2" clip-path="url(#terminal-4166710372-line-3)">Verify&#160;CI&#160;image.</text><text class="terminal-4166710372-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-4166710372-line-3)">
+</text><text class="terminal-4166710372-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-4166710372-line-4)">
+</text><text class="terminal-4166710372-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-4166710372-line-5)">╭─</text><text class="terminal-4166710372-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-4166710372-line-5)">&#160;Verify&#160;image&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-4166710372-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-4 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-4166710372-line-6)">│</text><text class="terminal-4166710372-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-4166710372-line-6)">-</text><text class="terminal-4166710372-r5" x="36.6" y="166.4" textLength="73.2" clip-path="url(#terminal-4166710372-line-6)">-image</text><text class="terminal-4166710372-r5" x="109.8" y="166.4" textLength="61" clip-path="url(#terminal-4166 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-4166710372-line-7)">│</text><text class="terminal-4166710372-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-4166710372-line-7)">-</text><text class="terminal-4166710372-r5" x="36.6" y="190.8" textLength="85.4" clip-path="url(#terminal-4166710372-line-7)">-python</text><text class="terminal-4166710372-r6" x="195.2" y="190.8" textLength="24.4" clip-path="url(#terminal-4 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-4166710372-line-8)">│</text><text class="terminal-4166710372-r4" x="244" y="215.2" textLength="732" clip-path="url(#terminal-4166710372-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-4166710372-line-9)">│</text><text class="terminal-4166710372-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-4166710372-line-9)">-</text><text class="terminal-4166710372-r5" x="36.6" y="239.6" textLength="73.2" clip-path="url(#terminal-4166710372-line-9)">-image</text><text class="terminal-4166710372-r5" x="109.8" y="239.6" textLength="48.8" clip-path="url(#terminal-41 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="264" textLength="1464" clip-path="url(#terminal-4166710372-line-10)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-4166710372-r2" x="1464" y="264" textLength="12.2" clip-path="url(#terminal-4166710372-line-10)">
+</text><text class="terminal-4166710372-r4" x="0" y="288.4" textLength="24.4" clip-path="url(#terminal-4166710372-line-11)">╭─</text><text class="terminal-4166710372-r4" x="24.4" y="288.4" textLength="1415.2" clip-path="url(#terminal-4166710372-line-11)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-4166710372-r4" x="1439.6" y="288.4" textLength="24.4" clip-path="url(#terminal-416 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-4166710372-line-12)">│</text><text class="terminal-4166710372-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-4166710372-line-12)">-</text><text class="terminal-4166710372-r5" x="36.6" y="312.8" textLength="97.6" clip-path="url(#terminal-4166710372-line-12)">-verbose</text><text class="terminal-4166710372-r6" x="280.6" y="312.8" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-4166710372-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-4166710372-line-13)">│</text><text class="terminal-4166710372-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-4166710372-line-13)">-</text><text class="terminal-4166710372-r5" x="36.6" y="337.2" textLength="48.8" clip-path="url(#terminal-4166710372-line-13)">-dry</text><text class="terminal-4166710372-r5" x="85.4" y="337.2" textLength="48.8" clip-path="url(#terminal-41 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-4166710372-line-14)">│</text><text class="terminal-4166710372-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-4166710372-line-14)">-</text><text class="terminal-4166710372-r5" x="36.6" y="361.6" textLength="85.4" clip-path="url(#terminal-4166710372-line-14)">-github</text><text class="terminal-4166710372-r5" x="122" y="361.6" textLength="134.2" clip-path="url(#terminal [...]
+</text><text class="terminal-4166710372-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-4166710372-line-15)">│</text><text class="terminal-4166710372-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-4166710372-line-15)">-</text><text class="terminal-4166710372-r5" x="36.6" y="386" textLength="61" clip-path="url(#terminal-4166710372-line-15)">-help</text><text class="terminal-4166710372-r6" x="280.6" y="386" textLength="24.4" clip-path="url(#terminal-4166710372 [...]
+</text><text class="terminal-4166710372-r4" x="0" y="410.4" textLength="1464" clip-path="url(#terminal-4166710372-line-16)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-4166710372-r2" x="1464" y="410.4" textLength="12.2" clip-path="url(#terminal-4166710372-line-16)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-verify-prod-image.svg b/images/breeze/output-verify-prod-image.svg
index 3dab7852ea..4bc7a36527 100644
--- a/images/breeze/output-verify-prod-image.svg
+++ b/images/breeze/output-verify-prod-image.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 540.8" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 464.79999999999995" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,52 +19,110 @@
         font-weight: 700;
     }
 
-    .terminal-439155235-matrix {
+    .terminal-2512124451-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-439155235-title {
+    .terminal-2512124451-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-439155235-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-439155235-r2 { fill: #c5c8c6 }
-.terminal-439155235-r3 { fill: #d0b344;font-weight: bold }
-.terminal-439155235-r4 { fill: #868887 }
-.terminal-439155235-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-439155235-r6 { fill: #98a84b;font-weight: bold }
-.terminal-439155235-r7 { fill: #8d7b39 }
+    .terminal-2512124451-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-2512124451-r2 { fill: #c5c8c6 }
+.terminal-2512124451-r3 { fill: #d0b344;font-weight: bold }
+.terminal-2512124451-r4 { fill: #868887 }
+.terminal-2512124451-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-2512124451-r6 { fill: #98a84b;font-weight: bold }
+.terminal-2512124451-r7 { fill: #8d7b39 }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="500.8" rx="12"/><text class="terminal-439155235-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: verify-prod-image</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-2512124451-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="413.79999999999995" />
+    </clipPath>
+    <clipPath id="terminal-2512124451-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-2512124451-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="462.8" rx="8"/><text class="terminal-2512124451-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;verify-prod-image</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-2512124451-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-439155235-matrix" font-variant="east-asian-width-values"><tspan class="terminal-439155235-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-439155235-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-439155235-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-439155235-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;verify-prod-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-439155235-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-439155235-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-439155235-r2" x="12.4" y="99.2" textLength="1463.2">Verify&#160;Production&#160;image.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-439155235-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="152" textLength="1488">╭─&#160;Verify&#160;image&#160;flags&#160;─────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-439155235-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-439155235-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r5" x="37.2" y="178.4" textLength="148.8">--image-name</tspan><tspan class="terminal-439155235-r2" x="186" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r6" x="210.8" y="178.4" textLength="24.8">-n</tspan><tspan class="terminal-439155235-r2"  [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r5" x="37.2" y="204.8" textLength="99.2">--python</tspan><tspan class="terminal-439155235-r2" x="136.4" y="204.8" textLength="74.4">&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-439155235-r6" x="210.8" y="204.8" textLength="24.8">-p</tspan><tspan class="te [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="231.2" textLength="248">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-439155235-r4" x="260.4" y="231.2" textLength="744">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="257.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r5" x="37.2" y="257.6" textLength="136.4">--image-tag</tspan><tspan class="terminal-439155235-r2" x="173.6" y="257.6" textLength="37.2">&#160;&#160;&#160;</tspan><tspan class="terminal-439155235-r6" x="210.8" y="257.6" textLength="24.8">-t</tspan><tspan class="terminal-4391552 [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="284" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-439155235-r2" x="1488" y="284" textLength="12.4">
-</tspan><tspan class="terminal-439155235-r4" x="0" y="310.4" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-439155235-r2" x="1488" y="310.4" textLength="12.4">
-</tspan><tspan class="terminal-439155235-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="336.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r5" x="37.2" y="336.8" textLength="111.6">--verbose</tspan><tspan class="terminal-439155235-r2" x="148.8" y="336.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-439155235-r6" x="297.6" y="336.8" textL [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="363.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r5" x="37.2" y="363.2" textLength="111.6">--dry-run</tspan><tspan class="terminal-439155235-r2" x="148.8" y="363.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-439155235-r6" x="297.6" y="363.2" textL [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r5" x="37.2" y="389.6" textLength="235.6">--github-repository</tspan><tspan class="terminal-439155235-r2" x="272.8" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r6" x="297.6" y="389.6" textLength="24.8">-g</tspan><tspan class="terminal-43915 [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-439155235-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-439155235-r5" x="37.2" y="416" textLength="74.4">--help</tspan><tspan class="terminal-439155235-r2" x="111.6" y="416" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-439155235-r6" x="297.6" y="416" tex [...]
-</tspan><tspan class="terminal-439155235-r4" x="0" y="442.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-439155235-r2" x="1488" y="442.4" textLength="12.4">
-</tspan></text>
+    <g class="terminal-2512124451-matrix">
+    <text class="terminal-2512124451-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-2512124451-line-0)">
+</text><text class="terminal-2512124451-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2512124451-line-1)">Usage:&#160;</text><text class="terminal-2512124451-r1" x="97.6" y="44.4" textLength="695.4" clip-path="url(#terminal-2512124451-line-1)">breeze&#160;verify-prod-image&#160;[OPTIONS]&#160;[EXTRA_PYTEST_ARGS]...</text><text class="terminal-2512124451-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-2512124451-line-1)">
+</text><text class="terminal-2512124451-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-2512124451-line-2)">
+</text><text class="terminal-2512124451-r2" x="12.2" y="93.2" textLength="292.8" clip-path="url(#terminal-2512124451-line-3)">Verify&#160;Production&#160;image.</text><text class="terminal-2512124451-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-2512124451-line-3)">
+</text><text class="terminal-2512124451-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-2512124451-line-4)">
+</text><text class="terminal-2512124451-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-2512124451-line-5)">╭─</text><text class="terminal-2512124451-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-2512124451-line-5)">&#160;Verify&#160;image&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2512124451-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-2512124451-line-6)">│</text><text class="terminal-2512124451-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-2512124451-line-6)">-</text><text class="terminal-2512124451-r5" x="36.6" y="166.4" textLength="73.2" clip-path="url(#terminal-2512124451-line-6)">-image</text><text class="terminal-2512124451-r5" x="109.8" y="166.4" textLength="61" clip-path="url(#terminal-2512 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-2512124451-line-7)">│</text><text class="terminal-2512124451-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-2512124451-line-7)">-</text><text class="terminal-2512124451-r5" x="36.6" y="190.8" textLength="85.4" clip-path="url(#terminal-2512124451-line-7)">-python</text><text class="terminal-2512124451-r6" x="195.2" y="190.8" textLength="24.4" clip-path="url(#terminal-2 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-2512124451-line-8)">│</text><text class="terminal-2512124451-r4" x="244" y="215.2" textLength="732" clip-path="url(#terminal-2512124451-line-8)">[default:&#160;3.7]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-2512124451-line-9)">│</text><text class="terminal-2512124451-r5" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-2512124451-line-9)">-</text><text class="terminal-2512124451-r5" x="36.6" y="239.6" textLength="73.2" clip-path="url(#terminal-2512124451-line-9)">-image</text><text class="terminal-2512124451-r5" x="109.8" y="239.6" textLength="48.8" clip-path="url(#terminal-25 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="264" textLength="1464" clip-path="url(#terminal-2512124451-line-10)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2512124451-r2" x="1464" y="264" textLength="12.2" clip-path="url(#terminal-2512124451-line-10)">
+</text><text class="terminal-2512124451-r4" x="0" y="288.4" textLength="24.4" clip-path="url(#terminal-2512124451-line-11)">╭─</text><text class="terminal-2512124451-r4" x="24.4" y="288.4" textLength="1415.2" clip-path="url(#terminal-2512124451-line-11)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-2512124451-r4" x="1439.6" y="288.4" textLength="24.4" clip-path="url(#terminal-251 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-2512124451-line-12)">│</text><text class="terminal-2512124451-r5" x="24.4" y="312.8" textLength="12.2" clip-path="url(#terminal-2512124451-line-12)">-</text><text class="terminal-2512124451-r5" x="36.6" y="312.8" textLength="97.6" clip-path="url(#terminal-2512124451-line-12)">-verbose</text><text class="terminal-2512124451-r6" x="280.6" y="312.8" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-2512124451-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-2512124451-line-13)">│</text><text class="terminal-2512124451-r5" x="24.4" y="337.2" textLength="12.2" clip-path="url(#terminal-2512124451-line-13)">-</text><text class="terminal-2512124451-r5" x="36.6" y="337.2" textLength="48.8" clip-path="url(#terminal-2512124451-line-13)">-dry</text><text class="terminal-2512124451-r5" x="85.4" y="337.2" textLength="48.8" clip-path="url(#terminal-25 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-2512124451-line-14)">│</text><text class="terminal-2512124451-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-2512124451-line-14)">-</text><text class="terminal-2512124451-r5" x="36.6" y="361.6" textLength="85.4" clip-path="url(#terminal-2512124451-line-14)">-github</text><text class="terminal-2512124451-r5" x="122" y="361.6" textLength="134.2" clip-path="url(#terminal [...]
+</text><text class="terminal-2512124451-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-2512124451-line-15)">│</text><text class="terminal-2512124451-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-2512124451-line-15)">-</text><text class="terminal-2512124451-r5" x="36.6" y="386" textLength="61" clip-path="url(#terminal-2512124451-line-15)">-help</text><text class="terminal-2512124451-r6" x="280.6" y="386" textLength="24.4" clip-path="url(#terminal-2512124451 [...]
+</text><text class="terminal-2512124451-r4" x="0" y="410.4" textLength="1464" clip-path="url(#terminal-2512124451-line-16)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-2512124451-r2" x="1464" y="410.4" textLength="12.2" clip-path="url(#terminal-2512124451-line-16)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-verify-provider-packages.svg b/images/breeze/output-verify-provider-packages.svg
index 061622d353..cfb88fbcc4 100644
--- a/images/breeze/output-verify-provider-packages.svg
+++ b/images/breeze/output-verify-provider-packages.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 804.8000000000001" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 708.8" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,62 +19,150 @@
         font-weight: 700;
     }
 
-    .terminal-3092598158-matrix {
+    .terminal-1322667406-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-3092598158-title {
+    .terminal-1322667406-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-3092598158-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-3092598158-r2 { fill: #c5c8c6 }
-.terminal-3092598158-r3 { fill: #d0b344;font-weight: bold }
-.terminal-3092598158-r4 { fill: #868887 }
-.terminal-3092598158-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-3092598158-r6 { fill: #8d7b39 }
-.terminal-3092598158-r7 { fill: #98a84b;font-weight: bold }
+    .terminal-1322667406-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-1322667406-r2 { fill: #c5c8c6 }
+.terminal-1322667406-r3 { fill: #d0b344;font-weight: bold }
+.terminal-1322667406-r4 { fill: #868887 }
+.terminal-1322667406-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-1322667406-r6 { fill: #8d7b39 }
+.terminal-1322667406-r7 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="764.8" rx="12"/><text class="terminal-3092598158-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: verify-provider-packages</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-1322667406-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="657.8" />
+    </clipPath>
+    <clipPath id="terminal-1322667406-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-8">
+    <rect x="0" y="196.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-9">
+    <rect x="0" y="221.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-10">
+    <rect x="0" y="245.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-11">
+    <rect x="0" y="269.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-12">
+    <rect x="0" y="294.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-13">
+    <rect x="0" y="318.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-14">
+    <rect x="0" y="343.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-15">
+    <rect x="0" y="367.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-16">
+    <rect x="0" y="391.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-17">
+    <rect x="0" y="416.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-18">
+    <rect x="0" y="440.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-19">
+    <rect x="0" y="465.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-20">
+    <rect x="0" y="489.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-21">
+    <rect x="0" y="513.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-22">
+    <rect x="0" y="538.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-23">
+    <rect x="0" y="562.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-24">
+    <rect x="0" y="587.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-1322667406-line-25">
+    <rect x="0" y="611.5" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="706.8" rx="8"/><text class="terminal-1322667406-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;verify-provider-packages</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-1322667406-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-3092598158-matrix" font-variant="east-asian-width-values"><tspan class="terminal-3092598158-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-3092598158-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-3092598158-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-3092598158-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;verify-provider-packages&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3092598158-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-3092598158-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="99.2" textLength="1463.2">Verifies&#160;if&#160;all&#160;provider&#160;code&#160;is&#160;following&#160;expectations&#160;for&#160;providers.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3092598158-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="152" textLength="1488">╭─&#160;Provider&#160;verification&#160;flags&#160;────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-3092598158-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="178.4" textLength="260.4">--use-airflow-version</tspan><tspan class="terminal-3092598158-r2" x="297.6" y="178.4" textLength="1178">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Use&#160;(reinstall&#160;at&#160;entry)&#16 [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="204.8" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;`wheel`,&#160;or&#160;`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160 [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="231.2" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="231.2" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;or&#160;sdist&#160;packages&#160;available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="257.6" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="257.6" textLength="458.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="471.2" y="257.6" textLength="186">--mount-sources</tspan [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="284" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="284" textLength="458.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3092598158-r6" x="471.2" y="284" textLength="979.6">(none&#160;|&#160;wheel&#1 [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="310.4" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="310.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="310.4" textLength="384.4">--airflow-constraints-reference</tspan><tspan class="terminal-3092598158-r2" x="421.6" y="310.4" textLength="558">&#160;&#160;&#160;&#160;Constraint&#160;reference&#160;to&#160;use.&#160;Useful&#160;with&#160;</tspan><tspan class="t [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="336.8" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="336.8" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#160;find&#160;n [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="363.2" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="363.2" textLength="458.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3092598158-r6" x="471.2" y="363.2" textLength="979.6">(TEXT)&#160;&#160;&# [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="389.6" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="389.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="389.6" textLength="198.4">--airflow-extras</tspan><tspan class="terminal-3092598158-r2" x="235.6" y="389.6" textLength="620">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Airflow&#160;extras [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="416" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="416" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="416" textLength="297.6">--use-packages-from-dist</tspan><tspan class="terminal-3092598158-r2" x="334.8" y="416" textLength="483.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Install&#160;all&#160;found&#160;packages&#160;(</tspan><tspan cl [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="442.4" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="442.4" textLength="1463.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;folder&#160;when&#160;entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="468.8" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="468.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="468.8" textLength="198.4">--package-format</tspan><tspan class="terminal-3092598158-r2" x="235.6" y="468.8" textLength="235.6">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan cl [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="495.2" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="495.2" textLength="458.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3092598158-r4" x="471.2" y="495.2" textLength="669.6">[default:&#160;wheel [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="521.6" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="521.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="521.6" textLength="86.8">--debug</tspan><tspan class="terminal-3092598158-r2" x="124" y="521.6" textLength="347.2">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="548" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-3092598158-r2" x="1488" y="548" textLength="12.4">
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="574.4" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-3092598158-r2" x="1488" y="574.4" textLength="12.4">
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="600.8" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="600.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="600.8" textLength="111.6">--verbose</tspan><tspan class="terminal-3092598158-r2" x="148.8" y="600.8" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3092598158-r7" x="297.6" y="600.8"  [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="627.2" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="627.2" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="627.2" textLength="111.6">--dry-run</tspan><tspan class="terminal-3092598158-r2" x="148.8" y="627.2" textLength="148.8">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3092598158-r7" x="297.6" y="627.2"  [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="653.6" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="653.6" textLength="235.6">--github-repository</tspan><tspan class="terminal-3092598158-r2" x="272.8" y="653.6" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r7" x="297.6" y="653.6" textLength="24.8">-g</tspan><tspan class="terminal- [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="680" textLength="12.4">│</tspan><tspan class="terminal-3092598158-r2" x="12.4" y="680" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-3092598158-r5" x="37.2" y="680" textLength="74.4">--help</tspan><tspan class="terminal-3092598158-r2" x="111.6" y="680" textLength="186">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-3092598158-r7" x="297.6" y="680 [...]
-</tspan><tspan class="terminal-3092598158-r4" x="0" y="706.4" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-3092598158-r2" x="1488" y="706.4" textLength="12.4">
-</tspan></text>
+    <g class="terminal-1322667406-matrix">
+    <text class="terminal-1322667406-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-1322667406-line-0)">
+</text><text class="terminal-1322667406-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-1322667406-line-1)">Usage:&#160;</text><text class="terminal-1322667406-r1" x="97.6" y="44.4" textLength="500.2" clip-path="url(#terminal-1322667406-line-1)">breeze&#160;verify-provider-packages&#160;[OPTIONS]</text><text class="terminal-1322667406-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-1322667406-line-1)">
+</text><text class="terminal-1322667406-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-1322667406-line-2)">
+</text><text class="terminal-1322667406-r2" x="12.2" y="93.2" textLength="854" clip-path="url(#terminal-1322667406-line-3)">Verifies&#160;if&#160;all&#160;provider&#160;code&#160;is&#160;following&#160;expectations&#160;for&#160;providers.</text><text class="terminal-1322667406-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-1322667406-line-3)">
+</text><text class="terminal-1322667406-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-4)">
+</text><text class="terminal-1322667406-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-1322667406-line-5)">╭─</text><text class="terminal-1322667406-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-1322667406-line-5)">&#160;Provider&#160;verification&#160;flags&#160;───────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1322667406-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-1 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-1322667406-line-6)">│</text><text class="terminal-1322667406-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-1322667406-line-6)">-</text><text class="terminal-1322667406-r5" x="36.6" y="166.4" textLength="48.8" clip-path="url(#terminal-1322667406-line-6)">-use</text><text class="terminal-1322667406-r5" x="85.4" y="166.4" textLength="195.2" clip-path="url(#terminal-1322 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-1322667406-line-7)">│</text><text class="terminal-1322667406-r2" x="451.4" y="190.8" textLength="988.2" clip-path="url(#terminal-1322667406-line-7)">`wheel`,&#160;or&#160;`sdist`&#160;if&#160;Airflow&#160;should&#160;be&#160;removed,&#160;installed&#160;from&#160;wheel&#160;packages&#160;&#160;</text><text class="terminal-1322667406-r4" x="1451.8" y="190.8" textLength="12.2" clip-path=" [...]
+</text><text class="terminal-1322667406-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-1322667406-line-8)">│</text><text class="terminal-1322667406-r2" x="451.4" y="215.2" textLength="793" clip-path="url(#terminal-1322667406-line-8)">or&#160;sdist&#160;packages&#160;available&#160;in&#160;dist&#160;folder&#160;respectively.&#160;Implies&#160;</text><text class="terminal-1322667406-r5" x="1244.4" y="215.2" textLength="12.2" clip-path="url(#terminal-1322667406-line-8)">-</t [...]
+</text><text class="terminal-1322667406-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-9)">│</text><text class="terminal-1322667406-r2" x="451.4" y="239.6" textLength="988.2" clip-path="url(#terminal-1322667406-line-9)">`none`.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-1322667406-line-10)">│</text><text class="terminal-1322667406-r6" x="451.4" y="264" textLength="988.2" clip-path="url(#terminal-1322667406-line-10)">(none&#160;|&#160;wheel&#160;|&#160;sdist&#160;|&#160;&lt;airflow_version&gt;)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# [...]
+</text><text class="terminal-1322667406-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-1322667406-line-11)">│</text><text class="terminal-1322667406-r5" x="24.4" y="288.4" textLength="12.2" clip-path="url(#terminal-1322667406-line-11)">-</text><text class="terminal-1322667406-r5" x="36.6" y="288.4" textLength="97.6" clip-path="url(#terminal-1322667406-line-11)">-airflow</text><text class="terminal-1322667406-r5" x="134.2" y="288.4" textLength="268.4" clip-path="url(#termi [...]
+</text><text class="terminal-1322667406-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-1322667406-line-12)">│</text><text class="terminal-1322667406-r2" x="451.4" y="312.8" textLength="988.2" clip-path="url(#terminal-1322667406-line-12)">specify&#160;constraints&#160;for&#160;the&#160;installed&#160;version&#160;and&#160;to&#160;find&#160;newer&#160;dependencies&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-1322667406-r4" x="1451.8" y="312.8" textLength="12.2" [...]
+</text><text class="terminal-1322667406-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-1322667406-line-13)">│</text><text class="terminal-1322667406-r6" x="451.4" y="337.2" textLength="988.2" clip-path="url(#terminal-1322667406-line-13)">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-14)">│</text><text class="terminal-1322667406-r5" x="24.4" y="361.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-14)">-</text><text class="terminal-1322667406-r5" x="36.6" y="361.6" textLength="97.6" clip-path="url(#terminal-1322667406-line-14)">-airflow</text><text class="terminal-1322667406-r5" x="134.2" y="361.6" textLength="85.4" clip-path="url(#termin [...]
+</text><text class="terminal-1322667406-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-1322667406-line-15)">│</text><text class="terminal-1322667406-r5" x="24.4" y="386" textLength="12.2" clip-path="url(#terminal-1322667406-line-15)">-</text><text class="terminal-1322667406-r5" x="36.6" y="386" textLength="48.8" clip-path="url(#terminal-1322667406-line-15)">-use</text><text class="terminal-1322667406-r5" x="85.4" y="386" textLength="231.8" clip-path="url(#terminal-132266740 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-1322667406-line-16)">│</text><text class="terminal-1322667406-r2" x="451.4" y="410.4" textLength="988.2" clip-path="url(#terminal-1322667406-line-16)">when&#160;entering&#160;breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-1322667406-line-17)">│</text><text class="terminal-1322667406-r5" x="24.4" y="434.8" textLength="12.2" clip-path="url(#terminal-1322667406-line-17)">-</text><text class="terminal-1322667406-r5" x="36.6" y="434.8" textLength="97.6" clip-path="url(#terminal-1322667406-line-17)">-package</text><text class="terminal-1322667406-r5" x="134.2" y="434.8" textLength="85.4" clip-path="url(#termin [...]
+</text><text class="terminal-1322667406-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-1322667406-line-18)">│</text><text class="terminal-1322667406-r4" x="451.4" y="459.2" textLength="658.8" clip-path="url(#terminal-1322667406-line-18)">[default:&#160;wheel]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;& [...]
+</text><text class="terminal-1322667406-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-19)">│</text><text class="terminal-1322667406-r5" x="24.4" y="483.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-19)">-</text><text class="terminal-1322667406-r5" x="36.6" y="483.6" textLength="73.2" clip-path="url(#terminal-1322667406-line-19)">-debug</text><text class="terminal-1322667406-r2" x="451.4" y="483.6" textLength="878.4" clip-path="url(#termina [...]
+</text><text class="terminal-1322667406-r4" x="0" y="508" textLength="1464" clip-path="url(#terminal-1322667406-line-20)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1322667406-r2" x="1464" y="508" textLength="12.2" clip-path="url(#terminal-1322667406-line-20)">
+</text><text class="terminal-1322667406-r4" x="0" y="532.4" textLength="24.4" clip-path="url(#terminal-1322667406-line-21)">╭─</text><text class="terminal-1322667406-r4" x="24.4" y="532.4" textLength="1415.2" clip-path="url(#terminal-1322667406-line-21)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-1322667406-r4" x="1439.6" y="532.4" textLength="24.4" clip-path="url(#terminal-132 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-1322667406-line-22)">│</text><text class="terminal-1322667406-r5" x="24.4" y="556.8" textLength="12.2" clip-path="url(#terminal-1322667406-line-22)">-</text><text class="terminal-1322667406-r5" x="36.6" y="556.8" textLength="97.6" clip-path="url(#terminal-1322667406-line-22)">-verbose</text><text class="terminal-1322667406-r7" x="280.6" y="556.8" textLength="24.4" clip-path="url(#termin [...]
+</text><text class="terminal-1322667406-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-1322667406-line-23)">│</text><text class="terminal-1322667406-r5" x="24.4" y="581.2" textLength="12.2" clip-path="url(#terminal-1322667406-line-23)">-</text><text class="terminal-1322667406-r5" x="36.6" y="581.2" textLength="48.8" clip-path="url(#terminal-1322667406-line-23)">-dry</text><text class="terminal-1322667406-r5" x="85.4" y="581.2" textLength="48.8" clip-path="url(#terminal-13 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-24)">│</text><text class="terminal-1322667406-r5" x="24.4" y="605.6" textLength="12.2" clip-path="url(#terminal-1322667406-line-24)">-</text><text class="terminal-1322667406-r5" x="36.6" y="605.6" textLength="85.4" clip-path="url(#terminal-1322667406-line-24)">-github</text><text class="terminal-1322667406-r5" x="122" y="605.6" textLength="134.2" clip-path="url(#terminal [...]
+</text><text class="terminal-1322667406-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-1322667406-line-25)">│</text><text class="terminal-1322667406-r5" x="24.4" y="630" textLength="12.2" clip-path="url(#terminal-1322667406-line-25)">-</text><text class="terminal-1322667406-r5" x="36.6" y="630" textLength="61" clip-path="url(#terminal-1322667406-line-25)">-help</text><text class="terminal-1322667406-r7" x="280.6" y="630" textLength="24.4" clip-path="url(#terminal-1322667406 [...]
+</text><text class="terminal-1322667406-r4" x="0" y="654.4" textLength="1464" clip-path="url(#terminal-1322667406-line-26)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-1322667406-r2" x="1464" y="654.4" textLength="12.2" clip-path="url(#terminal-1322667406-line-26)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/images/breeze/output-version.svg b/images/breeze/output-version.svg
index d136f09594..9d37a0a7ac 100644
--- a/images/breeze/output-version.svg
+++ b/images/breeze/output-version.svg
@@ -1,4 +1,4 @@
-<svg class="rich-terminal" viewBox="0 0 1544 329.6" xmlns="http://www.w3.org/2000/svg">
+<svg class="rich-terminal" viewBox="0 0 1482 269.6" xmlns="http://www.w3.org/2000/svg">
     <!-- Generated with Rich https://www.textualize.io -->
     <style>
 
@@ -19,43 +19,77 @@
         font-weight: 700;
     }
 
-    .terminal-589851807-matrix {
+    .terminal-978414751-matrix {
         font-family: Fira Code, monospace;
         font-size: 20px;
-        line-height: 26.400000000000002px;
+        line-height: 24.4px;
         font-variant-east-asian: full-width;
     }
 
-    .terminal-589851807-title {
+    .terminal-978414751-title {
         font-size: 18px;
-
         font-weight: bold;
         font-family: arial;
     }
 
-    .terminal-589851807-r1 { fill: #c5c8c6;font-weight: bold }
-.terminal-589851807-r2 { fill: #c5c8c6 }
-.terminal-589851807-r3 { fill: #d0b344;font-weight: bold }
-.terminal-589851807-r4 { fill: #868887 }
-.terminal-589851807-r5 { fill: #68a0b3;font-weight: bold }
-.terminal-589851807-r6 { fill: #98a84b;font-weight: bold }
+    .terminal-978414751-r1 { fill: #c5c8c6;font-weight: bold }
+.terminal-978414751-r2 { fill: #c5c8c6 }
+.terminal-978414751-r3 { fill: #d0b344;font-weight: bold }
+.terminal-978414751-r4 { fill: #868887 }
+.terminal-978414751-r5 { fill: #68a0b3;font-weight: bold }
+.terminal-978414751-r6 { fill: #98a84b;font-weight: bold }
     </style>
-    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="16" y="20" width="1512" height="289.6" rx="12"/><text class="terminal-589851807-title" fill="#c5c8c6" text-anchor="middle" x="756" y="46">Command: version</text>
-            <circle cx="40" cy="40" r="7" fill="#ff5f57"/>
-            <circle cx="62" cy="40" r="7" fill="#febc2e"/>
-            <circle cx="84" cy="40" r="7" fill="#28c840"/>
+
+    <defs>
+    <clipPath id="terminal-978414751-clip-terminal">
+      <rect x="0" y="0" width="1463.0" height="218.6" />
+    </clipPath>
+    <clipPath id="terminal-978414751-line-0">
+    <rect x="0" y="1.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-978414751-line-1">
+    <rect x="0" y="25.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-978414751-line-2">
+    <rect x="0" y="50.3" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-978414751-line-3">
+    <rect x="0" y="74.7" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-978414751-line-4">
+    <rect x="0" y="99.1" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-978414751-line-5">
+    <rect x="0" y="123.5" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-978414751-line-6">
+    <rect x="0" y="147.9" width="1464" height="24.65"/>
+            </clipPath>
+<clipPath id="terminal-978414751-line-7">
+    <rect x="0" y="172.3" width="1464" height="24.65"/>
+            </clipPath>
+    </defs>
+
+    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="267.6" rx="8"/><text class="terminal-978414751-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;version</text>
+            <g transform="translate(26,22)">
+            <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
+            <circle cx="22" cy="0" r="7" fill="#febc2e"/>
+            <circle cx="44" cy="0" r="7" fill="#28c840"/>
+            </g>
         
-    <g transform="translate(28, 60)">
+    <g transform="translate(9, 41)" clip-path="url(#terminal-978414751-clip-terminal)">
     
-    <text alignment-baseline="baseline" class="terminal-589851807-matrix" font-variant="east-asian-width-values"><tspan class="terminal-589851807-r1" x="0" y="20" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-589851807-r1" x="0" y="46.4" textLength="12.4">&#160;</tspan><tspan class="terminal-589851807-r3" x="12.4" y="46.4" textLength="86.8">Usage:&#160;</tspan><tspan class="terminal-589851807-r1" x="99.2" y="46.4" textLength="1388.8">breeze&#160;version&#160;[OPTIONS]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-589851807-r1" x="0" y="72.8" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]
-</tspan><tspan class="terminal-589851807-r2" x="0" y="99.2" textLength="12.4">&#160;</tspan><tspan class="terminal-589851807-r2" x="12.4" y="99.2" textLength="1463.2">Print&#160;information&#160;about&#160;version&#160;of&#160;apache-airflow-breeze.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1 [...]
-</tspan><tspan class="terminal-589851807-r2" x="0" y="125.6" textLength="1488">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160 [...]
-</tspan><tspan class="terminal-589851807-r4" x="0" y="152" textLength="1488">╭─&#160;Options&#160;────────────────────────────────────────────────────────────────────────────────────────────────────────────╮</tspan><tspan class="terminal-589851807-r2" x="1488" y="152" textLength="12.4">
-</tspan><tspan class="terminal-589851807-r4" x="0" y="178.4" textLength="12.4">│</tspan><tspan class="terminal-589851807-r2" x="12.4" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-589851807-r5" x="37.2" y="178.4" textLength="111.6">--verbose</tspan><tspan class="terminal-589851807-r2" x="148.8" y="178.4" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-589851807-r6" x="173.6" y="178.4" textLength="24.8">-v</tspan><tspan class="terminal-589851807-r2" x [...]
-</tspan><tspan class="terminal-589851807-r4" x="0" y="204.8" textLength="12.4">│</tspan><tspan class="terminal-589851807-r2" x="12.4" y="204.8" textLength="24.8">&#160;&#160;</tspan><tspan class="terminal-589851807-r5" x="37.2" y="204.8" textLength="74.4">--help</tspan><tspan class="terminal-589851807-r2" x="111.6" y="204.8" textLength="62">&#160;&#160;&#160;&#160;&#160;</tspan><tspan class="terminal-589851807-r6" x="173.6" y="204.8" textLength="24.8">-h</tspan><tspan class="terminal-589 [...]
-</tspan><tspan class="terminal-589851807-r4" x="0" y="231.2" textLength="1488">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</tspan><tspan class="terminal-589851807-r2" x="1488" y="231.2" textLength="12.4">
-</tspan></text>
+    <g class="terminal-978414751-matrix">
+    <text class="terminal-978414751-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-978414751-line-0)">
+</text><text class="terminal-978414751-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-978414751-line-1)">Usage:&#160;</text><text class="terminal-978414751-r1" x="97.6" y="44.4" textLength="292.8" clip-path="url(#terminal-978414751-line-1)">breeze&#160;version&#160;[OPTIONS]</text><text class="terminal-978414751-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-978414751-line-1)">
+</text><text class="terminal-978414751-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-978414751-line-2)">
+</text><text class="terminal-978414751-r2" x="12.2" y="93.2" textLength="695.4" clip-path="url(#terminal-978414751-line-3)">Print&#160;information&#160;about&#160;version&#160;of&#160;apache-airflow-breeze.</text><text class="terminal-978414751-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-978414751-line-3)">
+</text><text class="terminal-978414751-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-978414751-line-4)">
+</text><text class="terminal-978414751-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-978414751-line-5)">╭─</text><text class="terminal-978414751-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-978414751-line-5)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-978414751-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-978414751-line-5 [...]
+</text><text class="terminal-978414751-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-978414751-line-6)">│</text><text class="terminal-978414751-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-978414751-line-6)">-</text><text class="terminal-978414751-r5" x="36.6" y="166.4" textLength="97.6" clip-path="url(#terminal-978414751-line-6)">-verbose</text><text class="terminal-978414751-r6" x="158.6" y="166.4" textLength="24.4" clip-path="url(#terminal-9784147 [...]
+</text><text class="terminal-978414751-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-978414751-line-7)">│</text><text class="terminal-978414751-r5" x="24.4" y="190.8" textLength="12.2" clip-path="url(#terminal-978414751-line-7)">-</text><text class="terminal-978414751-r5" x="36.6" y="190.8" textLength="61" clip-path="url(#terminal-978414751-line-7)">-help</text><text class="terminal-978414751-r6" x="158.6" y="190.8" textLength="24.4" clip-path="url(#terminal-978414751-li [...]
+</text><text class="terminal-978414751-r4" x="0" y="215.2" textLength="1464" clip-path="url(#terminal-978414751-line-8)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-978414751-r2" x="1464" y="215.2" textLength="12.2" clip-path="url(#terminal-978414751-line-8)">
+</text>
+    </g>
     </g>
 </svg>
diff --git a/setup.cfg b/setup.cfg
index 6311319feb..bd73104996 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -156,7 +156,7 @@ install_requires =
     python-dateutil>=2.3
     python-nvd3>=0.15.0
     python-slugify>=5.0
-    rich>=12.4.1
+    rich>=12.4.4
     setproctitle>=1.1.8
     # SQL Alchemy 1.4.10 introduces a bug where for PyODBC driver UTCDateTime fields get wrongly converted
     # as string and fail to be converted back to datetime. It was supposed to be fixed in