# task send Send input to a task ## Usage ```console coder task send [flags] [ | --stdin] ``` ## Description ```console - Send direct input to a task.: $ coder task send task1 "Please also add unit tests" - Send input from stdin to a task.: $ echo "Please also add unit tests" | coder task send task1 --stdin ``` ## Options ### --stdin | | | |------|-------------------| | Type | bool | Reads the input from stdin.