clan.deployment: unify deprecated option

This commit is contained in:
Johannes Kirschbauer
2025-07-02 18:17:03 +02:00
parent 97bdf49814
commit 4c2bb0791d
5 changed files with 17 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ Examples:
$ clan machines update [MACHINES]
Will update the specified machines [MACHINES], if [MACHINES] is omitted, the command
will attempt to update every configured machine.
To exclude machines being updated `clan.deployment.requireExplicitUpdate = true;`
To exclude machines being updated `clan.core.deployment.requireExplicitUpdate = true;`
can be set in the machine config.
$ clan machines update --tags [TAGS..]