@whop/cli 0.8.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.
- package/README.md +19 -1
- package/dist/index.js +853 -348
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/whop-partners/SKILL.md +4 -4
- package/skills/whop-users/SKILL.md +1 -0
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ requires_bin: whop
|
|
|
5
5
|
command: whop partners
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
The
|
|
8
|
+
The Partners API covers your Whop partner activity: the users you referred onto Whop, the businesses you referred and the earnings generated from their processing volume, and the partner leaderboard.
|
|
9
9
|
|
|
10
10
|
Use it to enroll as a Whop partner, list the users you referred, list your referred businesses and review their earnings, and see the partner leaderboard.
|
|
11
11
|
|
|
@@ -14,9 +14,9 @@ Use it to enroll as a Whop partner, list the users you referred, list your refer
|
|
|
14
14
|
| Command | Description |
|
|
15
15
|
|---------|-------------|
|
|
16
16
|
| `whop partners create` | Enroll as a Whop partner |
|
|
17
|
-
| `whop partners list` | List partner
|
|
18
|
-
| `whop partners get` | Retrieve a
|
|
19
|
-
| `whop partners earnings` | List a partner business
|
|
17
|
+
| `whop partners list` | List a partner's referred businesses |
|
|
18
|
+
| `whop partners get` | Retrieve a referred business |
|
|
19
|
+
| `whop partners earnings` | List a partner's referred business earnings |
|
|
20
20
|
| `whop partners leaderboard` | Retrieve the partner leaderboard |
|
|
21
21
|
| `whop partners referred_users` | List the users the caller referred |
|
|
22
22
|
|
|
@@ -18,5 +18,6 @@ Use the Users API to search for users, retrieve or update profiles, and check wh
|
|
|
18
18
|
| `whop users get` | Retrieve User |
|
|
19
19
|
| `whop users update` | Update User |
|
|
20
20
|
| `whop users access` | Check User Access |
|
|
21
|
+
| `whop users recommend_actions` | List Recommended Actions |
|
|
21
22
|
|
|
22
23
|
Run `whop users <command> --help` for options, or `whop users <command> --schema` for full argument details.
|