Cian Johnston
abdea7213a
feat(cli): add ability to create tasks for other users ( #20012 )
2025-09-29 15:42:03 +01:00
Danielle Maywood
eb74732839
refactor!: rename prompt field to input for task creation ( #19982 )
...
Renames the `prompt` field to `input` for task creation. This matches
the naming used in the CLI and elsewhere.
2025-09-26 12:18:08 +01:00
Cian Johnston
78b1ec9698
feat(cli): add optional --name arg to 'exp task create' ( #19939 )
...
Allows specifying task name in `exp task create`
2025-09-24 14:05:59 +01:00
Danielle Maywood
f94abfc83e
feat(cli): add quiet flag to task create ( #19701 )
...
Allows passing `--quiet` (or `-q`) to the task create command so that it
only prints the ID of the task.
2025-09-04 10:03:22 +01:00
Danielle Maywood
a2a758d5a6
chore(cli): re-order CLI create command ( #19658 )
...
Relates to https://github.com/coder/internal/issues/893
Instead of `coder task create <template> --input <input>`, it is now
`coder task create <input> --template <template>`.
If there is only one AI task template on the deployment, the
`--template` parameter can be omitted.
2025-09-02 09:07:25 +01:00