🔄 Refactor getSecretValue logic and update dependency versions in scripts
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
exit,
|
||||
fetchFileWithCache,
|
||||
readFileToString,
|
||||
} from "https://global.hatter.ink/script/get/@62/deno-commons-mod.ts";
|
||||
} from "https://global.hatter.ink/script/get/@63/deno-commons-mod.ts";
|
||||
|
||||
const flags = parseArgs(args(), {
|
||||
boolean: ["help"],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env -S deno run -A
|
||||
|
||||
import {args, exit, getSecretValue,} from "https://script.hatter.ink/@61/deno-commons-mod.ts";
|
||||
import {args, exit, getSecretValue,} from "https://script.hatter.ink/@62/deno-commons-mod.ts";
|
||||
import {parseArgs} from "jsr:@std/cli/parse-args";
|
||||
|
||||
const flags = parseArgs(args(), {
|
||||
|
||||
Reference in New Issue
Block a user