From c3050285e4d1888f043c3392af2e5e5a10c8dfd8 Mon Sep 17 00:00:00 2001 From: Frank Bagherzadeh Date: Thu, 9 Sep 2021 14:37:15 -0400 Subject: [PATCH] docs: Add missing --silence-vcs-status-no-plans flag (#1803) `The Silence VCS Status` feature has been implemented in #954. However there is no reference to it in the server side repo config. Add missing `The Silence VCS Status` `--silence-vcs-status-no-plans` in the reference for server side repo config. --- runatlantis.io/docs/server-configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runatlantis.io/docs/server-configuration.md b/runatlantis.io/docs/server-configuration.md index 34487bc53..0035ddbd7 100644 --- a/runatlantis.io/docs/server-configuration.md +++ b/runatlantis.io/docs/server-configuration.md @@ -560,6 +560,12 @@ Values are chosen in this order: This is useful when running multiple Atlantis servers against a single repository so you can delegate work to each Atlantis server. Also useful when used with pre_workflow_hooks to dynamically generate an `atlantis.yaml` file. +* ### `--silence-vcs-status-no-plans` + ```bash + atlantis server --silence-vcs-status-no-plans + ``` + `--silence-vcs-status-no-plans` will tell Atlantis to ignore setting VCS status if none of the modified files are part of a project defined in the `atlantis.yaml` file. + * ### `--skip-clone-no-changes` ```bash atlantis server --skip-clone-no-changes