github mikeleppane/envx v0.6.1
Release v0.6.1

latest release: v0.6.2
9 months ago

🔧 Bug Fixes

Fixed CLI Argument Conflict

  • Resolved command-line argument conflict in envx project apply and envx project check commands
  • Changed --force flag to use -F short 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

Don't miss a new envx release

NewReleases is sending notifications on new releases.