Skip to content

Commit fe6d976

Browse files
Caio-Nogueiravicb
andauthored
Modify docs to reflect minor change in instances describe command (#21784)
* Modify docs to reflect minor change in `instances describe` command * Update src/content/docs/workers/wrangler/commands.mdx Co-authored-by: Victor Berchet <[email protected]> --------- Co-authored-by: Victor Berchet <[email protected]>
1 parent 16fc92d commit fe6d976

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

774774
```sh
775-
wrangler workflows instances describe <WORKFLOW_NAME> <ID> [OPTIONS]
775+
wrangler workflows instances describe <WORKFLOW_NAME> [ID] [OPTIONS]
776776
```
777777

778778
- `WORKFLOW_NAME` <Type text="string" /> <MetaInfo text="required" />
779779
- The name of a registered Workflow.
780-
- `ID` <Type text="string" /> <MetaInfo text="required" />
781-
- The ID of a Workflow instance. You can optionally provide `latest` to refer to the most recently created instance of a Workflow.
780+
- `ID` <Type text="string" /> <MetaInfo text="(default: latest) optional" />
781+
- 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.
782782

783783
<Render file="wrangler-commands/global-flags" product="workers" />
784784

0 commit comments

Comments
 (0)