Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bewie committed Mar 5, 2021
1 parent 74f0ca1 commit ffa3dad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,17 @@ Values are chosen in this order:
```
Stops atlantis locking projects and or workspaces when running terraform

### `--enable-regexp-cmd`
```bash
atlantis server --enable-regexp-cmd
```
Enable Atlantis to use regular expressions on plan/apply commands when \"-p\" flag is passed with it.

::: warning SECURITY WARNING
It's not supposed to be used with `--disable-apply-all`.
The command `atlantis apply -p .*` will bypass the restriction and run apply on every projects
:::

* ### `--gh-hostname`
```bash
atlantis server --gh-hostname="my.github.enterprise.com"
Expand Down

0 comments on commit ffa3dad

Please sign in to comment.