mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
20 lines
626 B
Bash
20 lines
626 B
Bash
# Steel CLI Testing Environment Variables
|
|
# Copy this file to .env.test and replace with real API keys
|
|
|
|
# Required for all Steel API tests
|
|
STEEL_API_KEY=...
|
|
STEEL_API_URL=...
|
|
|
|
# Required for AI template tests
|
|
OPENAI_API_KEY=...
|
|
ANTHROPIC_API_KEY=...
|
|
|
|
# Optional: For testing different environments
|
|
# STEEL_API_URL=http://localhost:3000/v1 # For local development
|
|
|
|
# Notes:
|
|
# - Get Steel API key from: https://app.steel.dev/settings/api-keys
|
|
# - Get OpenAI API key from: https://platform.openai.com/api-keys
|
|
# - Get Anthropic API key from: https://console.anthropic.com/
|
|
# - Tests will be skipped if required keys are missing
|