feat: Create backups of configuration when the force option is not used.
Some checks failed
CI / Run Tests (push) Failing after 2m16s
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
2024-12-17 14:38:52 -05:00
parent 54c07886ad
commit 558054464c
4 changed files with 29 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ public enum HPAKey {
public static let resourceFileName = "hpa"
public static let resourceFileExtension = "toml"
public static let defaultFileName = "config.toml"
public static let defaultFileNameWithoutExtension = "config.toml"
public static let defaultFileNameWithoutExtension = "config"
}
extension [String: String] {