Skip to content

A module for loading and editing environment variables. + cmdlets for extra safety measures.

License

Notifications You must be signed in to change notification settings

alainQtec/cliHelper.env

Repository files navigation

A module for reading and editing .env values. & has extra security cmdlets.

install

Install-Module cliHelper.env

usage

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.

example:

# Import the module
Import-Module cliHelper.env

# sick usage examples go here ...

TODOs

  • Complete Protect-Env & UnProtect-Env
  • Update build script
  • Add fancy cli. ex animations, progressbar & logging
  • Add tests
  • Add zstandard compression
  • complete the docs

license

This module is licensed under the MIT License.

About

A module for loading and editing environment variables. + cmdlets for extra safety measures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published