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 2020/08/15 18:33:58 UTC

[airflow] branch master updated: More informative description of Breeze's --verbose flag. (#10348)

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new f76936f  More informative description of Breeze's --verbose flag. (#10348)
f76936f is described below

commit f76936f19605f9bbf6c75d5190c85e08b8fa999a
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Aug 15 20:33:02 2020 +0200

    More informative description of Breeze's --verbose flag. (#10348)
---
 BREEZE.rst | 40 ++++++++++++++++++++++++++++++++--------
 breeze     |  5 ++++-
 2 files changed, 36 insertions(+), 9 deletions(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 447baa7..d492897 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -1242,7 +1242,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
           GitHub repository used to pull, push images when cache is used. Default: airflow.
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
@@ -1275,7 +1278,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
           Use production image for entering the environment and builds (not for tests).
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
@@ -1323,7 +1329,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
                  2.7 3.5 3.6 3.7 3.8
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
@@ -1373,7 +1382,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
           GitHub repository used to pull, push images when cache is used. Default: airflow.
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
@@ -1515,7 +1527,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
                  5.7 8
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
@@ -1648,7 +1663,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
   Flags:
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
@@ -1693,7 +1711,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
           rc1/rc2 ... versions of the packages to be uploaded to SVN.
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
@@ -2028,7 +2049,10 @@ This is the current syntax for  `./breeze <./breeze>`_:
    Increase verbosity of the scripts
 
   -v, --verbose
-          Show verbose information about executed commands (enabled by default for running test).
+          Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+          debugging - when you run breeze with --verbose flags you will be able to see the commands
+          executed under the hood and copy&paste them to your terminal to debug them more easily.
+
           Note that you can further increase verbosity and see all the commands executed by breeze
           by running 'export VERBOSE_COMMANDS="true"' before running breeze.
 
diff --git a/breeze b/breeze
index a405621..d8c8103 100755
--- a/breeze
+++ b/breeze
@@ -1640,7 +1640,10 @@ function flag_credentials() {
 function flag_verbosity() {
       echo "
 -v, --verbose
-        Show verbose information about executed commands (enabled by default for running test).
+        Show verbose information about executed docker, kind, kubectl, helm commands. Useful for
+        debugging - when you run breeze with --verbose flags you will be able to see the commands
+        executed under the hood and copy&paste them to your terminal to debug them more easily.
+
         Note that you can further increase verbosity and see all the commands executed by breeze
         by running 'export VERBOSE_COMMANDS=\"true\"' before running breeze.
 "