Add reeval & only-restore boolean input parameters

* implement only-restore within save
This commit is contained in:
Vincent Clemson 2022-06-18 15:53:43 -04:00
parent c3f1317a9e
commit 4827442d41
4 changed files with 64 additions and 48 deletions

View file

@ -1,6 +1,8 @@
export enum Inputs {
Key = "key",
OnlyRestore = "only-restore",
Path = "path",
Reeval = "reeval",
RestoreKeys = "restore-keys",
UploadChunkSize = "upload-chunk-size"
}