@whop/cli 0.9.0 → 0.9.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.9.0",
3
+ "version": "0.9.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",
@@ -7,13 +7,12 @@ command: whop deposits
7
7
 
8
8
  Deposits describe ways to add funds to an account balance, including hosted deposit pages, bank deposit instructions, and supported crypto wallet addresses.
9
9
 
10
- Use the Deposits API to create deposit instructions for an account and retrieve existing bank deposit activity.
10
+ Use the Deposits API to create deposit instructions for an account.
11
11
 
12
12
  ## Commands
13
13
 
14
14
  | Command | Description |
15
15
  |---------|-------------|
16
- | `whop deposits list` | Retrieve Deposits |
17
16
  | `whop deposits create` | Create Deposit |
18
17
 
19
18
  Run `whop deposits <command> --help` for options, or `whop deposits <command> --schema` for full argument details.
@@ -7,7 +7,7 @@ command: whop events
7
7
 
8
8
  An Event records conversion or engagement activity for an account, such as page views, purchases, or leads. Each event ties the action to the [person](https://docs.whop.com/api-reference/beta/people/person) who took it, so activity can be attributed to the ads and links that drove it.
9
9
 
10
- Use the Events API to send new tracking events and list the events recorded for a person.
10
+ Use the Events API to send new tracking events, list recent identity-linked events for an account, and inspect the events recorded for a person.
11
11
 
12
12
  ## Commands
13
13
 
@@ -16,5 +16,6 @@ Use the Payouts API to create payouts from stablecoin accounts, list payout hist
16
16
  | `whop payouts list` | List Payouts |
17
17
  | `whop payouts create` | Create Payout |
18
18
  | `whop payouts methods` | List Payout Methods |
19
+ | `whop payouts create-method` | Create Payout Method |
19
20
 
20
21
  Run `whop payouts <command> --help` for options, or `whop payouts <command> --schema` for full argument details.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: whop-stats
3
- description: Aggregated account time series for reporting. Run `whop stats --help` for usage details.
3
+ description: Aggregated financial, audience, and traffic reporting. Run `whop stats --help` for usage details.
4
4
  requires_bin: whop
5
5
  command: whop stats
6
6
  ---