@whop/cli 0.18.0 → 0.18.2
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 +1 -0
- package/dist/index.js +3516 -1048
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/whop/references/websites.md +17 -0
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ whop products list # what you're selling
|
|
|
56
56
|
whop plans create --help # options for any command
|
|
57
57
|
whop stats list # your numbers
|
|
58
58
|
whop accounts get jordan # retrieve a business by route
|
|
59
|
+
whop partners retrieve me # your partner profile and payout rates
|
|
59
60
|
```
|
|
60
61
|
|
|
61
62
|
Every command takes `--format json` for structured output, or `--format jsonl` to stream events.
|