mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 00:38:44 +00:00
Add note about how to set boolean flags
See discussion in https://github.com/runatlantis/atlantis/pull/994#discussion_r416914804
This commit is contained in:
committed by
GitHub
parent
8d318eb3e0
commit
4e00d82b95
@@ -15,6 +15,10 @@ All flags can be specified as environment variables.
|
||||
1. Uppercase all the letters => `GH_USER`
|
||||
1. Prefix with `ATLANTIS_` => `ATLANTIS_GH_USER`
|
||||
|
||||
::: warning NOTE
|
||||
To set a boolean flag use `true` or `false` as the value.
|
||||
:::
|
||||
|
||||
::: warning NOTE
|
||||
The flag `--atlantis-url` is set by the environment variable `ATLANTIS_ATLANTIS_URL` **NOT** `ATLANTIS_URL`.
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user