Get-VaultStatus Report which credential storage GitEasy will use for saved logins.
Description
Get-VaultStatus returns a small object describing the configured credential storage. It never returns the secret values themselves; it only reports the storage name and whether anything is configured.
Recipes
Recipe 1
EXAMPLE 1
Get-VaultStatus
Recipe 2
EXAMPLE 2
Set-Vault; Get-VaultStatus
Notes
Output is safe to log or share. It does not contain credentials.
Was this page helpful? Report an issue or suggest an improvement →