We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf128dc commit fa309c8Copy full SHA for fa309c8
packages/cloudflare/src/cli/commands/preview.ts
@@ -49,6 +49,7 @@ export function addPreviewCommand<T extends yargs.Argv>(y: T) {
49
(c) =>
50
withPopulateCacheOptions(c).option("remote", {
51
type: "boolean",
52
+ alias: "r",
53
default: false,
54
desc: "Run on the global Cloudflare network with access to production resources",
55
}),
0 commit comments