We need to create a new command for listing out the named .env files created by envman.
Currently, the simplest way to do this is by running the following:
However, it's possible to make this more convenient by having a built-in command (e.g. list or ls) that displays this list for us.
We need to create a new command for listing out the named
.envfiles created byenvman.Currently, the simplest way to do this is by running the following:
However, it's possible to make this more convenient by having a built-in command (e.g.
listorls) that displays this list for us.