pushnetgo-cli 1.1.0 → 1.1.1
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/bin/pushnetgo-cli.js +1 -0
- package/package.json +1 -1
package/bin/pushnetgo-cli.js
CHANGED
|
@@ -111,6 +111,7 @@ if (process.argv.length <= 2) {
|
|
|
111
111
|
pushnetgo-cli api-url — HTTP endpoint
|
|
112
112
|
pushnetgo-cli --help — all options
|
|
113
113
|
|
|
114
|
+
Public guide (no auth): GET https://flutter-ai-playground-f8e3b.web.app/api
|
|
114
115
|
HTTP endpoint: ${API_URL}
|
|
115
116
|
Auth: x-api-key: pushnetgo-xxx
|
|
116
117
|
|
package/package.json
CHANGED