aether task create followed by aether task watch.
Usage
--stdin. Multiple arguments are joined into one prompt. The task runs against your default project, or the one you pass with -p.
Flags
aether run accepts every task-create option flag plus --no-watch and the canonical environment-bootstrap prompt flag.
Global flags are also available. See the CLI Overview.
Every task carries an explicit VM size. If you omit
--size, the size is resolved server-side — the project’s default task size, else small — and the CLI prints size: project default (use --size to override). A task starts warm only when its project has a ready machine at the requested size. See VM sizes and warm starts.
With --json, the size is still resolved server-side the same way; the CLI only suppresses the notice so stdout remains valid JSON.
Examples
Run a quick task
Create a task without watching
aether task watch.
Bootstrap a repository’s Aether environment
Target a specific project
Read the prompt from stdin with context
--context-file references a path inside the workspace; --attach uploads a local image file (PNG, JPEG, GIF, WebP, or AVIF, up to 5 MiB each).