fix(cli): expose an encrypt value endpoint

This commit is contained in:
Ruben Fiszel
2023-05-27 14:31:30 +02:00
parent 552ed9459c
commit 944ef2df69
3 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ async function pull(opts: GlobalOptions) {
x.name + ".resource-type.json",
undefined,
x,
false
true
);
}
}