File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed
daprdocs/content/en/reference/cli Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,8 @@ dapr workflow run MyWorkflow --app-id myapp --input '{"key": "value"}'
4646``` bash
4747dapr 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```
152141localhost: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- ```
You can’t perform that action at this time.
0 commit comments