commandbox-modules/commandbox-dotenv

Add a `reload` command

elpete opened this issue · 0 comments

Loading a .env file in to CommandBox only happens onCLIStart. This means when first starting CommandBox and when reloading. This command could really be just an alias to reload (or it could actually look and load itself, either way).

Note: this will be useful even to just reload changes to a .env file that has already been loaded.