Dotenv state switcher
You can create many states in your .env
and switch between them.
Rules:
###
symbols (Ex. ### local
)You can see the [full example].
sh
cp .env.example .env
vnetod local # choose local state
vnetod staging # choose staging state
vnetod - # disable all states
GNU General Public License v3.0 or later
See COPYING to see the full text.