@whop/cli 0.7.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +0,0 @@
1
- ---
2
- name: whop-referrals
3
- description: Track who referred a purchase and what they earn. Run `whop referrals --help` for usage details.
4
- requires_bin: whop
5
- command: whop referrals
6
- ---
7
-
8
- Referrals track businesses referred to Whop and the earnings generated from their processing volume. They help you see how much volume your referred businesses have processed and how much you've earned from them.
9
-
10
- Use the Referrals API to list referred businesses, retrieve one referral, and review earnings across all referrals or for a single referred business.
11
-
12
- ## Commands
13
-
14
- | Command | Description |
15
- |---------|-------------|
16
- | `whop referrals list` | List business referrals |
17
- | `whop referrals businesses-leaderboard` | Retrieve the business referral leaderboard |
18
- | `whop referrals get` | Retrieve a business referral |
19
- | `whop referrals earnings` | List a business referral's earnings |
20
- | `whop referrals partners` | Enroll as a Whop partner |
21
-
22
- Run `whop referrals <command> --help` for options, or `whop referrals <command> --schema` for full argument details.