@inliner/cli 0.1.1 → 0.1.2
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -151,7 +151,7 @@ inliner-ai edit photo.png "remove background" -p proj | inliner-ai edit - "add g
|
|
|
151
151
|
| Variable | Description |
|
|
152
152
|
|----------|-------------|
|
|
153
153
|
| `INLINER_API_KEY` | API key (required) |
|
|
154
|
-
| `INLINER_API_URL` | API base URL (default: `https://
|
|
154
|
+
| `INLINER_API_URL` | API base URL (default: `https://api.inliner.ai`) |
|
|
155
155
|
| `INLINER_IMG_URL` | Image CDN URL (default: `https://img.inliner.ai`) |
|
|
156
156
|
|
|
157
157
|
## Links
|
package/dist/index.js
CHANGED
|
@@ -530,7 +530,7 @@ Commands:
|
|
|
530
530
|
|
|
531
531
|
Global options:
|
|
532
532
|
--api-key <key> API key (or set INLINER_API_KEY)
|
|
533
|
-
--api-url <url> API base URL (default: https://
|
|
533
|
+
--api-url <url> API base URL (default: https://api.inliner.ai)
|
|
534
534
|
--json Output raw JSON (projects, images, usage)
|
|
535
535
|
-h, --help Show help for a command
|
|
536
536
|
-v, --version Show version
|