Skip to content

Variables

Nate Ferrell edited this page Aug 22, 2019 · 4 revisions

Synopsis

An overview of the Variables concept in PSProfile.

Description

Variables are stored as a hashtable in the PSProfile object property $PSProfile.SymbolicLinks. Variables in PSProfile are scoped to either Environment or Global.

Each variable scope's value is a hashtable with each key-value pair correlating to a variable name as its key and the variable value as its value.

Variables are set as the specified scope during PSProfile load.

Commands

Adds a new Variables to your PSProfile.

Gets a Variables or the list of Variables from your PSProfile configuration.

Removes a Variables from your PSProfile.

PSProfile

Concepts

Function Help

Command Aliases

Configuration

Helpers

Init Scripts

Meta

Modules to Import

Modules to Install

Path Aliases

Plugin Paths

Plugins

Power Tools

Project Paths

Prompts

Script Paths

Secrets

Symbolic Links

Variables

Badges

Azure Pipelines      Discord - Chat      Slack - Chat      Codacy PowerShell Gallery      GitHub Releases      GitHub Releases

Clone this wiki locally