cliHelper.env
0.1.2
A module for loading and editing environment variables. It also includes cmdlets for extra safety measures.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Alain Herve (c) 2024. All rights reserved.
Package Details
Author(s)
- alain
Tags
Functions
Add-Env Get-Env Get-EnvFile Protect-Env Read-Env Remove-Env Unprotect-Env Update-SessionEnv Write-Env
Dependencies
Release Notes
# Changelog
- Updated build script
***
# Install guide:
1. [Click here](https://github.com/alainQtec/cliHelper.env/releases/download/v<versionToDeploy>/cliHelper.env.zip) to download the *cliHelper.env.zip* file attached to the release.
2. **If on Windows**: Right-click the downloaded zip, select Properties, then unblock the file.
> _This is to prevent having to unblock each file individually after unzipping._
3. Unzip the archive.
4. (Optional) Place the module folder somewhere in your PSModulePath.
> _You can view the paths listed by running the environment variable $Env:PSModulePath_
5. Import the module, using the full path to the PSD1 file in place of cliHelper.env if the unzipped module folder is not in your PSModulePath:
`powershell
# In Env:PSModulePath
Import-Module cliHelper.env
# Otherwise, provide the path to the manifest:
Import-Module -Path Path\to\cliHelper.env\<versionToDeploy>\cliHelper.env.psd1
`
FileList
- cliHelper.env.nuspec
- cliHelper.env.psd1
- LICENSE
- en-US\cliHelper.env.strings.psd1
- Private\Set-EnvConfig.ps1
- Public\Get-Env.ps1
- Public\Get-EnvFile.ps1
- Public\Protect-Env.ps1
- Public\Read-Env.ps1
- Public\Remove-Env.ps1
- Public\Unprotect-Env.ps1
- Public\Update-SessionEnv.ps1
- Public\Write-Env.ps1
- cliHelper.env.psm1
- Private\Resolve-FilePath.ps1
- Public\Add-Env.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.2 (current version) | 57 | 12/17/2024 |
0.1.1 | 13 | 12/17/2024 |
0.1.0 | 289 | 10/7/2024 |