wrangler 2.19.0 → 3.0.0

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.
Files changed (297) hide show
  1. package/README.md +4 -4
  2. package/bin/wrangler.js +9 -75
  3. package/package.json +5 -13
  4. package/templates/__tests__/tsconfig.tsbuildinfo +1 -1
  5. package/templates/checked-fetch.js +1 -1
  6. package/templates/first-party-worker-module-facade.ts +2 -2
  7. package/templates/middleware/common.ts +9 -4
  8. package/templates/middleware/loader-sw.ts +2 -7
  9. package/templates/new-worker-scheduled.ts +1 -1
  10. package/templates/new-worker.ts +1 -1
  11. package/templates/pages-dev-util.ts +4 -1
  12. package/templates/pages-shim.ts +0 -3
  13. package/templates/tsconfig.tsbuildinfo +1 -1
  14. package/wrangler-dist/cli.d.ts +160 -75
  15. package/wrangler-dist/cli.js +61843 -65907
  16. package/import_meta_url.js +0 -3
  17. package/miniflare-config-stubs/.env.empty +0 -0
  18. package/miniflare-config-stubs/package.empty.json +0 -1
  19. package/miniflare-config-stubs/wrangler.empty.toml +0 -0
  20. package/miniflare-dist/index.mjs +0 -6442
  21. package/src/__tests__/access.test.ts +0 -25
  22. package/src/__tests__/api-dev.test.ts +0 -238
  23. package/src/__tests__/api-devregistry.test.ts +0 -121
  24. package/src/__tests__/api.test.ts +0 -102
  25. package/src/__tests__/config-cache-without-cache-dir.test.ts +0 -38
  26. package/src/__tests__/config-cache.test.ts +0 -42
  27. package/src/__tests__/configuration.test.ts +0 -4509
  28. package/src/__tests__/constellation.test.ts +0 -371
  29. package/src/__tests__/d1/d1.test.ts +0 -82
  30. package/src/__tests__/d1/execute.test.ts +0 -66
  31. package/src/__tests__/d1/migrate.test.ts +0 -257
  32. package/src/__tests__/d1/splitter.test.ts +0 -255
  33. package/src/__tests__/delete.test.ts +0 -272
  34. package/src/__tests__/deployments.test.ts +0 -369
  35. package/src/__tests__/dev.test.tsx +0 -1617
  36. package/src/__tests__/generate.test.ts +0 -237
  37. package/src/__tests__/get-host-from-url.test.ts +0 -16
  38. package/src/__tests__/guess-worker-format.test.ts +0 -120
  39. package/src/__tests__/helpers/clipboardy-mock.js +0 -4
  40. package/src/__tests__/helpers/cmd-shim.d.ts +0 -11
  41. package/src/__tests__/helpers/end-event-loop.ts +0 -6
  42. package/src/__tests__/helpers/mock-account-id.ts +0 -48
  43. package/src/__tests__/helpers/mock-auth-domain.ts +0 -20
  44. package/src/__tests__/helpers/mock-bin.ts +0 -36
  45. package/src/__tests__/helpers/mock-console.ts +0 -112
  46. package/src/__tests__/helpers/mock-dialogs.ts +0 -139
  47. package/src/__tests__/helpers/mock-get-pages-upload-token.ts +0 -25
  48. package/src/__tests__/helpers/mock-get-zone-from-host.ts +0 -11
  49. package/src/__tests__/helpers/mock-http-server.ts +0 -46
  50. package/src/__tests__/helpers/mock-istty.ts +0 -74
  51. package/src/__tests__/helpers/mock-known-routes.ts +0 -12
  52. package/src/__tests__/helpers/mock-kv.ts +0 -46
  53. package/src/__tests__/helpers/mock-oauth-flow.ts +0 -263
  54. package/src/__tests__/helpers/mock-process.ts +0 -34
  55. package/src/__tests__/helpers/mock-set-timeout.ts +0 -16
  56. package/src/__tests__/helpers/mock-stdin.ts +0 -108
  57. package/src/__tests__/helpers/mock-web-socket.ts +0 -29
  58. package/src/__tests__/helpers/msw/blob-worker.cjs +0 -19
  59. package/src/__tests__/helpers/msw/handlers/access.ts +0 -13
  60. package/src/__tests__/helpers/msw/handlers/deployments.ts +0 -160
  61. package/src/__tests__/helpers/msw/handlers/namespaces.ts +0 -81
  62. package/src/__tests__/helpers/msw/handlers/oauth.ts +0 -31
  63. package/src/__tests__/helpers/msw/handlers/r2.ts +0 -60
  64. package/src/__tests__/helpers/msw/handlers/script.ts +0 -56
  65. package/src/__tests__/helpers/msw/handlers/user.ts +0 -52
  66. package/src/__tests__/helpers/msw/handlers/zones.ts +0 -20
  67. package/src/__tests__/helpers/msw/index.ts +0 -52
  68. package/src/__tests__/helpers/msw/read-file-sync.js +0 -61
  69. package/src/__tests__/helpers/run-in-tmp.ts +0 -38
  70. package/src/__tests__/helpers/run-wrangler.ts +0 -16
  71. package/src/__tests__/helpers/string-dynamic-values-matcher.ts +0 -28
  72. package/src/__tests__/helpers/worker-scripts/child-wrangler.toml +0 -1
  73. package/src/__tests__/helpers/worker-scripts/hello-world-worker.js +0 -5
  74. package/src/__tests__/helpers/worker-scripts/hello-world-wrangler.toml +0 -1
  75. package/src/__tests__/helpers/worker-scripts/parent-worker.js +0 -11
  76. package/src/__tests__/helpers/worker-scripts/parent-wrangler.toml +0 -5
  77. package/src/__tests__/helpers/write-worker-source.ts +0 -31
  78. package/src/__tests__/helpers/write-wrangler-toml.ts +0 -17
  79. package/src/__tests__/https-options.test.ts +0 -163
  80. package/src/__tests__/index.test.ts +0 -282
  81. package/src/__tests__/init.test.ts +0 -3196
  82. package/src/__tests__/jest.setup.ts +0 -179
  83. package/src/__tests__/kv.test.ts +0 -1799
  84. package/src/__tests__/logger.test.ts +0 -207
  85. package/src/__tests__/logout.test.ts +0 -47
  86. package/src/__tests__/metrics.test.ts +0 -493
  87. package/src/__tests__/middleware.scheduled.test.ts +0 -145
  88. package/src/__tests__/middleware.test.ts +0 -816
  89. package/src/__tests__/mtls-certificates.test.ts +0 -589
  90. package/src/__tests__/package-manager.test.ts +0 -353
  91. package/src/__tests__/pages/deployment-list.test.ts +0 -80
  92. package/src/__tests__/pages/functions-build.test.ts +0 -452
  93. package/src/__tests__/pages/pages.test.ts +0 -81
  94. package/src/__tests__/pages/project-create.test.ts +0 -63
  95. package/src/__tests__/pages/project-list.test.ts +0 -110
  96. package/src/__tests__/pages/project-upload.test.ts +0 -500
  97. package/src/__tests__/pages/publish.test.ts +0 -2864
  98. package/src/__tests__/pages-deployment-tail.test.ts +0 -955
  99. package/src/__tests__/parse.test.ts +0 -436
  100. package/src/__tests__/paths.test.ts +0 -39
  101. package/src/__tests__/publish.test.ts +0 -8849
  102. package/src/__tests__/pubsub.test.ts +0 -496
  103. package/src/__tests__/queues.test.ts +0 -532
  104. package/src/__tests__/r2.test.ts +0 -374
  105. package/src/__tests__/route.test.ts +0 -45
  106. package/src/__tests__/secret.test.ts +0 -693
  107. package/src/__tests__/tail.test.ts +0 -958
  108. package/src/__tests__/test-old-node-version.js +0 -31
  109. package/src/__tests__/traverse-module-graph.test.ts +0 -220
  110. package/src/__tests__/tsconfig-sanity.ts +0 -12
  111. package/src/__tests__/tsconfig.json +0 -8
  112. package/src/__tests__/tsconfig.tsbuildinfo +0 -1
  113. package/src/__tests__/type-generation.test.ts +0 -234
  114. package/src/__tests__/user.test.ts +0 -118
  115. package/src/__tests__/utils-collectKeyValues.test.ts +0 -47
  116. package/src/__tests__/validate-dev-props.test.ts +0 -56
  117. package/src/__tests__/version.test.ts +0 -35
  118. package/src/__tests__/whoami.test.tsx +0 -172
  119. package/src/__tests__/worker-namespace.test.ts +0 -340
  120. package/src/abort.d.ts +0 -3
  121. package/src/api/dev.ts +0 -316
  122. package/src/api/index.ts +0 -11
  123. package/src/api/mtls-certificate.ts +0 -148
  124. package/src/api/pages/create-worker-bundle-contents.ts +0 -76
  125. package/src/api/pages/index.ts +0 -5
  126. package/src/api/pages/publish.tsx +0 -355
  127. package/src/bundle-reporter.ts +0 -68
  128. package/src/bundle.ts +0 -908
  129. package/src/cfetch/index.ts +0 -158
  130. package/src/cfetch/internal.ts +0 -258
  131. package/src/cli.ts +0 -28
  132. package/src/config/README.md +0 -107
  133. package/src/config/config.ts +0 -282
  134. package/src/config/diagnostics.ts +0 -80
  135. package/src/config/environment.ts +0 -618
  136. package/src/config/index.ts +0 -403
  137. package/src/config/validation-helpers.ts +0 -597
  138. package/src/config/validation.ts +0 -2342
  139. package/src/config-cache.ts +0 -85
  140. package/src/constellation/createProject.tsx +0 -51
  141. package/src/constellation/deleteProject.ts +0 -51
  142. package/src/constellation/deleteProjectModel.ts +0 -68
  143. package/src/constellation/index.ts +0 -75
  144. package/src/constellation/listCatalog.tsx +0 -35
  145. package/src/constellation/listModel.tsx +0 -41
  146. package/src/constellation/listProject.tsx +0 -28
  147. package/src/constellation/listRuntime.tsx +0 -28
  148. package/src/constellation/options.ts +0 -17
  149. package/src/constellation/types.ts +0 -17
  150. package/src/constellation/uploadModel.tsx +0 -64
  151. package/src/constellation/utils.ts +0 -90
  152. package/src/create-worker-preview.ts +0 -293
  153. package/src/create-worker-upload-form.ts +0 -359
  154. package/src/d1/backups.tsx +0 -219
  155. package/src/d1/constants.ts +0 -2
  156. package/src/d1/create.tsx +0 -70
  157. package/src/d1/delete.ts +0 -53
  158. package/src/d1/execute.tsx +0 -357
  159. package/src/d1/formatTimeAgo.ts +0 -14
  160. package/src/d1/index.ts +0 -100
  161. package/src/d1/list.tsx +0 -62
  162. package/src/d1/migrations/apply.tsx +0 -212
  163. package/src/d1/migrations/create.tsx +0 -79
  164. package/src/d1/migrations/helpers.ts +0 -169
  165. package/src/d1/migrations/index.ts +0 -3
  166. package/src/d1/migrations/list.tsx +0 -95
  167. package/src/d1/migrations/options.ts +0 -23
  168. package/src/d1/options.ts +0 -22
  169. package/src/d1/splitter.ts +0 -161
  170. package/src/d1/types.ts +0 -25
  171. package/src/d1/utils.ts +0 -49
  172. package/src/delete.ts +0 -100
  173. package/src/deployments.ts +0 -368
  174. package/src/deprecated/index.ts +0 -144
  175. package/src/dev/dev-vars.ts +0 -39
  176. package/src/dev/dev.tsx +0 -600
  177. package/src/dev/get-local-persistence-path.ts +0 -31
  178. package/src/dev/local.tsx +0 -948
  179. package/src/dev/remote.tsx +0 -632
  180. package/src/dev/start-server.ts +0 -534
  181. package/src/dev/use-esbuild.ts +0 -203
  182. package/src/dev/validate-dev-props.ts +0 -40
  183. package/src/dev-registry.ts +0 -202
  184. package/src/dev.tsx +0 -929
  185. package/src/dialogs.ts +0 -136
  186. package/src/dispatch-namespace.ts +0 -211
  187. package/src/docs/helpers.ts +0 -50
  188. package/src/docs/index.ts +0 -54
  189. package/src/durable.ts +0 -102
  190. package/src/entry.ts +0 -337
  191. package/src/environment-variables/factory.ts +0 -89
  192. package/src/environment-variables/misc-variables.ts +0 -30
  193. package/src/errors.ts +0 -11
  194. package/src/generate/index.ts +0 -298
  195. package/src/git-client.ts +0 -135
  196. package/src/global-wrangler-config-path.ts +0 -26
  197. package/src/https-options.ts +0 -127
  198. package/src/index.ts +0 -768
  199. package/src/init.ts +0 -1032
  200. package/src/inspect.ts +0 -782
  201. package/src/intl-polyfill.d.ts +0 -139
  202. package/src/is-ci.ts +0 -14
  203. package/src/is-interactive.ts +0 -16
  204. package/src/jest.d.ts +0 -4
  205. package/src/kv/helpers.ts +0 -433
  206. package/src/kv/index.ts +0 -594
  207. package/src/logger.ts +0 -123
  208. package/src/metrics/index.ts +0 -5
  209. package/src/metrics/metrics-config.ts +0 -239
  210. package/src/metrics/metrics-dispatcher.ts +0 -96
  211. package/src/metrics/metrics-usage-headers.ts +0 -24
  212. package/src/metrics/send-event.ts +0 -99
  213. package/src/miniflare-cli/README.md +0 -30
  214. package/src/miniflare-cli/assets.ts +0 -251
  215. package/src/miniflare-cli/index.ts +0 -210
  216. package/src/miniflare-cli/request-context.ts +0 -40
  217. package/src/miniflare-cli/tsconfig.json +0 -9
  218. package/src/miniflare-cli/tsconfig.tsbuildinfo +0 -1
  219. package/src/miniflare-cli/types.ts +0 -11
  220. package/src/module-collection.ts +0 -333
  221. package/src/mtls-certificate/cli.ts +0 -155
  222. package/src/open-in-browser.ts +0 -17
  223. package/src/package-manager.ts +0 -219
  224. package/src/pages/build.ts +0 -410
  225. package/src/pages/buildFunctions.ts +0 -140
  226. package/src/pages/constants.ts +0 -18
  227. package/src/pages/deployment-tails.ts +0 -281
  228. package/src/pages/deployments.tsx +0 -84
  229. package/src/pages/dev.ts +0 -716
  230. package/src/pages/errors.ts +0 -67
  231. package/src/pages/functions/buildPlugin.ts +0 -113
  232. package/src/pages/functions/buildWorker.ts +0 -291
  233. package/src/pages/functions/filepath-routing.test.ts +0 -234
  234. package/src/pages/functions/filepath-routing.ts +0 -189
  235. package/src/pages/functions/identifiers.ts +0 -78
  236. package/src/pages/functions/routes-consolidation.test.ts +0 -250
  237. package/src/pages/functions/routes-consolidation.ts +0 -73
  238. package/src/pages/functions/routes-transformation.test.ts +0 -282
  239. package/src/pages/functions/routes-transformation.ts +0 -115
  240. package/src/pages/functions/routes-validation.test.ts +0 -403
  241. package/src/pages/functions/routes-validation.ts +0 -202
  242. package/src/pages/functions/routes.ts +0 -151
  243. package/src/pages/functions/tsconfig.json +0 -8
  244. package/src/pages/functions/tsconfig.tsbuildinfo +0 -1
  245. package/src/pages/functions.ts +0 -86
  246. package/src/pages/hash.ts +0 -13
  247. package/src/pages/index.ts +0 -102
  248. package/src/pages/projects.tsx +0 -159
  249. package/src/pages/prompt-select-project.tsx +0 -31
  250. package/src/pages/publish.tsx +0 -267
  251. package/src/pages/types.ts +0 -46
  252. package/src/pages/upload.tsx +0 -469
  253. package/src/pages/utils.ts +0 -23
  254. package/src/parse.ts +0 -308
  255. package/src/paths.ts +0 -71
  256. package/src/proxy.ts +0 -694
  257. package/src/publish/index.ts +0 -274
  258. package/src/publish/publish.ts +0 -1060
  259. package/src/pubsub/index.ts +0 -286
  260. package/src/pubsub/pubsub-commands.ts +0 -623
  261. package/src/queues/cli/commands/consumer/add.ts +0 -71
  262. package/src/queues/cli/commands/consumer/index.ts +0 -19
  263. package/src/queues/cli/commands/consumer/remove.ts +0 -31
  264. package/src/queues/cli/commands/create.ts +0 -25
  265. package/src/queues/cli/commands/delete.ts +0 -26
  266. package/src/queues/cli/commands/index.ts +0 -35
  267. package/src/queues/cli/commands/list.ts +0 -25
  268. package/src/queues/client.ts +0 -136
  269. package/src/queues/utils.ts +0 -18
  270. package/src/r2/constants.ts +0 -4
  271. package/src/r2/helpers.ts +0 -132
  272. package/src/r2/index.ts +0 -289
  273. package/src/routes.ts +0 -140
  274. package/src/secret/index.ts +0 -376
  275. package/src/selfsigned.d.ts +0 -29
  276. package/src/sites.ts +0 -484
  277. package/src/tail/createTail.ts +0 -406
  278. package/src/tail/filters.ts +0 -277
  279. package/src/tail/index.ts +0 -211
  280. package/src/tail/printing.ts +0 -122
  281. package/src/traverse-module-graph.ts +0 -53
  282. package/src/tsconfig-sanity.ts +0 -16
  283. package/src/type-generation.ts +0 -181
  284. package/src/update-check.ts +0 -19
  285. package/src/user/access.ts +0 -68
  286. package/src/user/auth-variables.ts +0 -113
  287. package/src/user/choose-account.tsx +0 -39
  288. package/src/user/generate-auth-url.ts +0 -33
  289. package/src/user/generate-random-state.ts +0 -16
  290. package/src/user/index.ts +0 -2
  291. package/src/user/user.ts +0 -1234
  292. package/src/utils/collectKeyValues.ts +0 -14
  293. package/src/utils/render.ts +0 -93
  294. package/src/whoami.ts +0 -135
  295. package/src/worker.ts +0 -274
  296. package/src/yargs-types.ts +0 -37
  297. package/src/zones.ts +0 -191
