steroids-cli 0.8.28 → 0.8.30
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -528,9 +528,9 @@ Same schema — acts as default, overridden by project config.
|
|
|
528
528
|
### Environment Variables
|
|
529
529
|
|
|
530
530
|
```bash
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
531
|
+
STEROIDS_ANTHROPIC_API_KEY=... # For Claude models
|
|
532
|
+
STEROIDS_OPENAI_API_KEY=... # For Codex (OpenAI's development CLI)
|
|
533
|
+
STEROIDS_GOOGLE_API_KEY=... # For Gemini models
|
|
534
534
|
|
|
535
535
|
STEROIDS_JSON=1 # Output as JSON
|
|
536
536
|
STEROIDS_QUIET=1 # Minimal output
|