@whop/cli 0.7.0 → 0.8.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/README.md +4 -2
- package/dist/index.js +37269 -773
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/whop-accounts/SKILL.md +1 -0
- package/skills/whop-apps/SKILL.md +2 -2
- package/skills/whop-partners/SKILL.md +23 -0
- package/skills/whop-payouts/SKILL.md +2 -2
- package/skills/whop-stats/SKILL.md +19 -0
- package/skills/whop-workforce-bounties/SKILL.md +19 -0
- package/dist/api-YDHSDKDV.js +0 -20
- package/dist/api-YDHSDKDV.js.map +0 -1
- package/dist/chunk-BSCOWFVU.js +0 -34851
- package/dist/chunk-BSCOWFVU.js.map +0 -1
- package/skills/whop-referrals/SKILL.md +0 -22
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Whop CLI
|
|
2
2
|
|
|
3
|
-
`whop` —
|
|
3
|
+
`whop` — build and manage your Whop business from the terminal. Deploy apps, manage products and pricing, run ads, move money, and automate workflows from one agent-friendly CLI.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ Prebuilt binaries cover macOS and Linux ([releases](https://github.com/whopio/wh
|
|
|
23
23
|
whop
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
That's it — it signs you in and
|
|
26
|
+
That's it — it signs you in, lets you choose or create the business the CLI should use, and points you to the available workflows. Run `whop quickstart` later to change the selected business.
|
|
27
27
|
|
|
28
28
|
## Usage
|
|
29
29
|
|
|
@@ -36,6 +36,8 @@ whop stats list # your numbers
|
|
|
36
36
|
|
|
37
37
|
Every command takes `--format json` for structured output.
|
|
38
38
|
|
|
39
|
+
In a terminal, commands that are missing required inputs ask for them interactively instead of failing — run `whop swaps quote` with no flags and it prompts for the amount and tokens. Agents and scripts (non-TTY) get a structured validation error instead.
|
|
40
|
+
|
|
39
41
|
## Deploy an app
|
|
40
42
|
|
|
41
43
|
```bash
|