@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whop/cli",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "The Whop CLI — build and manage Whop apps from your terminal. Human and agent friendly.",
5
5
  "keywords": [
6
6
  "agent",
@@ -5,7 +5,7 @@ requires_bin: whop
5
5
  command: whop partners
6
6
  ---
7
7
 
8
- The Referrals 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.
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 business referrals |
18
- | `whop partners get` | Retrieve a partner business referral |
19
- | `whop partners earnings` | List a partner business referral's earnings |
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.