You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cmd/tkn_task_delete.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,13 @@ Delete a task resource in a namespace
20
20
# Delete a Task of name 'foo' in namespace 'bar'
21
21
tkn task delete foo -n bar
22
22
23
-
tkn t rm foo -n bar",
23
+
tkn t rm foo -n bar
24
24
25
25
26
26
### Options
27
27
28
28
```
29
+
-a, --all Whether to delete related resources (taskruns) (default: false)
29
30
--allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
30
31
-f, --force Whether to force deletion (default: false)
want: "Are you sure you want to delete task and related resources (taskruns) \"task\" (y/n): Task deleted: task\nTaskRun deleted: task-run-1\nTaskRun deleted: task-run-2\n",
0 commit comments