PSCredentialStore/docs/PSCredentialStore.md
Marco Blessing 2422afbd8f
Publish version 0.2.1.X (#18)
- fix pester test execution order in vscode test task.
- fix coveralls.io link in bagde.
- skip coverage report creation for PR triggered builds
- update docs
- Connection type SCP added for `Connect-To` and `Disconnect-From`.

## Internal Changes
- pester tests now don't need to dotsource other public functions from the same module (fixes #17 )
  - helper and private functions stilll needs to be dotsourced.
- basic module tests added
- pester tests for `Resolve-Dependency` added
- Wrapper function  `Get-ModuleBase` added. This enables mocking in tests.
2018-03-09 14:02:51 +01:00

1.6 KiB

Module Name Module Guid Download Help Link Help Version Locale
PSCredentialStore 6800e192-9df8-4e30-b253-eb2c799bbe84
Please enter FwLink manually
Please enter version of help manually (X.X.X.X) format
en-US

PSCredentialStore Module

Description

{{Manually Enter Description Here}}

PSCredentialStore Cmdlets

Connect-To

{{Manually Enter Connect-To Description Here}}

Disconnect-From

{{Manually Enter Disconnect-From Description Here}}

Get-CredentialStore

{{Manually Enter Get-CredentialStore Description Here}}

Get-CredentialStoreItem

{{Manually Enter Get-CredentialStoreItem Description Here}}

New-CredentialStore

{{Manually Enter New-CredentialStore Description Here}}

New-CredentialStoreItem

{{Manually Enter New-CredentialStoreItem Description Here}}

Remove-CredentialStoreItem

{{Manually Enter Remove-CredentialStoreItem Description Here}}

Set-CredentialStoreItem

{{Manually Enter Set-CredentialStoreItem Description Here}}

Test-CredentialStore

{{Manually Enter Test-CredentialStore Description Here}}

Test-CredentialStoreItem

{{Manually Enter Test-CredentialStoreItem Description Here}}

Test-CSConnection

{{Manually Enter Test-CSConnection Description Here}}