docs: moar moar wording
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2025-01-02 11:36:17 +01:00
parent 4d96899fce
commit fd19a44a16
Signed by: 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`) 4. latest commit with unstaged changes (`--chaos/-C`)
5. recipe version or Git hash (`abra app deploy 1.7.1+1.27.2`) 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, For 2), if the app **is undeployed** and there is an app `.env` version
then it will be selected. This is the *only time* the app `.env` version is present, then it will be selected. This is the *only time* the app `.env`
selected. This is done to reduce unwanted upgrades (we do not automatically version is selected. This is done to reduce unwanted upgrades (we do not
choose the latest release). automatically choose the latest release).
Use `--ignore-env-version/-i` to deploy the latest release version or commit. 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. In all cases 3-5, the app `.env` version is **ignored** as a version candidate.