diff --git a/docs/configuration/operator-args.rst b/docs/configuration/operator-args.rst
index d78b6f1b7..33df26b4e 100644
--- a/docs/configuration/operator-args.rst
+++ b/docs/configuration/operator-args.rst
@@ -55,6 +55,7 @@ dbt-related
 - ``vars``: (Deprecated since Cosmos 1.3 use ``ProjectConfig.dbt_vars`` instead) Supply variables to the project. This argument overrides variables defined in the ``dbt_project.yml``.
 - ``warn_error``: convert ``dbt`` warnings into errors.
 - ``full_refresh``: If True, then full refresh the node. This only applies to model and seed nodes.
+- ``install_deps``: When using ``ExecutionMode.LOCAL`` or ``ExecutionMode.VIRTUALENV``, run ``dbt deps`` every time a task is executed.
 
 Airflow-related
 ...............