docs: moar moar wording

This commit is contained in:
decentral1se 2025-01-02 11:36:17 +01:00
parent 4d96899fce
commit fd19a44a16
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -551,10 +551,10 @@ to deploy the following kinds of versions with `abra app deploy`:
4. latest commit with unstaged changes (`--chaos/-C`)
5. recipe version or Git hash (`abra app deploy 1.7.1+1.27.2`)
For 2), if the app **is undeployed** and there is a `.env` version present,
then it will be selected. This is the *only time* the app `.env` version is
selected. This is done to reduce unwanted upgrades (we do not automatically
choose the latest release).
For 2), if the app **is undeployed** and there is an app `.env` version
present, then it will be selected. This is the *only time* the app `.env`
version is selected. This is done to reduce unwanted upgrades (we do not
automatically choose the latest release).
Use `--ignore-env-version/-i` to deploy the latest release version or commit.
In all cases 3-5, the app `.env` version is **ignored** as a version candidate.