@whop/cli 0.9.1 → 0.10.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.1",
3
+ "version": "0.10.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",
@@ -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#9e4339e90ed46153268c0183d5f49245598bed57",
48
+ "incur": "github:whopio/incur#b0550076a7a66790e4d30db38103d8a91602b6cb",
49
49
  "tsup": "8.5.0",
50
50
  "tsx": "4.19.4",
51
51
  "typescript": "5.9.3",
@@ -18,6 +18,7 @@ Use the Accounts API to create accounts, list accounts visible to your credentia
18
18
  | `whop accounts me` | Retrieve Requesting Account |
19
19
  | `whop accounts get` | Retrieve Account |
20
20
  | `whop accounts update` | Update Account |
21
+ | `whop accounts llc` | Register LLC |
21
22
  | `whop accounts preferences` | Retrieve Account Preferences |
22
23
  | `whop accounts update-preferences` | Update Account Preferences |
23
24
  | `whop accounts recommend_actions` | List Recommended Actions |
@@ -14,5 +14,6 @@ Use the Bounty Submissions API to submit proof of completed work to a bounty, li
14
14
  | Command | Description |
15
15
  |---------|-------------|
16
16
  | `whop bounty-submissions list` | List Bounty Submissions |
17
+ | `whop bounty-submissions create` | Create Bounty Submission |
17
18
 
18
19
  Run `whop bounty-submissions <command> --help` for options, or `whop bounty-submissions <command> --schema` for full argument details.