Set-Vault Choose where saved logins are stored, and optionally write a starter ignore list.
Description
Set-Vault tells the system which credential storage to use for saved logins. The default (manager) is appropriate for most modern Windows installs. Use this when first setting up GitEasy on a new machine, or when moving between credential storage backends.
With -WriteIgnoreList, Set-Vault also writes a starter .gitignore file in the active project folder, populated with patterns common to PowerShell, .NET, and SQL/SSIS projects (build artifacts, IDE leftovers, log files, secret files, etc.). Existing .gitignore content is preserved; the starter patterns are appended only if missing.
Recipes
Set-Vault
Set-Vault -Helper wincred
Set-Vault -Helper manager -WriteIgnoreList
Notes
Safety:
- Never store secrets in plain-text files. Pick a storage backend that the operating system protects.
- Use Get-VaultStatus to confirm the choice without exposing any secret values.
- -WriteIgnoreList never overwrites your existing patterns; it only appends what is missing.
Parameters
Was this page helpful? Report an issue or suggest an improvement →