wholestack 0.5.4 → 0.5.5
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/{chunk-FI67ER5S.js → chunk-7NZ77Q7Q.js} +371 -133
- package/dist/cli.js +55 -116
- package/dist/index.d.ts +8 -5
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ wholestack logout # forget the stored token
|
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
`login` mints a personal access token tied to your account and stores it at
|
|
33
|
-
`~/.
|
|
33
|
+
`~/.wholestack/config.json` (chmod 600). Revoke it anytime from **Account → Security**
|
|
34
34
|
on wholestack.ai.
|
|
35
35
|
|
|
36
36
|
## Common flags
|