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 2c306c8 commit ddf7f17Copy full SHA for ddf7f17
packages/wrangler/src/triggers/index.ts
@@ -15,7 +15,8 @@ export const triggersNamespace = createNamespace({
15
});
16
export const triggersDeployCommand = createCommand({
17
metadata: {
18
- description: "Updates the triggers of your current deployment",
+ description:
19
+ "Apply changes to triggers (Routes or domains and Cron Triggers) when using `wrangler versions upload`",
20
status: "experimental",
21
owner: "Workers: Authoring and Testing",
22
},
0 commit comments