SYNOPSIS

Displays AskUI environment settings.

DESCRIPTION

The Show-AskUISettings cmdlet displays the current AskUI environment configuration settings. Settings can be shown from different locations (Merged, User, or Project) with optional display of secrets.

PARAMETERS

  • -Location | <String> - Settings location. (Default: Merged) Valid values: Merged, User, Project
  • -WithSecrets | <SwitchParameter> - Specify whether to show the secrets.

EXAMPLES

EXAMPLE 1

AskUI-ShowSettings
Shows merged settings without secrets.

EXAMPLE 2

AskUI-ShowSettings -Location User -WithSecrets
Shows user-level settings including secrets.