This commit is contained in:
Frank
2026-02-17 01:32:57 -05:00
parent ace63b3ddb
commit a93a1b93e1
10 changed files with 263 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ const stage = process.argv[2]
if (!stage) throw new Error("Stage is required")
const root = path.resolve(process.cwd(), "..", "..", "..")
const PARTS = 20
const PARTS = 30
// read the secret
const ret = await $`bun sst secret list`.cwd(root).text()