diff options
Diffstat (limited to 'packages/console/core/script')
| -rwxr-xr-x | packages/console/core/script/promote-models.ts | 2 | ||||
| -rwxr-xr-x | packages/console/core/script/pull-models.ts | 2 | ||||
| -rwxr-xr-x | packages/console/core/script/update-models.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/console/core/script/promote-models.ts b/packages/console/core/script/promote-models.ts index 62d9bd6ff..17715bedf 100755 --- a/packages/console/core/script/promote-models.ts +++ b/packages/console/core/script/promote-models.ts @@ -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`.cwd(root).text() diff --git a/packages/console/core/script/pull-models.ts b/packages/console/core/script/pull-models.ts index 01240a715..4c376210f 100755 --- a/packages/console/core/script/pull-models.ts +++ b/packages/console/core/script/pull-models.ts @@ -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() diff --git a/packages/console/core/script/update-models.ts b/packages/console/core/script/update-models.ts index 7d1fa99c3..9025a6526 100755 --- a/packages/console/core/script/update-models.ts +++ b/packages/console/core/script/update-models.ts @@ -7,7 +7,7 @@ import { ZenData } from "../src/model" const root = path.resolve(process.cwd(), "..", "..", "..") const models = await $`bun sst secret list`.cwd(root).text() -const PARTS = 10 +const PARTS = 20 // read the line starting with "ZEN_MODELS" const lines = models.split("\n") |
