Files
steel-dev__cli/.env.test.example

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