kiliczsh / powershells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerShell Command Management

This repository provides a PowerShell script and command to add a new environment variable.

Usage

  1. Clone or Download the repository to your local machine.

  2. Navigate to the repository directory using a PowerShell terminal.

  3. Load the Function by running the following command:

    . .\Powershells.ps1
  4. Use the Function by running the following command:

    CreateEnv -VariableName "API_KEY" -VariableValue "my-api-key-123"
    List-EnvironmentVariables

About

License:MIT License


Languages

Language:PowerShell 100.0%