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,14 +0,0 @@
1
- import TimeAgo from "javascript-time-ago";
2
- import en from "javascript-time-ago/locale/en";
3
- import prettyBytes from "pretty-bytes";
4
- TimeAgo.addDefaultLocale(en);
5
- const timeAgo = new TimeAgo("en-US");
6
-
7
- export const formatTimeAgo = (date: Date): string => {
8
- const result = timeAgo.format(date);
9
- return Array.isArray(result) ? result[0] : result;
10
- };
11
-
12
- export const formatBytes = (bytes: number): string => {
13
- return prettyBytes(bytes);
14
- };
package/src/d1/index.ts DELETED
@@ -1,100 +0,0 @@
1
- import * as Backups from "./backups";
2
- import * as Create from "./create";
3
- import * as Delete from "./delete";
4
- import * as Execute from "./execute";
5
- import * as List from "./list";
6
- import * as Migrations from "./migrations";
7
- import { d1BetaWarning } from "./utils";
8
- import type { CommonYargsArgv } from "../yargs-types";
9
-
10
- export function d1(yargs: CommonYargsArgv) {
11
- return (
12
- yargs
13
- .command("list", "List D1 databases", List.Options, List.Handler)
14
- .command(
15
- "create <name>",
16
- "Create D1 database",
17
- Create.Options,
18
- Create.Handler
19
- )
20
- .command(
21
- "delete <name>",
22
- "Delete D1 database",
23
- Delete.Options,
24
- Delete.Handler
25
- )
26
- .command("backup", "Interact with D1 Backups", (backupArgs) =>
27
- backupArgs
28
- .demandCommand()
29
- .command(
30
- "list <name>",
31
- "List your D1 backups",
32
- Backups.ListOptions,
33
- Backups.ListHandler
34
- )
35
- .command(
36
- "create <name>",
37
- "Create a new D1 backup",
38
- Backups.CreateOptions,
39
- Backups.CreateHandler
40
- )
41
- .command(
42
- "restore <name> <backup-id>",
43
- "Restore a DB backup",
44
- Backups.RestoreOptions,
45
- Backups.RestoreHandler
46
- )
47
- .command(
48
- "download <name> <backup-id>",
49
- "Download a DB backup",
50
- Backups.DownloadOptions,
51
- Backups.DownloadHandler
52
- )
53
- .epilogue(d1BetaWarning)
54
- )
55
- // .command(
56
- // "console <name>",
57
- // "Open a Console on a D1 database",
58
- // (d1CreateYargs) => {
59
- // return d1CreateYargs.positional("name", {
60
- // describe: "The name of the DB",
61
- // type: "string",
62
- // demandOption: true,
63
- // });
64
- // },
65
- // async (_) => {
66
- // // TODO
67
- // }
68
- // )
69
- .command(
70
- "execute <database>",
71
- "Executed command or SQL file",
72
- Execute.Options,
73
- Execute.Handler
74
- )
75
- .command("migrations", "Interact with D1 Migrations", (yargs2) =>
76
- yargs2
77
- .demandCommand()
78
- .command(
79
- "list <database>",
80
- "List your D1 migrations",
81
- Migrations.ListOptions,
82
- Migrations.ListHandler
83
- )
84
- .command(
85
- "create <database> <message>",
86
- "Create a new Migration",
87
- Migrations.CreateOptions,
88
- Migrations.CreateHandler
89
- )
90
- .command(
91
- "apply <database>",
92
- "Apply D1 Migrations",
93
- Migrations.ApplyOptions,
94
- Migrations.ApplyHandler
95
- )
96
- .epilogue(d1BetaWarning)
97
- )
98
- .epilogue(d1BetaWarning)
99
- );
100
- }
package/src/d1/list.tsx DELETED
@@ -1,62 +0,0 @@
1
- import Table from "ink-table";
2
- import React from "react";
3
- import { fetchResult } from "../cfetch";
4
- import { withConfig } from "../config";
5
- import { logger } from "../logger";
6
- import { requireAuth } from "../user";
7
- import { renderToString } from "../utils/render";
8
- import { d1BetaWarning } from "./utils";
9
- import type {
10
- CommonYargsArgv,
11
- StrictYargsOptionsToInterface,
12
- } from "../yargs-types";
13
- import type { Database } from "./types";
14
-
15
- export function Options(d1ListYargs: CommonYargsArgv) {
16
- return d1ListYargs
17
- .option("json", {
18
- describe: "return output as clean JSON",
19
- type: "boolean",
20
- default: false,
21
- })
22
- .epilogue(d1BetaWarning);
23
- }
24
-
25
- type HandlerOptions = StrictYargsOptionsToInterface<typeof Options>;
26
- export const Handler = withConfig<HandlerOptions>(
27
- async ({ json, config }): Promise<void> => {
28
- const accountId = await requireAuth(config);
29
- const dbs: Array<Database> = await listDatabases(accountId);
30
-
31
- if (json) {
32
- logger.log(JSON.stringify(dbs, null, 2));
33
- } else {
34
- logger.log(d1BetaWarning);
35
- logger.log(renderToString(<Table data={dbs}></Table>));
36
- }
37
- }
38
- );
39
-
40
- export const listDatabases = async (
41
- accountId: string
42
- ): Promise<Array<Database>> => {
43
- const pageSize = 10;
44
- let page = 1;
45
- const results = [];
46
- while (results.length % pageSize === 0) {
47
- const json: Array<Database> = await fetchResult(
48
- `/accounts/${accountId}/d1/database`,
49
- {},
50
- new URLSearchParams({
51
- per_page: pageSize.toString(),
52
- page: page.toString(),
53
- })
54
- );
55
- page++;
56
- results.push(...json);
57
- if (json.length < pageSize) {
58
- break;
59
- }
60
- }
61
- return results;
62
- };
@@ -1,212 +0,0 @@
1
- import assert from "node:assert";
2
- import fs from "node:fs";
3
- import path from "path";
4
- import { Box, Text } from "ink";
5
- import Table from "ink-table";
6
- import React from "react";
7
- import { withConfig } from "../../config";
8
- import { confirm } from "../../dialogs";
9
- import { CI } from "../../is-ci";
10
- import isInteractive from "../../is-interactive";
11
- import { logger } from "../../logger";
12
- import { requireAuth } from "../../user";
13
- import { renderToString } from "../../utils/render";
14
- import { createBackup } from "../backups";
15
- import { DEFAULT_MIGRATION_PATH, DEFAULT_MIGRATION_TABLE } from "../constants";
16
- import { executeSql } from "../execute";
17
- import { d1BetaWarning, getDatabaseInfoFromConfig } from "../utils";
18
- import {
19
- getMigrationsPath,
20
- getUnappliedMigrations,
21
- initMigrationsTable,
22
- } from "./helpers";
23
- import { MigrationOptions } from "./options";
24
- import type { ParseError } from "../../parse";
25
- import type {
26
- CommonYargsArgv,
27
- StrictYargsOptionsToInterface,
28
- } from "../../yargs-types";
29
-
30
- export function ApplyOptions(yargs: CommonYargsArgv) {
31
- return MigrationOptions(yargs);
32
- }
33
-
34
- type ApplyHandlerOptions = StrictYargsOptionsToInterface<typeof ApplyOptions>;
35
-
36
- export const ApplyHandler = withConfig<ApplyHandlerOptions>(
37
- async ({ config, database, local, persistTo, preview }): Promise<void> => {
38
- logger.log(d1BetaWarning);
39
-
40
- const databaseInfo = getDatabaseInfoFromConfig(config, database);
41
- if (!databaseInfo && !local) {
42
- throw new Error(
43
- `Can't find a DB with name/binding '${database}' in local config. Check info in wrangler.toml...`
44
- );
45
- }
46
-
47
- if (!config.configPath) {
48
- return;
49
- }
50
-
51
- const migrationsPath = await getMigrationsPath({
52
- projectPath: path.dirname(config.configPath),
53
- migrationsFolderPath:
54
- databaseInfo?.migrationsFolderPath ?? DEFAULT_MIGRATION_PATH,
55
- createIfMissing: false,
56
- });
57
-
58
- const migrationsTableName =
59
- databaseInfo?.migrationsTableName ?? DEFAULT_MIGRATION_TABLE;
60
- await initMigrationsTable({
61
- migrationsTableName,
62
- local,
63
- config,
64
- name: database,
65
- persistTo,
66
- preview,
67
- });
68
-
69
- const unappliedMigrations = (
70
- await getUnappliedMigrations({
71
- migrationsTableName,
72
- migrationsPath,
73
- local,
74
- config,
75
- name: database,
76
- persistTo,
77
- preview,
78
- })
79
- )
80
- .map((migration) => {
81
- return {
82
- Name: migration,
83
- Status: "🕒️",
84
- };
85
- })
86
- .sort((a, b) => {
87
- const migrationNumberA = parseInt(a.Name.split("_")[0]);
88
- const migrationNumberB = parseInt(b.Name.split("_")[0]);
89
- if (migrationNumberA < migrationNumberB) {
90
- return -1;
91
- }
92
- if (migrationNumberA > migrationNumberB) {
93
- return 1;
94
- }
95
-
96
- // numbers must be equal
97
- return 0;
98
- });
99
-
100
- if (unappliedMigrations.length === 0) {
101
- logger.log(renderToString(<Text>✅ No migrations to apply!</Text>));
102
- return;
103
- }
104
- logger.log(
105
- renderToString(
106
- <Box flexDirection="column">
107
- <Text>Migrations to be applied:</Text>
108
- <Table data={unappliedMigrations} columns={["Name"]}></Table>
109
- </Box>
110
- )
111
- );
112
- const ok = await confirm(
113
- `About to apply ${unappliedMigrations.length} migration(s)
114
- Your database may not be available to serve requests during the migration, continue?`
115
- );
116
- if (!ok) return;
117
-
118
- // don't backup prod db when applying migrations locally or in preview
119
- if (!local && !preview) {
120
- assert(
121
- databaseInfo,
122
- "In non-local mode `databaseInfo` should be defined."
123
- );
124
- logger.log(renderToString(<Text>🕒 Creating backup...</Text>));
125
- const accountId = await requireAuth(config);
126
- await createBackup(accountId, databaseInfo.uuid);
127
- }
128
-
129
- for (const migration of unappliedMigrations) {
130
- let query = fs.readFileSync(
131
- `${migrationsPath}/${migration.Name}`,
132
- "utf8"
133
- );
134
- query += `
135
- INSERT INTO ${migrationsTableName} (name)
136
- values ('${migration.Name}');
137
- `;
138
-
139
- let success = true;
140
- let errorNotes: Array<string> = [];
141
- try {
142
- const response = await executeSql({
143
- local,
144
- config,
145
- name: database,
146
- shouldPrompt: isInteractive() && !CI.isCI(),
147
- persistTo,
148
- command: query,
149
- file: undefined,
150
- json: undefined,
151
- preview,
152
- });
153
-
154
- if (response === null) {
155
- // TODO: return error
156
- return;
157
- }
158
-
159
- for (const result of response) {
160
- // When executing more than 1 statement, response turns into an array of QueryResult
161
- if (Array.isArray(result)) {
162
- for (const subResult of result) {
163
- if (!subResult.success) {
164
- success = false;
165
- }
166
- }
167
- } else {
168
- if (!result.success) {
169
- success = false;
170
- }
171
- }
172
- }
173
- } catch (e) {
174
- const err = e as ParseError;
175
- const maybeCause = (err.cause ?? err) as Error;
176
-
177
- success = false;
178
- errorNotes = err.notes?.map((msg) => msg.text) ?? [
179
- maybeCause?.message ?? maybeCause.toString(),
180
- ];
181
- }
182
-
183
- migration.Status = success ? "✅" : "❌";
184
-
185
- logger.log(
186
- renderToString(
187
- <Box flexDirection="column">
188
- <Table
189
- data={unappliedMigrations}
190
- columns={["Name", "Status"]}
191
- ></Table>
192
- {errorNotes.length > 0 && (
193
- <Box flexDirection="column">
194
- <Text>&nbsp;</Text>
195
- <Text>
196
- ❌ Migration {migration.Name} failed with following Errors
197
- </Text>
198
- <Table
199
- data={errorNotes.map((err) => {
200
- return { Error: err };
201
- })}
202
- ></Table>
203
- </Box>
204
- )}
205
- </Box>
206
- )
207
- );
208
-
209
- if (errorNotes.length > 0) return;
210
- }
211
- }
212
- );
@@ -1,79 +0,0 @@
1
- import fs from "node:fs";
2
- import path from "path";
3
- import { Box, Text } from "ink";
4
- import React from "react";
5
- import { withConfig } from "../../config";
6
- import { logger } from "../../logger";
7
- import { renderToString } from "../../utils/render";
8
- import { DEFAULT_MIGRATION_PATH } from "../constants";
9
- import { Database } from "../options";
10
- import { d1BetaWarning, getDatabaseInfoFromConfig } from "../utils";
11
- import { getMigrationsPath, getNextMigrationNumber } from "./helpers";
12
- import type {
13
- CommonYargsArgv,
14
- StrictYargsOptionsToInterface,
15
- } from "../../yargs-types";
16
-
17
- export function CreateOptions(yargs: CommonYargsArgv) {
18
- return Database(yargs).positional("message", {
19
- describe: "The Migration message",
20
- type: "string",
21
- demandOption: true,
22
- });
23
- }
24
-
25
- type CreateHandlerOptions = StrictYargsOptionsToInterface<typeof CreateOptions>;
26
-
27
- export const CreateHandler = withConfig<CreateHandlerOptions>(
28
- async ({ config, database, message }): Promise<void> => {
29
- logger.log(d1BetaWarning);
30
-
31
- const databaseInfo = getDatabaseInfoFromConfig(config, database);
32
- if (!databaseInfo) {
33
- throw new Error(
34
- `Can't find a DB with name/binding '${database}' in local config. Check info in wrangler.toml...`
35
- );
36
- }
37
-
38
- if (!config.configPath) {
39
- return;
40
- }
41
-
42
- const migrationsPath = await getMigrationsPath({
43
- projectPath: path.dirname(config.configPath),
44
- migrationsFolderPath:
45
- databaseInfo.migrationsFolderPath ?? DEFAULT_MIGRATION_PATH,
46
- createIfMissing: true,
47
- });
48
- const nextMigrationNumber = pad(getNextMigrationNumber(migrationsPath), 4);
49
- const migrationName = message.replaceAll(" ", "_");
50
-
51
- const newMigrationName = `${nextMigrationNumber}_${migrationName}.sql`;
52
-
53
- fs.writeFileSync(
54
- `${migrationsPath}/${newMigrationName}`,
55
- `-- Migration number: ${nextMigrationNumber} \t ${new Date().toISOString()}\n`
56
- );
57
-
58
- logger.log(
59
- renderToString(
60
- <Box flexDirection="column">
61
- <Text>
62
- ✅ Successfully created Migration &apos;{newMigrationName}&apos;!
63
- </Text>
64
- <Text>&nbsp;</Text>
65
- <Text>The migration is available for editing here</Text>
66
- <Text>
67
- {migrationsPath}/{newMigrationName}
68
- </Text>
69
- </Box>
70
- )
71
- );
72
- }
73
- );
74
-
75
- function pad(num: number, size: number): string {
76
- let newNum = num.toString();
77
- while (newNum.length < size) newNum = "0" + newNum;
78
- return newNum;
79
- }
@@ -1,169 +0,0 @@
1
- import fs from "node:fs";
2
- import path from "path";
3
- import { confirm } from "../../dialogs";
4
- import { CI } from "../../is-ci";
5
- import isInteractive from "../../is-interactive";
6
- import { logger } from "../../logger";
7
- import { DEFAULT_MIGRATION_PATH } from "../constants";
8
- import { executeSql } from "../execute";
9
- import type { ConfigFields, DevConfig, Environment } from "../../config";
10
- import type { QueryResult } from "../execute";
11
- import type { Migration } from "../types";
12
-
13
- export async function getMigrationsPath({
14
- projectPath,
15
- migrationsFolderPath,
16
- createIfMissing,
17
- }: {
18
- projectPath: string;
19
- migrationsFolderPath: string;
20
- createIfMissing: boolean;
21
- }): Promise<string> {
22
- const dir = path.resolve(projectPath, migrationsFolderPath);
23
- if (fs.existsSync(dir)) return dir;
24
-
25
- const warning = `No migrations folder found.${
26
- migrationsFolderPath === DEFAULT_MIGRATION_PATH
27
- ? " Set `migrations_dir` in wrangler.toml to choose a different path."
28
- : ""
29
- }`;
30
-
31
- if (createIfMissing && (await confirm(`${warning}\nOk to create ${dir}?`))) {
32
- fs.mkdirSync(dir, { recursive: true });
33
- return dir;
34
- } else {
35
- logger.warn(warning);
36
- }
37
-
38
- throw new Error(`No migrations present at ${dir}.`);
39
- }
40
-
41
- export async function getUnappliedMigrations({
42
- migrationsTableName,
43
- migrationsPath,
44
- local,
45
- config,
46
- name,
47
- persistTo,
48
- preview,
49
- }: {
50
- migrationsTableName: string;
51
- migrationsPath: string;
52
- local: boolean | undefined;
53
- config: ConfigFields<DevConfig> & Environment;
54
- name: string;
55
- persistTo: string | undefined;
56
- preview: boolean | undefined;
57
- }): Promise<Array<string>> {
58
- const appliedMigrations = (
59
- await listAppliedMigrations(
60
- migrationsTableName,
61
- local,
62
- config,
63
- name,
64
- persistTo,
65
- preview
66
- )
67
- ).map((migration) => {
68
- return migration.name;
69
- });
70
- const projectMigrations = getMigrationNames(migrationsPath);
71
-
72
- const unappliedMigrations: Array<string> = [];
73
-
74
- for (const migration of projectMigrations) {
75
- if (!appliedMigrations.includes(migration)) {
76
- unappliedMigrations.push(migration);
77
- }
78
- }
79
-
80
- return unappliedMigrations;
81
- }
82
-
83
- const listAppliedMigrations = async (
84
- migrationsTableName: string,
85
- local: boolean | undefined,
86
- config: ConfigFields<DevConfig> & Environment,
87
- name: string,
88
- persistTo: string | undefined,
89
- preview: boolean | undefined
90
- ): Promise<Migration[]> => {
91
- const response: QueryResult[] | null = await executeSql({
92
- local,
93
- config,
94
- name,
95
- shouldPrompt: isInteractive() && !CI.isCI(),
96
- persistTo,
97
- command: `SELECT *
98
- FROM ${migrationsTableName}
99
- ORDER BY id`,
100
- file: undefined,
101
- json: undefined,
102
- preview,
103
- });
104
-
105
- if (!response || response[0].results.length === 0) return [];
106
-
107
- return response[0].results as Migration[];
108
- };
109
-
110
- function getMigrationNames(migrationsPath: string): Array<string> {
111
- const migrations = [];
112
-
113
- const dir = fs.opendirSync(migrationsPath);
114
-
115
- let dirent;
116
- while ((dirent = dir.readSync()) !== null) {
117
- if (dirent.name.endsWith(".sql")) migrations.push(dirent.name);
118
- }
119
-
120
- dir.closeSync();
121
-
122
- return migrations;
123
- }
124
-
125
- export function getNextMigrationNumber(migrationsPath: string): number {
126
- let highestMigrationNumber = -1;
127
-
128
- for (const migration in getMigrationNames(migrationsPath)) {
129
- const migrationNumber = parseInt(migration.split("_")[0]);
130
-
131
- if (migrationNumber > highestMigrationNumber) {
132
- highestMigrationNumber = migrationNumber;
133
- }
134
- }
135
-
136
- return highestMigrationNumber + 1;
137
- }
138
-
139
- export const initMigrationsTable = async ({
140
- migrationsTableName,
141
- local,
142
- config,
143
- name,
144
- persistTo,
145
- preview,
146
- }: {
147
- migrationsTableName: string;
148
- local: boolean | undefined;
149
- config: ConfigFields<DevConfig> & Environment;
150
- name: string;
151
- persistTo: string | undefined;
152
- preview: boolean | undefined;
153
- }) => {
154
- return executeSql({
155
- local,
156
- config,
157
- name,
158
- shouldPrompt: isInteractive() && !CI.isCI(),
159
- persistTo,
160
- command: `CREATE TABLE IF NOT EXISTS ${migrationsTableName}(
161
- id INTEGER PRIMARY KEY AUTOINCREMENT,
162
- name TEXT UNIQUE,
163
- applied_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL
164
- );`,
165
- file: undefined,
166
- json: undefined,
167
- preview,
168
- });
169
- };
@@ -1,3 +0,0 @@
1
- export { ApplyHandler, ApplyOptions } from "./apply";
2
- export { CreateHandler, CreateOptions } from "./create";
3
- export { ListHandler, ListOptions } from "./list";