create-svc 0.1.56 → 0.1.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-svc",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "Local microservice bootstrap CLI for Cloud Run and Workers services with Neon-backed data.",
5
5
  "module": "index.ts",
6
6
  "type": "module",
@@ -152,6 +152,7 @@ test("scaffolds all runtime/framework variants with shared cloudrun config", asy
152
152
  expect(deployWorkflow).toContain("gcloud components install beta --quiet");
153
153
  expect(deployWorkflow).toContain("bun install -g create-svc@latest");
154
154
  expect(deployWorkflow).toContain("service deploy --ci");
155
+ expect(deployWorkflow).toContain("CLOUDFLARE_API_TOKEN");
155
156
  expect(deployWorkflow).toContain("bun run dashboards");
156
157
  expect(deployWorkflow).toContain("GCX_ENABLED");
157
158
 
@@ -30,5 +30,6 @@ jobs:
30
30
  - run: {{WORKFLOW_DEPLOY_MAIN_COMMAND}}
31
31
  env:
32
32
  NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
33
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
33
34
  - if: ${{ vars.GCX_ENABLED == 'true' }}
34
35
  run: bun run dashboards