@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Whop CLI
2
2
 
3
- `whop` — sell on Whop from your terminal. Create products, set pricing, and get a shareable checkout link without leaving your shell.
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 walks you to a shareable checkout link.
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