1- # [ cliHelper.env] ( dotEnv )
1+ ## [ cliHelper.env] ( dotEnv )
2+
3+ [ result] by using [ feature] for [ whom]
24
35A module for reading and editing ` .env ` values. & has
46[ ` extra security ` ] ( /docs/Readme.md#security-best-practices ) cmdlets.
57
8+ [ ![ CI] ( https://github.com/alainQtec/cliHelper.env/actions/workflows/CI.yaml/badge.svg )] ( https://github.com/alainQtec/cliHelper.env/actions/workflows/CI.yaml )
9+
610## install
711
812``` PowerShell
@@ -11,12 +15,25 @@ Install-Module cliHelper.env
1115
1216## usage
1317
14- 0-risk editing environment variables
18+ demo :
19+
20+ <!-- thumbnail : http://i.ytimg.com/vi/$Id/hqdefault.jpg -->
21+ <!-- ex: id is YuCyE8HiLTY in https://www.youtube.com/watch?v=YuCyE8HiLTY -->
1522
16- <!--
17- recomended vscode extensions
18- temitope1909.dotenv-intellisense
19- -->
23+ <div style =" position : relative ; width : 100% ; padding-bottom : 56.25% " >
24+ <iframe src="https://www.youtube.com/embed/jgEYn-ldr30"
25+ title="Web Load Testing with West Wind WebSurge 2" frameborder="0" allowfullscreen
26+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
27+ style="position: absolute; width: 100%; height: 100%; border-radius:15px;">
28+ </iframe >
29+ </div >
30+ </br >
31+
32+ Notes:
33+
34+ _ Its recomended to use with vscode extensions temitope1909.dotenv-intellisense_
35+
36+ 0-risk editing environment variables
2037
2138- ** Security** :
2239
@@ -36,15 +53,6 @@ temitope1909.dotenv-intellisense
3653 Cmdlets are benchmarked during tests to make sure they will not slow down the
3754 system.
3855
39- example:
40-
41- ``` PowerShell
42- # Import the module
43- Import-Module cliHelper.env
44-
45- # sick usage examples go here ...
46- ```
47-
4856## TODOs
4957
5058- [ ] Complete Protect-Env & UnProtect-Env
0 commit comments