🔧 Bug Fixes
Fixed CLI Argument Conflict
- Resolved command-line argument conflict in
envx project applyandenvx project checkcommands - Changed
--forceflag to use-Fshort option to avoid collision with--file (-f) - Both flags now work correctly without conflicts
✨ Improvements
-
Enhanced Setup Wizard
-
Added Go Application support - The setup wizard now recognizes and provides tailored configuration for Go projects
-
Added Next.js support - Full-stack Next.js applications now have dedicated environment variable templates
-
Improved variable status reporting - The wizard now displays all configured environment variables (both required and optional) in the summary, not just required ones
New Project Type Configurations
Go Application includes:
GO_ENV,DATABASE_URL,REDIS_URL,JWT_SECRET,LOG_LEVEL- Profiles: development, testing, production
Next.js Application includes:
NEXT_PUBLIC_API_URL,DATABASE_URL,NEXTAUTH_SECRET,NEXTAUTH_URL- Profiles: development, preview, production
📝 Example Output
The improved wizard summary now shows:
✅ Successfully set in current session:
✓ DATABASE_URL (required)
✓ JWT_SECRET (required)
✓ DEBUG
✓ LOG_LEVEL