feat: add draft delete command

This commit is contained in:
lda
2026-06-09 04:54:21 +07:00 Verified
parent 50f2313782
commit ddfb11f2a9
11 changed files with 165 additions and 3 deletions
+9
View File
@@ -206,6 +206,15 @@ Validate:
wf draft validate concat_ws
```
Delete a draft workspace:
```bash
wf draft delete concat_ws --confirm
```
Draft deletion removes only the draft workspace. It does not delete artifacts,
deployments, or runs.
Save as an artifact:
```bash