NewSmoke38 commented on code in PR #59951:
URL: https://github.com/apache/airflow/pull/59951#discussion_r2656433489
##########
airflow-core/docs/howto/set-config.rst:
##########
@@ -42,7 +42,15 @@ You can redirect it to your configuration file and edit it:
.. code-block:: bash
- airflow config list --defaults > "${AIRFLOW_HOME}/airflow.cfg"
+ airflow config list --defaults --show-values >
"${AIRFLOW_HOME}/airflow.cfg"
Review Comment:
Understood! I'll update the PR to remove `--show-values` from the doc as
`--defaults` implies it automatically.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]