Skip to content

Commit d8e0abb

Browse files
committed
Fix dapr workflow CLI reference doc
Signed-off-by: joshvanl <[email protected]>
1 parent b173cd0 commit d8e0abb

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

daprdocs/content/en/reference/cli/dapr-workflow.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,8 @@ dapr workflow run MyWorkflow --app-id myapp --input '{"key": "value"}'
4646
```bash
4747
dapr workflow list -k -n production --app-id myapp
4848
```
49-
```
5049

51-
### dapr-workflow-list.md
52-
53-
```markdown
54-
---
55-
type: docs
56-
title: "workflow list CLI command"
57-
linkTitle: "workflow list"
58-
description: "Detailed information on the workflow list CLI command"
59-
---
60-
61-
List workflow instances for a given application.
50+
## List workflow instances for a given application.
6251

6352
## Usage
6453

@@ -151,19 +140,8 @@ mongodb://localhost:27017/dapr
151140
```
152141
localhost:6379,password=secret,db=0
153142
```
154-
```
155143

156-
### dapr-workflow-purge.md
157-
158-
```markdown
159-
---
160-
type: docs
161-
title: "workflow purge CLI command"
162-
linkTitle: "workflow purge"
163-
description: "Detailed information on the workflow purge CLI command"
164-
---
165-
166-
Purge workflow instances with terminal states (COMPLETED, FAILED, TERMINATED).
144+
## Purge workflow instances with terminal states (COMPLETED, FAILED, TERMINATED).
167145

168146
## Usage
169147

@@ -237,4 +215,3 @@ dapr workflow purge \
237215
```bash
238216
dapr workflow list --app-id myapp --output json > backup.json
239217
```
240-
```

0 commit comments

Comments
 (0)