potiuk commented on code in PR #59951:
URL: https://github.com/apache/airflow/pull/59951#discussion_r2654361478


##########
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:
   Actually one comment here. This behaviour should be updated. The 
`--defaults` should imply `--show-values`, because the whole point of 
`--defaults` is to show default values.



-- 
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]

Reply via email to