@phanthy/phanthy-code 0.1.2 → 0.1.3
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/cli.js +1569 -1575
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ export PHANTHY_API_KEY="your-api-key"
|
|
|
55
55
|
`PHANTHY_API_KEY` is the developer-token path. When it is set, the CLI skips web
|
|
56
56
|
login and calls `https://router.phanthy.com` by default.
|
|
57
57
|
|
|
58
|
-
Without `PHANTHY_API_KEY`, the CLI signs in through `https://
|
|
58
|
+
Without `PHANTHY_API_KEY`, the CLI signs in through `https://code.phanthy.com`
|
|
59
59
|
and sends model API requests to Code with the stored OAuth access token.
|
|
60
60
|
|
|
61
61
|
Useful endpoint overrides:
|