M9: bulk + duplicate + connection inheritance
- Bulk parameter sets on New-/Update-/Remove-InfisicalSecret via v3/secrets/batch/raw.
- Copy-InfisicalSecret cmdlet wrapping v4/secrets/duplicate.
- InfisicalCmdletBase.Resolve{ProjectId,Environment,SecretPath,ApiVersion,OrganizationId} with verbose inheritance logging.
- All resource cmdlets refactored to use the resolution helpers.
- InfisicalBulkSecretConverter for flexible Hashtable -> DTO mapping.
- 22 new unit tests covering registry, DTOs, converter, and inheritance helpers. Total: 161 passing.
This commit is contained in:
@@ -16,6 +16,7 @@ Get-InfisicalSecret
|
||||
New-InfisicalSecret
|
||||
Update-InfisicalSecret
|
||||
Remove-InfisicalSecret
|
||||
Copy-InfisicalSecret
|
||||
ConvertTo-InfisicalSecretDictionary
|
||||
Export-InfisicalSecrets
|
||||
Get-InfisicalProjects
|
||||
@@ -224,6 +225,7 @@ Example shape:
|
||||
'New-InfisicalSecret',
|
||||
'Update-InfisicalSecret',
|
||||
'Remove-InfisicalSecret',
|
||||
'Copy-InfisicalSecret',
|
||||
'ConvertTo-InfisicalSecretDictionary',
|
||||
'Export-InfisicalSecrets',
|
||||
'Get-InfisicalProjects',
|
||||
|
||||
Reference in New Issue
Block a user