Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.34 KB

Readme.md

File metadata and controls

60 lines (41 loc) · 1.34 KB

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.