@@ -1,340 +0,0 @@
1
- import { rest } from "msw";
2
- import { mockAccountId, mockApiToken } from "./helpers/mock-account-id";
3
- import { mockConsoleMethods } from "./helpers/mock-console";
4
- import {
5
- createFetchResult,
6
- msw,
7
- mswSuccessNamespacesHandlers,
8
- } from "./helpers/msw";
9
- import { runInTempDir } from "./helpers/run-in-tmp";
10
- import { runWrangler } from "./helpers/run-wrangler";
11
-
12
- describe("dispatch-namespace", () => {
13
- const std = mockConsoleMethods();
14
- beforeEach(() => msw.use(...mswSuccessNamespacesHandlers));
15
-
16
- runInTempDir();
17
- mockAccountId();
18
- mockApiToken();
19
-
20
- it("should display a list of available subcommands, for dispatch-namespace with no subcommand", async () => {
21
- await runWrangler("dispatch-namespace");
22
-
23
- // wait a tick for the help menu to be printed
24
- await new Promise((resolve) => setImmediate(resolve));
25
-
26
- expect(std).toMatchInlineSnapshot(`
27
- Object {
28
- "debug": "",
29
- "err": "",
30
- "info": "",
31
- "out": "wrangler dispatch-namespace
32
-
33
- 📦 Interact with a dispatch namespace
34
-
35
- Commands:
36
- wrangler dispatch-namespace list List all dispatch namespaces
37
- wrangler dispatch-namespace get <name> Get information about a dispatch namespace
38
- wrangler dispatch-namespace create <name> Create a dispatch namespace
39
- wrangler dispatch-namespace delete <name> Delete a dispatch namespace
40
- wrangler dispatch-namespace rename <old-name> <new-name> Rename a dispatch namespace
41
-
42
- Flags:
43
- -j, --experimental-json-config Experimental: Support wrangler.json [boolean]
44
- -c, --config Path to .toml configuration file [string]
45
- -e, --env Environment to use for operations and .env files [string]
46
- -h, --help Show help [boolean]
47
- -v, --version Show version number [boolean]",
48
- "warn": "",
49
- }
50
- `);
51
- });
52
-
53
- describe("create namespace", () => {
54
- const namespaceName = "my-namespace";
55
- let counter = 0;
56
- msw.use(
57
- rest.post(
58
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
59
- (req, res, ctx) => {
60
- counter++;
61
- const { namespaceNameParam } = req.params;
62
- expect(counter).toBe(1);
63
- expect(namespaceNameParam).toBe(namespaceName);
64
- return res.once(
65
- ctx.json(
66
- createFetchResult({
67
- namespace_id: "some-namespace-id",
68
- namespace_name: "namespace-name",
69
- created_on: "2022-06-29T14:30:08.16152Z",
70
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
71
- modified_on: "2022-06-29T14:30:08.16152Z",
72
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
73
- })
74
- )
75
- );
76
- }
77
- )
78
- );
79
-
80
- it("should display help for create", async () => {
81
- await expect(
82
- runWrangler("dispatch-namespace create")
83
- ).rejects.toThrowErrorMatchingInlineSnapshot(
84
- `"Not enough non-option arguments: got 0, need at least 1"`
85
- );
86
-
87
- expect(std.out).toMatchInlineSnapshot(`
88
- "
89
- wrangler dispatch-namespace create <name>
90
-
91
- Create a dispatch namespace
92
-
93
- Positionals:
94
- name Name of the dispatch namespace [string] [required]
95
-
96
- Flags:
97
- -j, --experimental-json-config Experimental: Support wrangler.json [boolean]
98
- -c, --config Path to .toml configuration file [string]
99
- -e, --env Environment to use for operations and .env files [string]
100
- -h, --help Show help [boolean]
101
- -v, --version Show version number [boolean]"
102
- `);
103
- });
104
-
105
- it("should attempt to create the given namespace", async () => {
106
- await runWrangler(`dispatch-namespace create ${namespaceName}`);
107
-
108
- expect(std.out).toMatchInlineSnapshot(
109
- `"Created dispatch namespace \\"my-namespace\\" with ID \\"some-namespace-id\\""`
110
- );
111
- });
112
- });
113
-
114
- describe("delete namespace", () => {
115
- const namespaceName = "my-namespace";
116
- let counter = 0;
117
- msw.use(
118
- rest.delete(
119
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
120
- (req, res, ctx) => {
121
- counter++;
122
- const { namespaceNameParam } = req.params;
123
- expect(counter).toBe(1);
124
- expect(namespaceNameParam).toBe(namespaceName);
125
- return res.once(ctx.json(null));
126
- }
127
- )
128
- );
129
-
130
- it("should display help for delete", async () => {
131
- await expect(
132
- runWrangler("dispatch-namespace create")
133
- ).rejects.toThrowErrorMatchingInlineSnapshot(
134
- `"Not enough non-option arguments: got 0, need at least 1"`
135
- );
136
-
137
- expect(std.out).toMatchInlineSnapshot(`
138
- "
139
- wrangler dispatch-namespace create <name>
140
-
141
- Create a dispatch namespace
142
-
143
- Positionals:
144
- name Name of the dispatch namespace [string] [required]
145
-
146
- Flags:
147
- -j, --experimental-json-config Experimental: Support wrangler.json [boolean]
148
- -c, --config Path to .toml configuration file [string]
149
- -e, --env Environment to use for operations and .env files [string]
150
- -h, --help Show help [boolean]
151
- -v, --version Show version number [boolean]"
152
- `);
153
- });
154
-
155
- it("should try to delete the given namespace", async () => {
156
- await runWrangler(`dispatch-namespace delete ${namespaceName}`);
157
-
158
- expect(std.out).toMatchInlineSnapshot(
159
- `"Deleted dispatch namespace \\"my-namespace\\""`
160
- );
161
- });
162
- });
163
-
164
- describe("get namespace", () => {
165
- const namespaceName = "my-namespace";
166
- let counter = 0;
167
- msw.use(
168
- rest.get(
169
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
170
- (req, res, ctx) => {
171
- counter++;
172
- const { namespaceNameParam } = req.params;
173
- expect(counter).toBe(1);
174
- expect(namespaceNameParam).toBe(namespaceName);
175
- return res.once(
176
- ctx.json(
177
- createFetchResult({
178
- namespace_id: "some-namespace-id",
179
- namespace_name: "namespace-name",
180
- created_on: "2022-06-29T14:30:08.16152Z",
181
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
182
- modified_on: "2022-06-29T14:30:08.16152Z",
183
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
184
- })
185
- )
186
- );
187
- }
188
- )
189
- );
190
-
191
- it("should display help for get", async () => {
192
- await expect(
193
- runWrangler("dispatch-namespace get")
194
- ).rejects.toThrowErrorMatchingInlineSnapshot(
195
- `"Not enough non-option arguments: got 0, need at least 1"`
196
- );
197
-
198
- expect(std.out).toMatchInlineSnapshot(`
199
- "
200
- wrangler dispatch-namespace get <name>
201
-
202
- Get information about a dispatch namespace
203
-
204
- Positionals:
205
- name Name of the dispatch namespace [string] [required]
206
-
207
- Flags:
208
- -j, --experimental-json-config Experimental: Support wrangler.json [boolean]
209
- -c, --config Path to .toml configuration file [string]
210
- -e, --env Environment to use for operations and .env files [string]
211
- -h, --help Show help [boolean]
212
- -v, --version Show version number [boolean]"
213
- `);
214
- });
215
-
216
- it("should attempt to get info for the given namespace", async () => {
217
- await runWrangler(`dispatch-namespace get ${namespaceName}`);
218
-
219
- expect(std.out).toMatchInlineSnapshot(`
220
- "{
221
- namespace_id: 'some-namespace-id',
222
- namespace_name: 'namespace-name',
223
- created_on: '2022-06-29T14:30:08.16152Z',
224
- created_by: '1fc1df98cc4420fe00367c3ab68c1639',
225
- modified_on: '2022-06-29T14:30:08.16152Z',
226
- modified_by: '1fc1df98cc4420fe00367c3ab68c1639'
227
- }"
228
- `);
229
- });
230
- });
231
-
232
- describe("list namespaces", () => {
233
- const namespaceName = "my-namespace";
234
- let counter = 0;
235
- msw.use(
236
- rest.get(
237
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
238
- (req, res, ctx) => {
239
- counter++;
240
- const { namespaceNameParam } = req.params;
241
- expect(counter).toBe(1);
242
- expect(namespaceNameParam).toBe(namespaceName);
243
- return res.once(
244
- ctx.json(
245
- createFetchResult({
246
- namespace_id: "some-namespace-id",
247
- namespace_name: "namespace-name",
248
- created_on: "2022-06-29T14:30:08.16152Z",
249
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
250
- modified_on: "2022-06-29T14:30:08.16152Z",
251
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
252
- })
253
- )
254
- );
255
- }
256
- )
257
- );
258
-
259
- it("should list all namespaces", async () => {
260
- await runWrangler("dispatch-namespace list");
261
- expect(std.out).toMatchInlineSnapshot(`
262
- "[
263
- {
264
- namespace_id: 'some-namespace-id',
265
- namespace_name: 'namespace-name',
266
- created_on: '2022-06-29T14:30:08.16152Z',
267
- created_by: '1fc1df98cc4420fe00367c3ab68c1639',
268
- modified_on: '2022-06-29T14:30:08.16152Z',
269
- modified_by: '1fc1df98cc4420fe00367c3ab68c1639'
270
- }
271
- ]"
272
- `);
273
- });
274
- });
275
-
276
- describe("rename namespace", () => {
277
- const namespaceName = "my-namespace";
278
- let counter = 0;
279
- msw.use(
280
- rest.put(
281
- "*/accounts/:accountId/workers/dispatch/namespaces/:namespaceNameParam",
282
- (req, res, ctx) => {
283
- counter++;
284
- const { namespaceNameParam } = req.params;
285
- expect(counter).toBe(1);
286
- expect(namespaceNameParam).toBe(namespaceName);
287
- return res.once(
288
- ctx.json(
289
- createFetchResult({
290
- namespace_id: "some-namespace-id",
291
- namespace_name: "namespace-name",
292
- created_on: "2022-06-29T14:30:08.16152Z",
293
- created_by: "1fc1df98cc4420fe00367c3ab68c1639",
294
- modified_on: "2022-06-29T14:30:08.16152Z",
295
- modified_by: "1fc1df98cc4420fe00367c3ab68c1639",
296
- })
297
- )
298
- );
299
- }
300
- )
301
- );
302
-
303
- it("should display help for rename", async () => {
304
- await expect(
305
- runWrangler("dispatch-namespace rename")
306
- ).rejects.toThrowErrorMatchingInlineSnapshot(
307
- `"Not enough non-option arguments: got 0, need at least 2"`
308
- );
309
-
310
- expect(std.out).toMatchInlineSnapshot(`
311
- "
312
- wrangler dispatch-namespace rename <old-name> <new-name>
313
-
314
- Rename a dispatch namespace
315
-
316
- Positionals:
317
- old-name Name of the dispatch namespace [string] [required]
318
- new-name New name of the dispatch namespace [string] [required]
319
-
320
- Flags:
321
- -j, --experimental-json-config Experimental: Support wrangler.json [boolean]
322
- -c, --config Path to .toml configuration file [string]
323
- -e, --env Environment to use for operations and .env files [string]
324
- -h, --help Show help [boolean]
325
- -v, --version Show version number [boolean]"
326
- `);
327
- });
328
-
329
- it("should attempt to rename the given namespace", async () => {
330
- const newName = "new-namespace";
331
- await runWrangler(
332
- `dispatch-namespace rename ${namespaceName} ${newName}`
333
- );
334
-
335
- expect(std.out).toMatchInlineSnapshot(
336
- `"Renamed dispatch namespace \\"my-namespace\\" to \\"new-namespace\\""`
337
- );
338
- });
339
- });
340
- });
package/src/abort.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare interface AbortSignal {
2
- addEventListener(event: "abort", handler: () => void);
3
- }
package/src/api/dev.ts DELETED
@@ -1,316 +0,0 @@
1
- import { fetch, Request } from "undici";
2
- import { startApiDev, startDev } from "../dev";
3
- import { logger } from "../logger";
4
-
5
- import type { Environment } from "../config";
6
- import type { EnablePagesAssetsServiceBindingOptions } from "../miniflare-cli/types";
7
- import type { RequestInit, Response, RequestInfo } from "undici";
8
-
9
- export interface UnstableDevOptions {
10
- config?: string; // Path to .toml configuration file, relative to cwd
11
- env?: string; // Environment to use for operations and .env files
12
- ip?: string; // IP address to listen on
13
- port?: number; // Port to listen on
14
- bundle?: boolean; // Set to false to skip internal build steps and directly publish script
15
- inspectorPort?: number; // Port for devtools to connect to
16
- localProtocol?: "http" | "https"; // Protocol to listen to requests on, defaults to http.
17
- assets?: string; // Static assets to be served
18
- site?: string; // Root folder of static assets for Workers Sites
19
- siteInclude?: string[]; // Array of .gitignore-style patterns that match file or directory names from the sites directory. Only matched items will be uploaded.
20
- siteExclude?: string[]; // Array of .gitignore-style patterns that match file or directory names from the sites directory. Matched items will not be uploaded.
21
- nodeCompat?: boolean; // Enable Node.js compatibility
22
- compatibilityDate?: string; // Date to use for compatibility checks
23
- compatibilityFlags?: string[]; // Flags to use for compatibility checks
24
- persist?: boolean; // Enable persistence for local mode, using default path: .wrangler/state
25
- persistTo?: string; // Specify directory to use for local persistence (implies --persist)
26
- vars?: {
27
- [key: string]: unknown;
28
- };
29
- kv?: {
30
- binding: string;
31
- id: string;
32
- preview_id?: string;
33
- }[];
34
- durableObjects?: {
35
- name: string;
36
- class_name: string;
37
- script_name?: string | undefined;
38
- environment?: string | undefined;
39
- }[];
40
- r2?: {
41
- binding: string;
42
- bucket_name: string;
43
- preview_bucket_name?: string;
44
- }[];
45
- logLevel?: "none" | "info" | "error" | "log" | "warn" | "debug"; // Specify logging level [choices: "debug", "info", "log", "warn", "error", "none"] [default: "log"]
46
- inspect?: boolean;
47
- local?: boolean;
48
- accountId?: string;
49
- experimental?: {
50
- d1Databases?: Environment["d1_databases"];
51
- disableExperimentalWarning?: boolean; // Disables wrangler's warning when unstable APIs are used.
52
- disableDevRegistry?: boolean; // Disables wrangler's support multi-worker setups. May reduce flakiness when used in tests in CI.
53
- enablePagesAssetsServiceBinding?: EnablePagesAssetsServiceBindingOptions;
54
- experimentalLocal?: boolean; // Use Miniflare 3 instead of Miniflare 2
55
- experimentalLocalRemoteKv?: boolean;
56
- forceLocal?: boolean;
57
- liveReload?: boolean; // Auto reload HTML pages when change is detected in local mode
58
- showInteractiveDevSession?: boolean;
59
- testMode?: boolean; // This option shouldn't be used - We plan on removing it eventually
60
- testScheduled?: boolean; // Test scheduled events by visiting /__scheduled in browser
61
- watch?: boolean; // unstable_dev doesn't support watch-mode yet in testMode
62
- };
63
- }
64
-
65
- export interface UnstableDevWorker {
66
- port: number;
67
- address: string;
68
- stop: () => Promise<void>;
69
- fetch: (input?: RequestInfo, init?: RequestInit) => Promise<Response>;
70
- waitUntilExit: () => Promise<void>;
71
- }
72
- /**
73
- * unstable_dev starts a wrangler dev server, and returns a promise that resolves with utility functions to interact with it.
74
- */
75
- export async function unstable_dev(
76
- script: string,
77
- options?: UnstableDevOptions,
78
- apiOptions?: unknown
79
- ): Promise<UnstableDevWorker> {
80
- // Note that not every experimental option is passed directly through to the underlying dev API - experimental options can be used here in unstable_dev. Otherwise we could just pass experimental down to dev blindly.
81
-
82
- const experimentalOptions = {
83
- // Defaults for "experimental" options
84
- disableDevRegistry: false,
85
- disableExperimentalWarning: false,
86
- showInteractiveDevSession: false,
87
- testMode: true,
88
- // Override all options, including overwriting with "undefined"
89
- ...options?.experimental,
90
- };
91
-
92
- const {
93
- // there are two types of "experimental" options:
94
- // 1. options to unstable_dev that we're still testing or are unsure of
95
- disableDevRegistry,
96
- disableExperimentalWarning,
97
- forceLocal,
98
- liveReload,
99
- showInteractiveDevSession,
100
- testMode,
101
- testScheduled,
102
- // 2. options for alpha/beta products/libs
103
- d1Databases,
104
- experimentalLocal,
105
- experimentalLocalRemoteKv,
106
- enablePagesAssetsServiceBinding,
107
- } = experimentalOptions;
108
-
109
- if (apiOptions) {
110
- logger.error(
111
- "unstable_dev's third argument (apiOptions) has been deprecated in favor of an `experimental` property within the second argument (options).\nPlease update your code from:\n`await unstable_dev('...', {...}, {...});`\nto:\n`await unstable_dev('...', {..., experimental: {...}});`"
112
- );
113
- }
114
-
115
- if (!disableExperimentalWarning) {
116
- logger.warn(
117
- `unstable_dev() is experimental\nunstable_dev()'s behaviour will likely change in future releases`
118
- );
119
- }
120
- let readyPort: number;
121
- let readyAddress: string;
122
- //due to Pages adoption of unstable_dev, we can't *just* disable rebuilds and watching. instead, we'll have two versions of startDev, which will converge.
123
- if (testMode) {
124
- //in testMode, we can run multiple wranglers in parallel, but rebuilds might not work out of the box
125
- return new Promise<UnstableDevWorker>((resolve) => {
126
- //lmao
127
- return new Promise<Awaited<ReturnType<typeof startApiDev>>>((ready) => {
128
- // once the devServer is ready for requests, we resolve the inner promise
129
- // (where we've named the resolve function "ready")
130
- const devServer = startApiDev({
131
- script: script,
132
- inspect: false,
133
- logLevel: "none",
134
- _: [],
135
- $0: "",
136
- port: options?.port ?? 0,
137
- local: true,
138
- d1Databases,
139
- disableDevRegistry,
140
- testScheduled: testScheduled ?? false,
141
- experimentalLocal: experimentalLocal ?? false,
142
- experimentalLocalRemoteKv: experimentalLocalRemoteKv ?? false,
143
- enablePagesAssetsServiceBinding,
144
- liveReload,
145
- showInteractiveDevSession,
146
- onReady: (address, port) => {
147
- readyPort = port;
148
- readyAddress = address;
149
- ready(devServer);
150
- },
151
- config: options?.config,
152
- env: options?.env,
153
- bundle: options?.bundle,
154
- compatibilityDate: options?.compatibilityDate,
155
- compatibilityFlags: options?.compatibilityFlags,
156
- ip: options?.ip,
157
- inspectorPort: options?.inspectorPort,
158
- v: undefined,
159
- localProtocol: options?.localProtocol,
160
- assets: options?.assets,
161
- site: options?.site, // Root folder of static assets for Workers Sites
162
- siteInclude: options?.siteInclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Only matched items will be uploaded.
163
- siteExclude: options?.siteExclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Matched items will not be uploaded.
164
- nodeCompat: options?.nodeCompat, // Enable Node.js compatibility
165
- persist: options?.persist, // Enable persistence for local mode, using default path: .wrangler/state
166
- persistTo: options?.persistTo, // Specify directory to use for local persistence (implies --persist)
167
- experimentalJsonConfig: undefined,
168
- name: undefined,
169
- noBundle: false,
170
- format: undefined,
171
- latest: false,
172
- routes: undefined,
173
- host: undefined,
174
- localUpstream: undefined,
175
- experimentalPublic: undefined,
176
- upstreamProtocol: undefined,
177
- var: undefined,
178
- define: undefined,
179
- jsxFactory: undefined,
180
- jsxFragment: undefined,
181
- tsconfig: undefined,
182
- minify: undefined,
183
- experimentalEnableLocalPersistence: undefined,
184
- legacyEnv: undefined,
185
- public: undefined,
186
- ...options,
187
- });
188
- }).then((devServer) => {
189
- // now that the inner promise has resolved, we can resolve the outer promise
190
- // with an object that lets you fetch and stop the dev server
191
- resolve({
192
- port: readyPort,
193
- address: readyAddress,
194
- stop: devServer.stop,
195
- fetch: async (input?: RequestInfo, init?: RequestInit) => {
196
- return await fetch(
197
- ...parseRequestInput(
198
- readyAddress,
199
- readyPort,
200
- input,
201
- init,
202
- options?.localProtocol
203
- )
204
- );
205
- },
206
- //no-op, does nothing in tests
207
- waitUntilExit: async () => {
208
- return;
209
- },
210
- });
211
- });
212
- });
213
- } else {
214
- //outside of test mode, rebuilds work fine, but only one instance of wrangler will work at a time
215
-
216
- return new Promise<UnstableDevWorker>((resolve) => {
217
- //lmao
218
- return new Promise<Awaited<ReturnType<typeof startDev>>>((ready) => {
219
- const devServer = startDev({
220
- script: script,
221
- inspect: false,
222
- _: [],
223
- $0: "",
224
- logLevel: options?.logLevel ?? "log",
225
- port: options?.port ?? 0,
226
- local: true,
227
- showInteractiveDevSession,
228
- d1Databases,
229
- disableDevRegistry,
230
- testScheduled: testScheduled ?? false,
231
- experimentalLocal: experimentalLocal ?? false,
232
- experimentalLocalRemoteKv: experimentalLocalRemoteKv ?? false,
233
- enablePagesAssetsServiceBinding,
234
- forceLocal,
235
- liveReload,
236
- onReady: (address, port) => {
237
- readyPort = port;
238
- readyAddress = address;
239
- ready(devServer);
240
- },
241
- config: options?.config,
242
- env: options?.env,
243
- bundle: options?.bundle,
244
- compatibilityDate: options?.compatibilityDate,
245
- compatibilityFlags: options?.compatibilityFlags,
246
- ip: options?.ip,
247
- inspectorPort: options?.inspectorPort,
248
- v: undefined,
249
- localProtocol: options?.localProtocol,
250
- assets: options?.assets,
251
- site: options?.site, // Root folder of static assets for Workers Sites
252
- siteInclude: options?.siteInclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Only matched items will be uploaded.
253
- siteExclude: options?.siteExclude, // Array of .gitignore-style patterns that match file or directory names from the sites directory. Matched items will not be uploaded.
254
- nodeCompat: options?.nodeCompat, // Enable Node.js compatibility
255
- persist: options?.persist, // Enable persistence for local mode, using default path: .wrangler/state
256
- persistTo: options?.persistTo, // Specify directory to use for local persistence (implies --persist)
257
- experimentalJsonConfig: undefined,
258
- name: undefined,
259
- noBundle: false,
260
- format: undefined,
261
- latest: false,
262
- routes: undefined,
263
- host: undefined,
264
- localUpstream: undefined,
265
- experimentalPublic: undefined,
266
- upstreamProtocol: undefined,
267
- var: undefined,
268
- define: undefined,
269
- jsxFactory: undefined,
270
- jsxFragment: undefined,
271
- tsconfig: undefined,
272
- minify: undefined,
273
- experimentalEnableLocalPersistence: undefined,
274
- legacyEnv: undefined,
275
- public: undefined,
276
- ...options,
277
- });
278
- }).then((devServer) => {
279
- resolve({
280
- port: readyPort,
281
- address: readyAddress,
282
- stop: devServer.stop,
283
- fetch: async (input?: RequestInfo, init?: RequestInit) => {
284
- return await fetch(
285
- ...parseRequestInput(
286
- readyAddress,
287
- readyPort,
288
- input,
289
- init,
290
- options?.localProtocol
291
- )
292
- );
293
- },
294
- waitUntilExit: devServer.devReactElement.waitUntilExit,
295
- });
296
- });
297
- });
298
- }
299
- }
300
-
301
- export function parseRequestInput(
302
- readyAddress: string,
303
- readyPort: number,
304
- input: RequestInfo = "/",
305
- init?: RequestInit,
306
- protocol: "http" | "https" = "http"
307
- ): [RequestInfo, RequestInit | undefined] {
308
- if (input instanceof Request) {
309
- return [input, undefined];
310
- }
311
- const url = new URL(`${input}`, `${protocol}://${readyAddress}:${readyPort}`);
312
- url.protocol = protocol;
313
- url.hostname = readyAddress;
314
- url.port = readyPort.toString();
315
- return [url, init];
316
- }
package/src/api/index.ts DELETED
@@ -1,11 +0,0 @@
1
- export { unstable_dev } from "./dev";
2
- export type { UnstableDevWorker, UnstableDevOptions } from "./dev";
3
- export { unstable_pages } from "./pages";
4
- export {
5
- uploadMTlsCertificate,
6
- uploadMTlsCertificateFromFs,
7
- listMTlsCertificates,
8
- getMTlsCertificate,
9
- getMTlsCertificateByName,
10
- deleteMTlsCertificate,
11
- } from "./mtls-certificate";