@ogment-ai/cli 0.8.0 → 0.8.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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/cli.js +7224 -2415
  3. package/package.json +4 -1
package/README.md CHANGED
@@ -53,6 +53,8 @@ ogment status
53
53
  ## Environment Variables
54
54
 
55
55
  - `OGMENT_API_KEY` (optional API key fallback)
56
+ - `OGMENT_NO_UPDATE_CHECK` (optional: set to `1` to disable update checks)
57
+ - `NO_UPDATE_NOTIFIER` (optional: disable update checks for compatibility with common Node CLI tooling)
56
58
 
57
59
  ## License
58
60