Skip to content

Commit d1231a6

Browse files
committed
Modify docs to reflect minor change in instances describe command
1 parent f1747a9 commit d1231a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,13 +789,13 @@ wrangler workflows instances list <WORKFLOW_NAME> [OPTIONS]
789789
Describe a specific instance of a Workflow, including its current status, any persisted state, and per-step outputs.
790790

791791
```sh
792-
wrangler workflows instances describe <WORKFLOW_NAME> <ID> [OPTIONS]
792+
wrangler workflows instances describe <WORKFLOW_NAME> [ID] [OPTIONS]
793793
```
794794

795795
- `WORKFLOW_NAME` <Type text="string" /> <MetaInfo text="required" />
796796
- The name of a registered Workflow.
797797
- `ID` <Type text="string" /> <MetaInfo text="required" />
798-
- The ID of a Workflow instance. You can optionally provide `latest` to refer to the most recently created instance of a Workflow.
798+
- The ID of a Workflow instance. You can optionally provide `latest` to refer to the most recently created instance of a Workflow. Defaults to `latest` if no ID is provided.
799799

800800
<Render file="wrangler-commands/global-flags" product="workers" />
801801

0 commit comments

Comments
 (0)