@whop/cli 0.9.0 → 0.10.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 +2 -0
- package/dist/index.js +4945 -843
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/whop-accounts/SKILL.md +1 -0
- package/skills/whop-bounty-submissions/SKILL.md +1 -0
- package/skills/whop-deposits/SKILL.md +1 -2
- package/skills/whop-events/SKILL.md +1 -1
- package/skills/whop-payouts/SKILL.md +1 -0
- package/skills/whop-stats/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@ npm install -g @whop/cli
|
|
|
17
17
|
|
|
18
18
|
Prebuilt binaries cover macOS and Linux ([releases](https://github.com/whopio/whop-public-cli/releases)); on other platforms, use npm.
|
|
19
19
|
|
|
20
|
+
The standalone installer uses your standard user executable directory (`$XDG_BIN_HOME` or `~/.local/bin`) and updates your shell profile when needed.
|
|
21
|
+
|
|
20
22
|
## Getting started
|
|
21
23
|
|
|
22
24
|
```bash
|