[result] by using [feature] for [whom]
A module for reading and editing .env
values. & has
extra security
cmdlets.
Install-Module cliHelper.env
demo :
Notes:
Its recomended to use with vscode extensions temitope1909.dotenv-intellisense
0-risk editing environment variables
-
Security:
Environment variables can be easily accessed by anyone who has access to the system. This can lead to security breaches if sensitive information is stored in environment variables. This module has cmdlets to create encrypted Enviromment variables
-
Debugging:
Debugging issues can arise when environment variables are not set correctly or when they are not being passed correctly between different parts of the system.
-
Performance:
Cmdlets are benchmarked during tests to make sure they will not slow down the system.
- Complete Protect-Env & UnProtect-Env
- Update build script
- Add fancy cli. ex animations, progressbar & logging
- Add tests
- Add zstandard compression
- complete the docs
This module is licensed under the MIT License.