cli/pkg/cmd/agent-task
Babak K. Shandiz 004be9da20
test(agent-task create): quote file paths to pass CI on Windows
To keep the backslashes in Windows file paths and stop `shlex.Split`
from interpreting them as escape characters, we need to quote the paths.

Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-09-05 09:28:52 +01:00
..
capi refactor(agent-task/capi): drop embedding of unexported struct 2025-09-04 20:12:56 +01:00
create test(agent-task create): quote file paths to pass CI on Windows 2025-09-05 09:28:52 +01:00
list refactor(agent-task list): simplify cmd initialisation 2025-09-04 21:06:38 +01:00
shared fix(agent-task/shared): add CapiClientFunc helper 2025-09-04 20:12:50 +01:00
agent_task.go Add agent task creation command and job API 2025-09-02 20:42:39 -06:00
agent_task_test.go Refactor agent task tests into table-driven format 2025-08-27 17:20:45 -06:00