mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
wip: zen
This commit is contained in:
parent
7c6b8d7a8a
commit
80c1c59ed3
11 changed files with 264 additions and 4 deletions
|
|
@ -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 = 10
|
||||
const PARTS = 20
|
||||
|
||||
// read the secret
|
||||
const ret = await $`bun sst secret list --stage ${stage}`.cwd(root).text()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue