-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Implement coder task create (alias run) to create and run a task.
Scope
- Usage:
coder task create <template-or-recipe> --name <str> [--input <text> | stdin] [--wait] [--wait-timeout <dur>] [--param k=v]... - MVP
<template-or-recipe>:<template-uuid>or<template-name>[@version]. Defer recipes (<recipe-uuid>,:<recipe-name>) to post-MVP. - Support
--input(alias--prompt) from flag or stdin. --waitblocks until status isidleorcompletedand streams logs while waiting.- If
--nameomitted, backend generates a name. - Calls
POST /tasks(mapsinputto prompt parameter). - Include minimal SDK surface + tests.
References: #838