Echo/Docs

CLI command

operations

Read reliability and pending operator work together.

Invocation#

Shell
echo-cli operations [days]

Inputs and output#

days defaults to 7 and must be an integer from 1 to 365. The result contains the reliability aggregate and bounded pending_actions metadata.

State effect#

The command reads account_action_logs and pending_actions. It does not retry work, resolve an action, poll a balance, or charge a 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.