wrangler 2.20.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.
- package/README.md +4 -4
- package/bin/wrangler.js +9 -75
- package/package.json +5 -13
- package/templates/__tests__/tsconfig.tsbuildinfo +1 -1
- package/templates/checked-fetch.js +1 -1
- package/templates/first-party-worker-module-facade.ts +2 -2
- package/templates/middleware/common.ts +9 -4
- package/templates/middleware/loader-sw.ts +2 -7
- package/templates/new-worker-scheduled.ts +1 -1
- package/templates/new-worker.ts +1 -1
- package/templates/pages-dev-util.ts +4 -1
- package/templates/pages-shim.ts +0 -3
- package/templates/tsconfig.tsbuildinfo +1 -1
- package/wrangler-dist/cli.d.ts +149 -75
- package/wrangler-dist/cli.js +60062 -64338
- package/import_meta_url.js +0 -3
- package/miniflare-config-stubs/.env.empty +0 -0
- package/miniflare-config-stubs/package.empty.json +0 -1
- package/miniflare-config-stubs/wrangler.empty.toml +0 -0
- package/miniflare-dist/index.mjs +0 -6442
- package/src/__tests__/access.test.ts +0 -25
- package/src/__tests__/api-dev.test.ts +0 -238
- package/src/__tests__/api-devregistry.test.ts +0 -121
- package/src/__tests__/api.test.ts +0 -102
- package/src/__tests__/config-cache-without-cache-dir.test.ts +0 -38
- package/src/__tests__/config-cache.test.ts +0 -42
- package/src/__tests__/configuration.test.ts +0 -4517
- package/src/__tests__/constellation.test.ts +0 -371
- package/src/__tests__/d1/d1.test.ts +0 -82
- package/src/__tests__/d1/execute.test.ts +0 -66
- package/src/__tests__/d1/migrate.test.ts +0 -257
- package/src/__tests__/d1/splitter.test.ts +0 -255
- package/src/__tests__/delete.test.ts +0 -272
- package/src/__tests__/deployments.test.ts +0 -369
- package/src/__tests__/dev.test.tsx +0 -1617
- package/src/__tests__/generate.test.ts +0 -237
- package/src/__tests__/get-host-from-url.test.ts +0 -16
- package/src/__tests__/guess-worker-format.test.ts +0 -120
- package/src/__tests__/helpers/clipboardy-mock.js +0 -4
- package/src/__tests__/helpers/cmd-shim.d.ts +0 -11
- package/src/__tests__/helpers/end-event-loop.ts +0 -6
- package/src/__tests__/helpers/mock-account-id.ts +0 -48
- package/src/__tests__/helpers/mock-auth-domain.ts +0 -20
- package/src/__tests__/helpers/mock-bin.ts +0 -36
- package/src/__tests__/helpers/mock-console.ts +0 -112
- package/src/__tests__/helpers/mock-dialogs.ts +0 -139
- package/src/__tests__/helpers/mock-get-pages-upload-token.ts +0 -25
- package/src/__tests__/helpers/mock-get-zone-from-host.ts +0 -11
- package/src/__tests__/helpers/mock-http-server.ts +0 -46
- package/src/__tests__/helpers/mock-istty.ts +0 -74
- package/src/__tests__/helpers/mock-known-routes.ts +0 -12
- package/src/__tests__/helpers/mock-kv.ts +0 -46
- package/src/__tests__/helpers/mock-oauth-flow.ts +0 -263
- package/src/__tests__/helpers/mock-process.ts +0 -34
- package/src/__tests__/helpers/mock-set-timeout.ts +0 -16
- package/src/__tests__/helpers/mock-stdin.ts +0 -108
- package/src/__tests__/helpers/mock-web-socket.ts +0 -29
- package/src/__tests__/helpers/msw/blob-worker.cjs +0 -19
- package/src/__tests__/helpers/msw/handlers/access.ts +0 -13
- package/src/__tests__/helpers/msw/handlers/deployments.ts +0 -160
- package/src/__tests__/helpers/msw/handlers/namespaces.ts +0 -81
- package/src/__tests__/helpers/msw/handlers/oauth.ts +0 -31
- package/src/__tests__/helpers/msw/handlers/r2.ts +0 -60
- package/src/__tests__/helpers/msw/handlers/script.ts +0 -56
- package/src/__tests__/helpers/msw/handlers/user.ts +0 -52
- package/src/__tests__/helpers/msw/handlers/zones.ts +0 -20
- package/src/__tests__/helpers/msw/index.ts +0 -52
- package/src/__tests__/helpers/msw/read-file-sync.js +0 -61
- package/src/__tests__/helpers/run-in-tmp.ts +0 -38
- package/src/__tests__/helpers/run-wrangler.ts +0 -16
- package/src/__tests__/helpers/string-dynamic-values-matcher.ts +0 -28
- package/src/__tests__/helpers/worker-scripts/child-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/hello-world-worker.js +0 -5
- package/src/__tests__/helpers/worker-scripts/hello-world-wrangler.toml +0 -1
- package/src/__tests__/helpers/worker-scripts/parent-worker.js +0 -11
- package/src/__tests__/helpers/worker-scripts/parent-wrangler.toml +0 -5
- package/src/__tests__/helpers/write-worker-source.ts +0 -31
- package/src/__tests__/helpers/write-wrangler-toml.ts +0 -17
- package/src/__tests__/https-options.test.ts +0 -163
- package/src/__tests__/index.test.ts +0 -282
- package/src/__tests__/init.test.ts +0 -3196
- package/src/__tests__/jest.setup.ts +0 -179
- package/src/__tests__/kv.test.ts +0 -1799
- package/src/__tests__/logger.test.ts +0 -207
- package/src/__tests__/logout.test.ts +0 -47
- package/src/__tests__/metrics.test.ts +0 -493
- package/src/__tests__/middleware.scheduled.test.ts +0 -145
- package/src/__tests__/middleware.test.ts +0 -816
- package/src/__tests__/mtls-certificates.test.ts +0 -589
- package/src/__tests__/package-manager.test.ts +0 -353
- package/src/__tests__/pages/deployment-list.test.ts +0 -80
- package/src/__tests__/pages/functions-build.test.ts +0 -528
- package/src/__tests__/pages/pages.test.ts +0 -81
- package/src/__tests__/pages/project-create.test.ts +0 -63
- package/src/__tests__/pages/project-list.test.ts +0 -110
- package/src/__tests__/pages/project-upload.test.ts +0 -500
- package/src/__tests__/pages/publish.test.ts +0 -2864
- package/src/__tests__/pages-deployment-tail.test.ts +0 -957
- package/src/__tests__/parse.test.ts +0 -436
- package/src/__tests__/paths.test.ts +0 -39
- package/src/__tests__/publish.test.ts +0 -8849
- package/src/__tests__/pubsub.test.ts +0 -496
- package/src/__tests__/queues.test.ts +0 -532
- package/src/__tests__/r2.test.ts +0 -374
- package/src/__tests__/route.test.ts +0 -45
- package/src/__tests__/secret.test.ts +0 -693
- package/src/__tests__/tail.test.ts +0 -989
- package/src/__tests__/test-old-node-version.js +0 -31
- package/src/__tests__/traverse-module-graph.test.ts +0 -220
- package/src/__tests__/tsconfig-sanity.ts +0 -12
- package/src/__tests__/tsconfig.json +0 -8
- package/src/__tests__/tsconfig.tsbuildinfo +0 -1
- package/src/__tests__/type-generation.test.ts +0 -234
- package/src/__tests__/user.test.ts +0 -118
- package/src/__tests__/utils-collectKeyValues.test.ts +0 -47
- package/src/__tests__/validate-dev-props.test.ts +0 -56
- package/src/__tests__/version.test.ts +0 -35
- package/src/__tests__/whoami.test.tsx +0 -172
- package/src/__tests__/worker-namespace.test.ts +0 -340
- package/src/abort.d.ts +0 -3
- package/src/api/dev.ts +0 -321
- package/src/api/index.ts +0 -11
- package/src/api/mtls-certificate.ts +0 -148
- package/src/api/pages/create-worker-bundle-contents.ts +0 -77
- package/src/api/pages/index.ts +0 -5
- package/src/api/pages/publish.tsx +0 -371
- package/src/bundle-reporter.ts +0 -68
- package/src/bundle.ts +0 -929
- package/src/cfetch/index.ts +0 -158
- package/src/cfetch/internal.ts +0 -258
- package/src/cli.ts +0 -28
- package/src/config/README.md +0 -107
- package/src/config/config.ts +0 -282
- package/src/config/diagnostics.ts +0 -80
- package/src/config/environment.ts +0 -625
- package/src/config/index.ts +0 -403
- package/src/config/validation-helpers.ts +0 -597
- package/src/config/validation.ts +0 -2369
- package/src/config-cache.ts +0 -85
- package/src/constellation/createProject.tsx +0 -51
- package/src/constellation/deleteProject.ts +0 -51
- package/src/constellation/deleteProjectModel.ts +0 -68
- package/src/constellation/index.ts +0 -75
- package/src/constellation/listCatalog.tsx +0 -35
- package/src/constellation/listModel.tsx +0 -41
- package/src/constellation/listProject.tsx +0 -28
- package/src/constellation/listRuntime.tsx +0 -28
- package/src/constellation/options.ts +0 -17
- package/src/constellation/types.ts +0 -17
- package/src/constellation/uploadModel.tsx +0 -64
- package/src/constellation/utils.ts +0 -90
- package/src/create-worker-preview.ts +0 -293
- package/src/create-worker-upload-form.ts +0 -363
- package/src/d1/backups.tsx +0 -219
- package/src/d1/constants.ts +0 -2
- package/src/d1/create.tsx +0 -70
- package/src/d1/delete.ts +0 -53
- package/src/d1/execute.tsx +0 -357
- package/src/d1/formatTimeAgo.ts +0 -14
- package/src/d1/index.ts +0 -100
- package/src/d1/list.tsx +0 -62
- package/src/d1/migrations/apply.tsx +0 -212
- package/src/d1/migrations/create.tsx +0 -79
- package/src/d1/migrations/helpers.ts +0 -169
- package/src/d1/migrations/index.ts +0 -3
- package/src/d1/migrations/list.tsx +0 -95
- package/src/d1/migrations/options.ts +0 -23
- package/src/d1/options.ts +0 -22
- package/src/d1/splitter.ts +0 -161
- package/src/d1/types.ts +0 -25
- package/src/d1/utils.ts +0 -49
- package/src/delete.ts +0 -100
- package/src/deployments.ts +0 -368
- package/src/deprecated/index.ts +0 -144
- package/src/dev/dev-vars.ts +0 -39
- package/src/dev/dev.tsx +0 -605
- package/src/dev/get-local-persistence-path.ts +0 -31
- package/src/dev/local.tsx +0 -952
- package/src/dev/remote.tsx +0 -635
- package/src/dev/start-server.ts +0 -545
- package/src/dev/use-esbuild.ts +0 -215
- package/src/dev/validate-dev-props.ts +0 -40
- package/src/dev-registry.ts +0 -202
- package/src/dev.tsx +0 -934
- package/src/dialogs.ts +0 -136
- package/src/dispatch-namespace.ts +0 -211
- package/src/docs/helpers.ts +0 -50
- package/src/docs/index.ts +0 -54
- package/src/durable.ts +0 -102
- package/src/entry.ts +0 -344
- package/src/environment-variables/factory.ts +0 -89
- package/src/environment-variables/misc-variables.ts +0 -30
- package/src/errors.ts +0 -11
- package/src/generate/index.ts +0 -298
- package/src/git-client.ts +0 -135
- package/src/global-wrangler-config-path.ts +0 -26
- package/src/https-options.ts +0 -127
- package/src/index.ts +0 -768
- package/src/init.ts +0 -1037
- package/src/inspect.ts +0 -883
- package/src/intl-polyfill.d.ts +0 -139
- package/src/is-ci.ts +0 -14
- package/src/is-interactive.ts +0 -16
- package/src/jest.d.ts +0 -4
- package/src/kv/helpers.ts +0 -433
- package/src/kv/index.ts +0 -594
- package/src/logger.ts +0 -123
- package/src/metrics/index.ts +0 -5
- package/src/metrics/metrics-config.ts +0 -239
- package/src/metrics/metrics-dispatcher.ts +0 -96
- package/src/metrics/metrics-usage-headers.ts +0 -24
- package/src/metrics/send-event.ts +0 -99
- package/src/miniflare-cli/README.md +0 -30
- package/src/miniflare-cli/assets.ts +0 -251
- package/src/miniflare-cli/index.ts +0 -210
- package/src/miniflare-cli/request-context.ts +0 -40
- package/src/miniflare-cli/tsconfig.json +0 -9
- package/src/miniflare-cli/tsconfig.tsbuildinfo +0 -1
- package/src/miniflare-cli/types.ts +0 -11
- package/src/module-collection.ts +0 -333
- package/src/mtls-certificate/cli.ts +0 -155
- package/src/open-in-browser.ts +0 -17
- package/src/package-manager.ts +0 -219
- package/src/pages/build.ts +0 -423
- package/src/pages/buildFunctions.ts +0 -140
- package/src/pages/constants.ts +0 -18
- package/src/pages/deployment-tails.ts +0 -281
- package/src/pages/deployments.tsx +0 -84
- package/src/pages/dev.ts +0 -734
- package/src/pages/errors.ts +0 -67
- package/src/pages/functions/buildPlugin.ts +0 -114
- package/src/pages/functions/buildWorker.ts +0 -350
- package/src/pages/functions/filepath-routing.test.ts +0 -234
- package/src/pages/functions/filepath-routing.ts +0 -189
- package/src/pages/functions/identifiers.ts +0 -78
- package/src/pages/functions/routes-consolidation.test.ts +0 -250
- package/src/pages/functions/routes-consolidation.ts +0 -73
- package/src/pages/functions/routes-transformation.test.ts +0 -282
- package/src/pages/functions/routes-transformation.ts +0 -115
- package/src/pages/functions/routes-validation.test.ts +0 -403
- package/src/pages/functions/routes-validation.ts +0 -202
- package/src/pages/functions/routes.ts +0 -151
- package/src/pages/functions/tsconfig.json +0 -8
- package/src/pages/functions/tsconfig.tsbuildinfo +0 -1
- package/src/pages/functions.ts +0 -86
- package/src/pages/hash.ts +0 -13
- package/src/pages/index.ts +0 -102
- package/src/pages/projects.tsx +0 -159
- package/src/pages/prompt-select-project.tsx +0 -31
- package/src/pages/publish.tsx +0 -267
- package/src/pages/types.ts +0 -46
- package/src/pages/upload.tsx +0 -469
- package/src/pages/utils.ts +0 -23
- package/src/parse.ts +0 -308
- package/src/paths.ts +0 -71
- package/src/proxy.ts +0 -694
- package/src/publish/index.ts +0 -274
- package/src/publish/publish.ts +0 -1065
- package/src/pubsub/index.ts +0 -286
- package/src/pubsub/pubsub-commands.ts +0 -623
- package/src/queues/cli/commands/consumer/add.ts +0 -71
- package/src/queues/cli/commands/consumer/index.ts +0 -19
- package/src/queues/cli/commands/consumer/remove.ts +0 -31
- package/src/queues/cli/commands/create.ts +0 -25
- package/src/queues/cli/commands/delete.ts +0 -26
- package/src/queues/cli/commands/index.ts +0 -35
- package/src/queues/cli/commands/list.ts +0 -25
- package/src/queues/client.ts +0 -136
- package/src/queues/utils.ts +0 -18
- package/src/r2/constants.ts +0 -4
- package/src/r2/helpers.ts +0 -132
- package/src/r2/index.ts +0 -289
- package/src/routes.ts +0 -140
- package/src/secret/index.ts +0 -377
- package/src/selfsigned.d.ts +0 -29
- package/src/sites.ts +0 -484
- package/src/tail/createTail.ts +0 -415
- package/src/tail/filters.ts +0 -277
- package/src/tail/index.ts +0 -211
- package/src/tail/printing.ts +0 -132
- package/src/traverse-module-graph.ts +0 -54
- package/src/tsconfig-sanity.ts +0 -16
- package/src/type-generation.ts +0 -181
- package/src/update-check.ts +0 -19
- package/src/user/access.ts +0 -68
- package/src/user/auth-variables.ts +0 -113
- package/src/user/choose-account.tsx +0 -39
- package/src/user/generate-auth-url.ts +0 -33
- package/src/user/generate-random-state.ts +0 -16
- package/src/user/index.ts +0 -2
- package/src/user/user.ts +0 -1234
- package/src/utils/collectKeyValues.ts +0 -14
- package/src/utils/render.ts +0 -93
- package/src/whoami.ts +0 -135
- package/src/worker.ts +0 -279
- package/src/yargs-types.ts +0 -37
- package/src/zones.ts +0 -191
package/src/pages/publish.tsx
DELETED
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
import { execSync } from "node:child_process";
|
|
2
|
-
import { render, Text } from "ink";
|
|
3
|
-
import SelectInput from "ink-select-input";
|
|
4
|
-
import React from "react";
|
|
5
|
-
import { publish } from "../api/pages/publish";
|
|
6
|
-
import { fetchResult } from "../cfetch";
|
|
7
|
-
import { getConfigCache, saveToConfigCache } from "../config-cache";
|
|
8
|
-
import { prompt } from "../dialogs";
|
|
9
|
-
import { FatalError } from "../errors";
|
|
10
|
-
import { logger } from "../logger";
|
|
11
|
-
import * as metrics from "../metrics";
|
|
12
|
-
import { requireAuth } from "../user";
|
|
13
|
-
import { PAGES_CONFIG_CACHE_FILENAME } from "./constants";
|
|
14
|
-
import { listProjects } from "./projects";
|
|
15
|
-
import { promptSelectProject } from "./prompt-select-project";
|
|
16
|
-
import { pagesBetaWarning } from "./utils";
|
|
17
|
-
import type {
|
|
18
|
-
CommonYargsArgv,
|
|
19
|
-
StrictYargsOptionsToInterface,
|
|
20
|
-
} from "../yargs-types";
|
|
21
|
-
import type { PagesConfigCache } from "./types";
|
|
22
|
-
import type { Project } from "@cloudflare/types";
|
|
23
|
-
|
|
24
|
-
type PublishArgs = StrictYargsOptionsToInterface<typeof Options>;
|
|
25
|
-
|
|
26
|
-
export function Options(yargs: CommonYargsArgv) {
|
|
27
|
-
return yargs
|
|
28
|
-
.positional("directory", {
|
|
29
|
-
type: "string",
|
|
30
|
-
demandOption: true,
|
|
31
|
-
description: "The directory of static files to upload",
|
|
32
|
-
})
|
|
33
|
-
.options({
|
|
34
|
-
"project-name": {
|
|
35
|
-
type: "string",
|
|
36
|
-
description: "The name of the project you want to deploy to",
|
|
37
|
-
},
|
|
38
|
-
branch: {
|
|
39
|
-
type: "string",
|
|
40
|
-
description: "The name of the branch you want to deploy to",
|
|
41
|
-
},
|
|
42
|
-
"commit-hash": {
|
|
43
|
-
type: "string",
|
|
44
|
-
description: "The SHA to attach to this deployment",
|
|
45
|
-
},
|
|
46
|
-
"commit-message": {
|
|
47
|
-
type: "string",
|
|
48
|
-
description: "The commit message to attach to this deployment",
|
|
49
|
-
},
|
|
50
|
-
"commit-dirty": {
|
|
51
|
-
type: "boolean",
|
|
52
|
-
description:
|
|
53
|
-
"Whether or not the workspace should be considered dirty for this deployment",
|
|
54
|
-
},
|
|
55
|
-
"skip-caching": {
|
|
56
|
-
type: "boolean",
|
|
57
|
-
description: "Skip asset caching which speeds up builds",
|
|
58
|
-
},
|
|
59
|
-
bundle: {
|
|
60
|
-
type: "boolean",
|
|
61
|
-
default: undefined,
|
|
62
|
-
hidden: true,
|
|
63
|
-
},
|
|
64
|
-
"no-bundle": {
|
|
65
|
-
type: "boolean",
|
|
66
|
-
default: false,
|
|
67
|
-
description: "Whether to run bundling on `_worker.js` before deploying",
|
|
68
|
-
},
|
|
69
|
-
config: {
|
|
70
|
-
describe: "Pages does not support wrangler.toml",
|
|
71
|
-
type: "string",
|
|
72
|
-
hidden: true,
|
|
73
|
-
},
|
|
74
|
-
})
|
|
75
|
-
.epilogue(pagesBetaWarning);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
export const Handler = async ({
|
|
79
|
-
directory,
|
|
80
|
-
projectName,
|
|
81
|
-
branch,
|
|
82
|
-
commitHash,
|
|
83
|
-
commitMessage,
|
|
84
|
-
commitDirty,
|
|
85
|
-
skipCaching,
|
|
86
|
-
bundle,
|
|
87
|
-
noBundle,
|
|
88
|
-
config: wranglerConfig,
|
|
89
|
-
}: PublishArgs) => {
|
|
90
|
-
if (wranglerConfig) {
|
|
91
|
-
throw new FatalError("Pages does not support wrangler.toml", 1);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
if (!directory) {
|
|
95
|
-
throw new FatalError("Must specify a directory.", 1);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
const config = getConfigCache<PagesConfigCache>(PAGES_CONFIG_CACHE_FILENAME);
|
|
99
|
-
const accountId = await requireAuth(config);
|
|
100
|
-
|
|
101
|
-
projectName ??= config.project_name;
|
|
102
|
-
|
|
103
|
-
const isInteractive = process.stdin.isTTY;
|
|
104
|
-
if (!projectName && isInteractive) {
|
|
105
|
-
const projects = (await listProjects({ accountId })).filter(
|
|
106
|
-
(project) => !project.source
|
|
107
|
-
);
|
|
108
|
-
|
|
109
|
-
let existingOrNew: "existing" | "new" = "new";
|
|
110
|
-
|
|
111
|
-
if (projects.length > 0) {
|
|
112
|
-
existingOrNew = await new Promise<"new" | "existing">((resolve) => {
|
|
113
|
-
const { unmount } = render(
|
|
114
|
-
<>
|
|
115
|
-
<Text>
|
|
116
|
-
No project selected. Would you like to create one or use an
|
|
117
|
-
existing project?
|
|
118
|
-
</Text>
|
|
119
|
-
<SelectInput
|
|
120
|
-
items={[
|
|
121
|
-
{
|
|
122
|
-
key: "new",
|
|
123
|
-
label: "Create a new project",
|
|
124
|
-
value: "new",
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
key: "existing",
|
|
128
|
-
label: "Use an existing project",
|
|
129
|
-
value: "existing",
|
|
130
|
-
},
|
|
131
|
-
]}
|
|
132
|
-
onSelect={async (selected) => {
|
|
133
|
-
resolve(selected.value as "new" | "existing");
|
|
134
|
-
unmount();
|
|
135
|
-
}}
|
|
136
|
-
/>
|
|
137
|
-
</>
|
|
138
|
-
);
|
|
139
|
-
});
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
switch (existingOrNew) {
|
|
143
|
-
case "existing": {
|
|
144
|
-
projectName = await promptSelectProject({ accountId });
|
|
145
|
-
break;
|
|
146
|
-
}
|
|
147
|
-
case "new": {
|
|
148
|
-
projectName = await prompt("Enter the name of your new project:");
|
|
149
|
-
|
|
150
|
-
if (!projectName) {
|
|
151
|
-
throw new FatalError("Must specify a project name.", 1);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
let isGitDir = true;
|
|
155
|
-
try {
|
|
156
|
-
execSync(`git rev-parse --is-inside-work-tree`, {
|
|
157
|
-
stdio: "ignore",
|
|
158
|
-
});
|
|
159
|
-
} catch (err) {
|
|
160
|
-
isGitDir = false;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
const productionBranch = await prompt(
|
|
164
|
-
"Enter the production branch name:",
|
|
165
|
-
{
|
|
166
|
-
defaultValue: isGitDir
|
|
167
|
-
? execSync(`git rev-parse --abbrev-ref HEAD`).toString().trim()
|
|
168
|
-
: "production",
|
|
169
|
-
}
|
|
170
|
-
);
|
|
171
|
-
|
|
172
|
-
if (!productionBranch) {
|
|
173
|
-
throw new FatalError("Must specify a production branch.", 1);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
await fetchResult<Project>(`/accounts/${accountId}/pages/projects`, {
|
|
177
|
-
method: "POST",
|
|
178
|
-
body: JSON.stringify({
|
|
179
|
-
name: projectName,
|
|
180
|
-
production_branch: productionBranch,
|
|
181
|
-
}),
|
|
182
|
-
});
|
|
183
|
-
|
|
184
|
-
saveToConfigCache<PagesConfigCache>(PAGES_CONFIG_CACHE_FILENAME, {
|
|
185
|
-
account_id: accountId,
|
|
186
|
-
project_name: projectName,
|
|
187
|
-
});
|
|
188
|
-
|
|
189
|
-
logger.log(`✨ Successfully created the '${projectName}' project.`);
|
|
190
|
-
await metrics.sendMetricsEvent("create pages project");
|
|
191
|
-
break;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
if (!projectName) {
|
|
197
|
-
throw new FatalError("Must specify a project name.", 1);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
// We infer git info by default is not passed in
|
|
201
|
-
let isGitDir = true;
|
|
202
|
-
try {
|
|
203
|
-
execSync(`git rev-parse --is-inside-work-tree`, {
|
|
204
|
-
stdio: "ignore",
|
|
205
|
-
});
|
|
206
|
-
} catch (err) {
|
|
207
|
-
isGitDir = false;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
let isGitDirty = false;
|
|
211
|
-
|
|
212
|
-
if (isGitDir) {
|
|
213
|
-
try {
|
|
214
|
-
isGitDirty = Boolean(
|
|
215
|
-
execSync(`git status --porcelain`).toString().length
|
|
216
|
-
);
|
|
217
|
-
|
|
218
|
-
if (!branch) {
|
|
219
|
-
branch = execSync(`git rev-parse --abbrev-ref HEAD`).toString().trim();
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
if (!commitHash) {
|
|
223
|
-
commitHash = execSync(`git rev-parse HEAD`).toString().trim();
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
if (!commitMessage) {
|
|
227
|
-
commitMessage = execSync(`git show -s --format=%B ${commitHash}`)
|
|
228
|
-
.toString()
|
|
229
|
-
.trim();
|
|
230
|
-
}
|
|
231
|
-
} catch (err) {}
|
|
232
|
-
|
|
233
|
-
if (isGitDirty && !commitDirty) {
|
|
234
|
-
logger.warn(
|
|
235
|
-
`Warning: Your working directory is a git repo and has uncommitted changes\nTo silence this warning, pass in --commit-dirty=true`
|
|
236
|
-
);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
if (commitDirty === undefined) {
|
|
240
|
-
commitDirty = isGitDirty;
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
const deploymentResponse = await publish({
|
|
245
|
-
directory,
|
|
246
|
-
accountId,
|
|
247
|
-
projectName,
|
|
248
|
-
branch,
|
|
249
|
-
skipCaching,
|
|
250
|
-
commitMessage,
|
|
251
|
-
commitHash,
|
|
252
|
-
commitDirty,
|
|
253
|
-
// TODO: Here lies a known bug. If you specify both `--bundle` and `--no-bundle`, this behavior is undefined and you will get unexpected results.
|
|
254
|
-
// There is no sane way to get the true value out of yargs, so here we are.
|
|
255
|
-
bundle: bundle ?? !noBundle,
|
|
256
|
-
});
|
|
257
|
-
|
|
258
|
-
saveToConfigCache<PagesConfigCache>(PAGES_CONFIG_CACHE_FILENAME, {
|
|
259
|
-
account_id: accountId,
|
|
260
|
-
project_name: projectName,
|
|
261
|
-
});
|
|
262
|
-
|
|
263
|
-
logger.log(
|
|
264
|
-
`✨ Deployment complete! Take a peek over at ${deploymentResponse.url}`
|
|
265
|
-
);
|
|
266
|
-
await metrics.sendMetricsEvent("create pages deployment");
|
|
267
|
-
};
|
package/src/pages/types.ts
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
export type Project = {
|
|
2
|
-
name: string;
|
|
3
|
-
subdomain: string;
|
|
4
|
-
domains: Array<string>;
|
|
5
|
-
source?: {
|
|
6
|
-
type: string;
|
|
7
|
-
};
|
|
8
|
-
latest_deployment?: {
|
|
9
|
-
modified_on: string;
|
|
10
|
-
};
|
|
11
|
-
created_on: string;
|
|
12
|
-
production_branch: string;
|
|
13
|
-
deployment_configs?: {
|
|
14
|
-
production?: {
|
|
15
|
-
d1_databases?: Record<string, { id: string }>;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export type Deployment = {
|
|
20
|
-
id: string;
|
|
21
|
-
created_on: string;
|
|
22
|
-
environment: string;
|
|
23
|
-
deployment_trigger: {
|
|
24
|
-
metadata: {
|
|
25
|
-
commit_hash: string;
|
|
26
|
-
branch: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
url: string;
|
|
30
|
-
latest_stage: {
|
|
31
|
-
status: string;
|
|
32
|
-
ended_on: string;
|
|
33
|
-
};
|
|
34
|
-
project_name: string;
|
|
35
|
-
};
|
|
36
|
-
export type UploadPayloadFile = {
|
|
37
|
-
key: string;
|
|
38
|
-
value: string;
|
|
39
|
-
metadata: { contentType: string };
|
|
40
|
-
base64: boolean;
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
export interface PagesConfigCache {
|
|
44
|
-
account_id?: string;
|
|
45
|
-
project_name?: string;
|
|
46
|
-
}
|