Echo/Docs

CLI command

generations

List content generation job state without prompts.

Invocation#

Shell
echo-cli generations

Inputs and output#

Writes at most 200 generation jobs with type, status, style, output, pipeline, and timestamps. Prompts, reference inputs, seeds, and errors are not selected.

State effect#

The command performs one bounded SELECT from generation_jobs. It does not enqueue work or call a model or media provider.

Refusals#

  • Without NEXT_PUBLIC_SUPABASE_URL it prints exactly "NEXT_PUBLIC_SUPABASE_URL is not configured" to stderr and exits 1.
  • After the URL is present, without SUPABASE_SERVICE_ROLE_KEY it prints exactly "SUPABASE_SERVICE_ROLE_KEY is not configured" to stderr and exits 1.
  • If Supabase refuses a SELECT, the CLI prints the returned database error message to stderr and exits 1.