@@ -1502,6 +1502,7 @@ wrangler workflows instances describe <WORKFLOW_NAME> <ID> [OPTIONS]
15021502# Passing `latest` instead of an explicit ID will describe the most recently queued instance
15031503wrangler workflows instances describe my-workflow latest
15041504```
1505+
15051506``` sh output
15061507Workflow Name: my-workflow
15071508Instance Id: 51c73fc8-7fd5-47d9-bd82-9e301506ee72
@@ -1567,6 +1568,7 @@ wrangler workflows describe <WORKFLOW_NAME> [OPTIONS]
15671568### ` trigger `
15681569
15691570Trigger (create) a Workflow instance.
1571+
15701572``` sh
15711573wrangler workflows trigger < WORKFLOW_NAME> < PARAMS> [OPTIONS]
15721574```
@@ -1576,12 +1578,12 @@ wrangler workflows trigger <WORKFLOW_NAME> <PARAMS> [OPTIONS]
15761578- ` PARAMS ` <Type text = " string" /> <MetaInfo text = " optional" />
15771579 - The parameters to pass to the Workflow as an event. Must be a JSON-encoded string.
15781580
1579- ``` sh
1580- # Pass optional params to the Workflow.
1581- wrangler workflows trigger my-workflow ' {"hello":"world"}'
1582- ```
1581+ ``` sh
1582+ # Pass optional params to the Workflow.
1583+ wrangler workflows trigger my-workflow ' {"hello":"world"}'
1584+ ```
15831585
1584- { /*
1586+ { / \ *
15851587
15861588### ` delete `
15871589
@@ -1594,7 +1596,7 @@ wrangler workflows delete <WORKFLOW_NAME> [OPTIONS]
15941596- ` WORKFLOW_NAME ` < Type text = " string" / > <MetaInfo text="required" / >
15951597 - The name of a registered Workflow .
15961598
1597- */ }
1599+ \ */ }
15981600
15991601## ` tail `
16001602
@@ -1732,7 +1734,7 @@ wrangler pages deployment list [--project-name <PROJECT_NAME>]
17321734- ` --project-name ` <Type text = " string" /> <MetaInfo text = " optional" />
17331735 - The name of the project you would like to list deployments for.
17341736- ` --environment ` <Type text = " 'production'|'preview'" /> <MetaInfo text = " optional" />
1735- - Environment type to list deployments for.
1737+ - Environment type to list deployments for.
17361738
17371739### ` deployment tail `
17381740
@@ -1910,6 +1912,14 @@ List all queues in the current account.
19101912wrangler queues list [OPTIONS]
19111913```
19121914
1915+ ### ` info `
1916+
1917+ Get information on individual queues.
1918+
1919+ ``` txt
1920+ wrangler queues info <name>
1921+ ```
1922+
19131923### ` consumer `
19141924
19151925Manage queue consumer configurations.
@@ -2402,4 +2412,4 @@ The minimum required Wrangler version to use this command is 3.66.0.
24022412 - The path to where the ** runtime types** file will be written.
24032413 - Leave the path blank to use the default option, e.g. ` npx wrangler types --x-include-runtime `
24042414 - A custom path must be relative to the project root, e.g. ` ./my-runtime-types.d.ts `
2405- - A custom path must have a ` d.ts ` extension.
2415+ - A custom path must have a ` d.ts ` extension.
0 commit comments