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

Shows merged settings without secrets.

AskUI-ShowSettings

EXAMPLE 2

Shows user-level settings including secrets.

AskUI-ShowSettings -Location User -WithSecrets