CLI command
onboarding-report
List registered onboarding products and journeys.
Invocation#
echo-cli onboarding-reportInputs and output#
Writes products and journeys arrays with publication identity, status, current version, repository, supported surfaces, and timestamps.
State effect#
The command performs bounded SELECTs from onboarding_products and onboarding_journeys. It does not draft, publish, activate, roll back, or execute a journey.
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.