CLI command
CLI command
How It Works
Providers are tried left to right. The first one to return a result wins — the rest are skipped.
Example of the shared waterfall routing pattern: providers run in the configured order, misses fall through, and later providers are skipped after the stopping condition is met.