envful icon indicating copy to clipboard operation
envful copied to clipboard

Environment wizard

Open arvindell opened this issue 3 years ago • 1 comments

It would be a cool feature to have a command that initiates a "wizard" asking you for the required and optional variables given a manifest file (.env.example). This would then create a .env file with the provided values. No more manual copy/paste.

arvindell avatar Feb 28 '22 20:02 arvindell

also, the default value for each variable could be taken from the .example one

sounds good (I'm tired of cp .env.example .env && vim .env haha)

micalevisk avatar Mar 06 '22 23:03 micalevisk