Alias

Set-Alias -Name NAME -Value VALUE

e.g.

Set-Alias -Name kdev -Value "kubectl config set-context atlas-develop"

Functions

function FUNCTIONAME { BODY }

e.g.

function kenv { kubectl config use-context atlas-$args }