vars: rename: invalidation -> validation

This commit is contained in:
DavHau
2024-11-29 17:13:23 +07:00
parent fbbfcc0aa5
commit 5c5a87d416
7 changed files with 26 additions and 33 deletions

View File

@@ -145,10 +145,10 @@ Examples:
$ clan vars generate [MACHINE]
Will generate vars for the specified machine.
$ clan vars generate [MACHINE] --service [SERVICE]
$ clan vars generate [MACHINE] --generator [SERVICE]
Will generate vars for the specified machine for the specified service.
$ clan vars generate --service [SERVICE] --regenerate
$ clan vars generate --generator [SERVICE] --regenerate
Will regenerate vars, if they are already generated for a specific service.
This is especially useful for resetting certain passwords while leaving the rest
of the vars for a machine in place.