Skip to content

Commit

Permalink
docs: Add missing --silence-vcs-status-no-plans flag (#1803)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
franklad authored Sep 9, 2021
1 parent a2d82b9 commit c305028
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c305028

Please sign in to comment.