mik-laj commented on a change in pull request #10970:
URL: https://github.com/apache/airflow/pull/10970#discussion_r499143678
##########
File path: docs/cli-ref.rst
##########
@@ -35,3 +35,48 @@ development and testing.
:module: airflow.cli.cli_parser
:func: get_parser
:prog: airflow
+
+Environment Variables
Review comment:
It is common practice to include a list of the environment variables
supported next to a command list. It makes sense from the user's perspective.
If the user executes commands, they also has shell access to set environment
variables.
Examplle:
https://www.sphinx-doc.org/en/master/man/sphinx-build.html#environment-variables
https://docs.python.org/3/using/cmdline.html
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]