SecretManagement.1Password.Extension/SecretManagement.1Password.Extension.psd1
@{ ModuleVersion = '0.1.0.0' RootModule = 'SecretManagement.1Password.Extension.psm1' FunctionsToExport = @('Get-Secret','Get-SecretInfo','Test-SecretVault','Set-Secret','Remove-Secret') } |