@whop/cli 0.16.6 → 0.17.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 +9 -0
- package/dist/index.js +165 -124
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,6 +64,15 @@ Commands that act on one account take the business's `biz_` ID or public route p
|
|
|
64
64
|
|
|
65
65
|
In a terminal, commands prompt for missing inputs. Agents and scripts (non-TTY) get a structured validation error instead, so nothing hangs.
|
|
66
66
|
|
|
67
|
+
## Feedback and questions
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
whop report-feedback --content "The error message does not explain which permission is missing."
|
|
71
|
+
whop ask-question --content "How do trials interact with an existing subscription?" --format json
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
Both commands submit one observation for Whop's internal review and return a receipt. `ask-question` records an unanswered question; it does not return an answer or start a support conversation. Use a user credential from `whop login` (browser OAuth). Remove secrets, personal data, and payment details from `--content`.
|
|
75
|
+
|
|
67
76
|
## Ship apps
|
|
68
77
|
|
|
69
78
|
Hosted web apps (`*.whop.site`) follow a git-shaped lifecycle. Two on-ramps, one loop:
|