Legacy documentation. These pages are inherited from the upstream OpenAffiliate project and may describe endpoints, packages and repositories that Afftera does not operate. For what this site publishes today, see About.
References
CLI
Search and manage affiliate programs from your terminal.
Commands
npx openaffiliate search "email"Search programs by keyword
npx openaffiliate search --category Database --type recurringFilter by category and commission type
npx openaffiliate search --min-commission 20 --jsonFilter by commission, output as JSON
npx openaffiliate info stripeGet full program details
npx openaffiliate info stripe --jsonGet details as JSON (for scripting)
npx openaffiliate categoriesList all categories with program counts
npx openaffiliate add supabaseAdd program to your .openaffiliate.json
Tip: Use --json on any command to get machine-readable output for piping into other tools.