@ogment-ai/cli 0.8.2 → 0.9.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 -2
- package/dist/cli.js +1081 -620
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,9 +52,9 @@ ogment status
|
|
|
52
52
|
|
|
53
53
|
## Environment Variables
|
|
54
54
|
|
|
55
|
-
- `NO_UPDATE_NOTIFIER` (optional:
|
|
55
|
+
- `NO_UPDATE_NOTIFIER` (optional: bypass the enforced CLI update gate for compatibility with common Node CLI tooling)
|
|
56
56
|
- `OGMENT_API_KEY` (optional API key fallback)
|
|
57
|
-
- `OGMENT_NO_UPDATE_CHECK` (optional: set to `1` to
|
|
57
|
+
- `OGMENT_NO_UPDATE_CHECK` (optional: set to `1` to bypass the enforced CLI update gate)
|
|
58
58
|
|
|
59
59
|
## License
|
|
60
60
|
|