This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c5836745e875a612adca3558b8c79862c66dc82e Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Wed Apr 24 13:05:32 2024 +0200 Add link to `user` and `role` commands (#39224) Fixes: #39197 (cherry picked from commit fd1b5f5819098b04bec4e651a875ca46235e25a6) --- docs/apache-airflow/cli-and-env-variables-ref.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/apache-airflow/cli-and-env-variables-ref.rst b/docs/apache-airflow/cli-and-env-variables-ref.rst index b71379f4da..29db4bb6a5 100644 --- a/docs/apache-airflow/cli-and-env-variables-ref.rst +++ b/docs/apache-airflow/cli-and-env-variables-ref.rst @@ -40,6 +40,7 @@ contributed by the community providers: * Celery Executor and related CLI commands: :doc:`apache-airflow-providers-celery:cli-ref` * Kubernetes Executor and related CLI commands: :doc:`apache-airflow-providers-cncf-kubernetes:cli-ref` * AWS and related CLI commands: :doc:`apache-airflow-providers-amazon:cli-ref` +* The ``users`` and ``roles`` CLI commands are described in FAB provider documentation :doc:`apache-airflow-providers-fab:cli-ref` .. argparse:: :module: airflow.cli.cli_parser