feat(cli): add coder task pause command (#22012)

Adds a new `coder task pause`
This commit is contained in:
Danielle Maywood
2026-02-13 14:21:31 +00:00
committed by GitHub
parent 01f06671a1
commit 6d41d98b65
11 changed files with 339 additions and 27 deletions
+1
View File
@@ -17,6 +17,7 @@ func (r *RootCmd) tasksCommand() *serpent.Command {
r.taskDelete(),
r.taskList(),
r.taskLogs(),
r.taskPause(),
r.taskSend(),
r.taskStatus(),
},