Similar to the template support provided by dotenv in Ruby, it would be very helpful to have a CLI command that can generate an environment template file directly from an existing .env. The goal is to ...
.env.example → .env — Interactive form pre-filled with example values. Just tab through, fill in your secrets, and you're set up.