This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 14ee709 Fix typos in docs/howto/secrets-backend (#10233)
add 8a655cf Add airflow connections get command (#10214)
No new revisions were added by this update.
Summary of changes:
airflow/cli/cli_parser.py | 19 ++++------
airflow/cli/commands/config_command.py | 4 +-
airflow/cli/commands/connection_command.py | 52 +++++++++++++++++++-------
airflow/secrets/__init__.py | 4 +-
airflow/utils/code_utils.py | 13 +++++++
docs/howto/connection/index.rst | 19 ++++++----
tests/cli/commands/test_connection_command.py | 53 ++++++++++++++-------------
7 files changed, 102 insertions(+), 62 deletions(-)