diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index 70f995b..14480e4 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -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.