@whop/cli 0.11.0 → 0.12.0

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.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "The Whop CLI — build and manage Whop apps from your terminal. Human and agent friendly.",
5
5
  "keywords": [
6
6
  "agent",
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "@types/node": "25.3.5",
47
47
  "fflate": "0.8.2",
48
- "incur": "github:whopio/incur#b0550076a7a66790e4d30db38103d8a91602b6cb",
48
+ "incur": "github:whopio/incur#27b7d58e6db9d4a56de5138e2835a3a9c8eb8859",
49
49
  "tsup": "8.5.0",
50
50
  "tsx": "4.19.4",
51
51
  "typescript": "5.9.3",
@@ -7,7 +7,7 @@ command: whop ad-groups
7
7
 
8
8
  An Ad Group sits inside an [ad campaign](https://docs.whop.com/api-reference/beta/ad-campaigns/ad-campaign) and controls delivery for [ads](https://docs.whop.com/api-reference/beta/ads/ad). It sets the audience, placements, schedule, budget, and optimization goal for its ads.
9
9
 
10
- Use the Ad Groups API to create ad groups in campaigns, list or retrieve targeting and delivery settings, update budgets or targeting, delete groups that should stop running, and pause or resume delivery.
10
+ Use the Ad Groups API to create ad groups in campaigns, list or retrieve targeting and delivery settings, update budgets or targeting, delete groups that should stop running, and pause or resume delivery. It can also search the ad platform's targeting taxonomy for options to target and estimate how many people a draft targeting spec can reach.
11
11
 
12
12
  ## Commands
13
13
 
@@ -15,6 +15,8 @@ Use the Ad Groups API to create ad groups in campaigns, list or retrieve targeti
15
15
  |---------|-------------|
16
16
  | `whop ad-groups list` | List Ad Groups |
17
17
  | `whop ad-groups create` | Create an Ad Group |
18
+ | `whop ad-groups estimate_reach` | Estimate Ad Group Reach |
19
+ | `whop ad-groups targeting_options` | Search Targeting Options |
18
20
  | `whop ad-groups delete` | Delete an Ad Group |
19
21
  | `whop ad-groups get` | Retrieve an Ad Group |
20
22
  | `whop ad-groups update` | Update an Ad Group |
@@ -16,5 +16,6 @@ Use the Bounties API to create and publish a bounty, list an account's bounties
16
16
  | `whop bounties list` | List Bounties |
17
17
  | `whop bounties create` | Create Bounty |
18
18
  | `whop bounties get` | Retrieve Bounty |
19
+ | `whop bounties update` | Update Bounty |
19
20
 
20
21
  Run `whop bounties <command> --help` for options, or `whop bounties <command> --schema` for full argument details.
@@ -14,10 +14,10 @@ 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 a partner's referred businesses |
17
+ | `whop partners list` | List referred businesses |
18
18
  | `whop partners get` | Retrieve a referred business |
19
- | `whop partners earnings` | List a partner's referred business earnings |
20
- | `whop partners leaderboard` | Retrieve the partner leaderboard |
19
+ | `whop partners earnings` | List referred business earnings |
20
+ | `whop partners leaderboard` | Retrieve the leaderboard |
21
21
  | `whop partners referred_users` | List the users the caller referred |
22
22
 
23
23
  Run `whop partners <command> --help` for options, or `whop partners <command> --schema` for full argument details.
@@ -7,7 +7,7 @@ command: whop social-accounts
7
7
 
8
8
  A Social Account represents an external profile connected to a Whop account or user, such as a Facebook page or Instagram account. Connecting a social account lets Whop run [ads](https://docs.whop.com/api-reference/beta/ads/ad) under that profile's identity and promote its existing posts.
9
9
 
10
- Use the Social Accounts API to list connected accounts, create a Whop-managed Facebook page, start an OAuth connection, disconnect a social account, and list a connected profile's posts.
10
+ Use the Social Accounts API to list connected accounts, create a Whop-managed Facebook page, start an OAuth connection, disconnect a social account, and list a connected profile's posts or a Facebook page's lead forms.
11
11
 
12
12
  ## Commands
13
13
 
@@ -17,6 +17,7 @@ Use the Social Accounts API to list connected accounts, create a Whop-managed Fa
17
17
  | `whop social-accounts create` | Create a Social Account |
18
18
  | `whop social-accounts connect` | Connect a Social Account |
19
19
  | `whop social-accounts delete` | Delete a Social Account |
20
+ | `whop social-accounts lead_forms` | List Social Account Lead Forms |
20
21
  | `whop social-accounts posts` | List Social Account Posts |
21
22
 
22
23
  Run `whop social-accounts <command> --help` for options, or `whop social-accounts <command> --schema` for full argument details.