diff --git a/dev/breeze/doc/images/output-commands.svg b/dev/breeze/doc/images/output-commands.svg index d8ec4f40c1d95..84ee1aa8caeab 100644 --- a/dev/breeze/doc/images/output-commands.svg +++ b/dev/breeze/doc/images/output-commands.svg @@ -345,8 +345,8 @@ localstack | mongo | mssql | openlineage | otel | pinot | qdrant | redis | redis | statsd | tinkerpop | trino | ydb)                                                    ---standalone-dag-processor/--no-standalone-dag-processoRun standalone dag processor for start-airflow          -r(required for Airflow 3).                               +--standalone-dag-processor/--no-standalone-dag-process…Run standalone dag processor for start-airflow          +(required for Airflow 3).                               [default: standalone-dag-processor]                     --auth-managerSpecify the auth manager to set        (>SimpleAuthManager< | FabAuthManager) diff --git a/dev/breeze/doc/images/output_release-management_install-provider-distributions.svg b/dev/breeze/doc/images/output_release-management_install-provider-distributions.svg index 6c728099b2204..ed224cddc77d5 100644 --- a/dev/breeze/doc/images/output_release-management_install-provider-distributions.svg +++ b/dev/breeze/doc/images/output_release-management_install-provider-distributions.svg @@ -1,4 +1,4 @@ - + Airflow.                                                --load-default-connections-cEnable configuration to load default connections when   starting Airflow.                                       ---standalone-dag-processor/--no-standalone-dag-processoRun standalone dag processor for start-airflow          -r(required for Airflow 3).                               +--standalone-dag-processor/--no-standalone-dag-process…Run standalone dag processor for start-airflow          +(required for Airflow 3).                               [default: standalone-dag-processor]                     --start-api-server-with-examplesStart minimal airflow api-server with examples (for     testing purposes) when entering breeze.                 @@ -710,8 +713,8 @@ --excluded-providersJSON-string of dictionary containing excluded providers  per python version ({'3.12': ['provider']})              (TEXT)                                                   ---install-airflow-with-constraints/--no-install-airflow-Install airflow in a separate step, with constraints     -with-constraintsdetermined from package or airflow version.              +--install-airflow-with-constraints/--no-install-airflow…Install airflow in a separate step, with constraints     +determined from package or airflow version.              [default: install-airflow-with-constraints]              --install-selected-providersComma-separated list of providers selected to be         installed (implies --use-distributions-from-dist).       @@ -733,47 +736,48 @@ --providers-skip-constraintsDo not use constraints when installing providers. --use-airflow-versionUse (reinstall at entry) Airflow version from PyPI. It   can also be version (to install from PyPI), `none`,      -`wheel`, or `sdist` to install from `dist` folder or     -`owner/repo:branch` to install from GitHub repo. Uses    ---mount-sources `remove` if not specified, but           -`providers-and-tests` or `tests` can be specified for    -`--mount-sources` when `--use-airflow-version` is used.  -(none | wheel | sdist | <airflow_version> |              -<owner/repo:branch>)                                     ---allow-pre-releasesAllow pre-releases of Airflow, task-sdk, providers and   -airflowctl to be installed. Set to true automatically    -for pre-release --use-airflow-version)                   ---use-distributions-from-distInstall all found distributions (--distribution-format -determines type) from 'dist' folder when entering        -breeze.                                                  ---install-airflow-python-clientInstall airflow python client packages                   -(--distribution-format determines type) from 'dist'      -folder when entering breeze.                             -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Upgrading/downgrading/removing selected packages ───────────────────────────────────────────────────────────────────╮ ---upgrade-botoRemove aiobotocore and upgrade botocore and boto to the latest version. ---upgrade-sqlalchemyUpgrade SQLAlchemy to the latest version. ---downgrade-sqlalchemyDowngrade SQLAlchemy to minimum supported version. ---downgrade-pendulumDowngrade Pendulum to minimum supported version. -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ DB test flags ──────────────────────────────────────────────────────────────────────────────────────────────────────╮ ---run-db-tests-onlyOnly runs tests that require a database ---skip-db-testsSkip tests that require a database -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Other options ──────────────────────────────────────────────────────────────────────────────────────────────────────╮ ---forward-credentials-fForward local credentials to container when running. ---max-timeMaximum time that the command should take - if it takes longer, the command will fail. -(INTEGER RANGE)                                                                        ---verbose-commandsShow details of commands executed. ---keep-env-variablesDo not clear environment variables that might have side effect while running tests ---no-db-cleanupDo not clear the database before each test module -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Common options ─────────────────────────────────────────────────────────────────────────────────────────────────────╮ ---answer-aForce answer to questions.(y | n | q | yes | no | quit) ---dry-run-DIf dry-run is set, commands are only printed, not executed. ---verbose-vPrint verbose information about performed steps. ---help-hShow this message and exit. -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +`wheel`, or `sdist` to install from `dist` folder,       +`owner/repo:branch` to install from GitHub repo, or a PR +number (e.g., `57219`) to install from a pull request.   +Uses --mount-sources `remove` if not specified, but      +`providers-and-tests` or `tests` can be specified for    +`--mount-sources` when `--use-airflow-version` is used.  +(none | wheel | sdist | <airflow_version> |              +<owner/repo:branch> | <pr_number>)                       +--allow-pre-releasesAllow pre-releases of Airflow, task-sdk, providers and   +airflowctl to be installed. Set to true automatically    +for pre-release --use-airflow-version)                   +--use-distributions-from-distInstall all found distributions (--distribution-format +determines type) from 'dist' folder when entering        +breeze.                                                  +--install-airflow-python-clientInstall airflow python client packages                   +(--distribution-format determines type) from 'dist'      +folder when entering breeze.                             +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Upgrading/downgrading/removing selected packages ───────────────────────────────────────────────────────────────────╮ +--upgrade-botoRemove aiobotocore and upgrade botocore and boto to the latest version. +--upgrade-sqlalchemyUpgrade SQLAlchemy to the latest version. +--downgrade-sqlalchemyDowngrade SQLAlchemy to minimum supported version. +--downgrade-pendulumDowngrade Pendulum to minimum supported version. +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ DB test flags ──────────────────────────────────────────────────────────────────────────────────────────────────────╮ +--run-db-tests-onlyOnly runs tests that require a database +--skip-db-testsSkip tests that require a database +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Other options ──────────────────────────────────────────────────────────────────────────────────────────────────────╮ +--forward-credentials-fForward local credentials to container when running. +--max-timeMaximum time that the command should take - if it takes longer, the command will fail. +(INTEGER RANGE)                                                                        +--verbose-commandsShow details of commands executed. +--keep-env-variablesDo not clear environment variables that might have side effect while running tests +--no-db-cleanupDo not clear the database before each test module +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Common options ─────────────────────────────────────────────────────────────────────────────────────────────────────╮ +--answer-aForce answer to questions.(y | n | q | yes | no | quit) +--dry-run-DIf dry-run is set, commands are only printed, not executed. +--verbose-vPrint verbose information about performed steps. +--help-hShow this message and exit. +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ diff --git a/dev/breeze/doc/images/output_shell.txt b/dev/breeze/doc/images/output_shell.txt index cdcf48abeb93d..90366bcf773e4 100644 --- a/dev/breeze/doc/images/output_shell.txt +++ b/dev/breeze/doc/images/output_shell.txt @@ -1 +1 @@ -7ddf177fe50f2574e5242e9c3741363a +95e0df9ab3cf89dbd869e6e9de9062ea diff --git a/dev/breeze/doc/images/output_start-airflow.svg b/dev/breeze/doc/images/output_start-airflow.svg index 04684c6ef8e86..147bf7d18c79d 100644 --- a/dev/breeze/doc/images/output_start-airflow.svg +++ b/dev/breeze/doc/images/output_start-airflow.svg @@ -1,4 +1,4 @@ - +