PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
328 stars 46 forks source link

[SecretInformation] Should have Format .ps1xml that shows as table and truncates secret names #98

Closed JustinGrote closed 3 years ago

JustinGrote commented 3 years ago

If you have a long secret name, running get-secretinfo will only show the "Name" property. It should autosize the table and show Type and Vault, and truncate the name

SydneyhSmith commented 3 years ago

Thanks @JustinGrote we do have a format.ps1xml file but we choose to rely on table autosize since we do not know the user's console size so we do not want to arbitrarily choose a size (following the pattern of the PowerShell formatter)-- PowerShell does support customizing format table