@whop/cli 0.14.2 → 0.15.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 +1 -1
- package/dist/index.js +23003 -14233
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/whop-accounts/SKILL.md +14 -8
- package/skills/whop-ad-groups/SKILL.md +8 -8
- package/skills/whop-api-keys/SKILL.md +2 -0
- package/skills/whop-apps/SKILL.md +18 -3
- package/skills/whop-audiences/SKILL.md +23 -2
- package/skills/whop-bounties/SKILL.md +26 -0
- package/skills/whop-dispute-alerts/SKILL.md +42 -0
- package/skills/whop-disputes/SKILL.md +2 -2
- package/skills/whop-events/SKILL.md +1 -1
- package/skills/whop-exports/SKILL.md +40 -3
- package/skills/whop-ledgers/SKILL.md +1 -0
- package/skills/whop-memberships/SKILL.md +18 -1
- package/skills/whop-payment-method-domains/SKILL.md +93 -0
- package/skills/whop-payments/SKILL.md +40 -0
- package/skills/whop-payouts/SKILL.md +33 -8
- package/skills/whop-recommended-actions/SKILL.md +41 -0
- package/skills/whop-setup-intents/SKILL.md +40 -0
- package/skills/whop-social-accounts/SKILL.md +2 -2
- package/skills/whop-swaps/SKILL.md +2 -1
- package/skills/whop-transfers/SKILL.md +2 -2
- package/skills/whop-users/SKILL.md +27 -0
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ whop skills add # generate agent skills (per-resource playbooks)
|
|
|
166
166
|
|
|
167
167
|
For OAuth, run `whop login --method oauth --format jsonl` in the background with stdout redirected to a file (pipes like `| head` can buffer past the URL). The first line carries an `authorizationUrl`; open it in the user's browser, unedited. Once the process exits, you're logged in.
|
|
168
168
|
|
|
169
|
-
For unattended automation, set `WHOP_API_KEY` (create one under **Developer → API keys**).
|
|
169
|
+
For unattended automation, set `WHOP_API_KEY` (create one under **Developer → API keys**). For API commands, it takes precedence over any saved CLI profile for that invocation.
|
|
170
170
|
|
|
171
171
|
## Authentication
|
|
172
172
|
|