Skip to content

Commit 33a85bd

Browse files
committed
Inlcude warning note because its not apparent
1 parent 0fef68b commit 33a85bd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ This PowerShell module offers essential functionality for backing up (exporting
55
- Provides Cross-platform capability to backup and restore (e.g., Windows to Mac) Secrets.
66
- Migrate secrets from one store backend to different one. (e.g., KeePass to AzureVault Migration).
77

8-
> [!IMPORTANT]
9-
> Currently it supports secret saved as string, securestring and PSCredential only, does not support secret of type Byte and Hastable
8+
> [!WARNING]
9+
> This module complements [SecretManagement][SecretManagementGithub] module and assumes that you have at least one secret store configured and working.
1010
1111
## Features
1212

1313
- Export PowerShell Secret Store as plain JSON
1414
- Restore PowerShell Secret Store from JSON
1515
- Retain any metadata content in secret
1616

17+
> [!IMPORTANT]
18+
> Currently it supports secret saved as string, securestring and PSCredential only, does not support secret of type Byte and Hastable
19+
1720
## Installation
1821

1922
To install the module, you can use the PowerShell Gallery:
@@ -69,4 +72,4 @@ This project is licensed under the MIT License. See the LICENSE file for details
6972
- [SecretStore module][SecretStoreGithub]
7073

7174
[SecretManagementGithub]: https://github.com/PowerShell/SecretManagement
72-
[SecretStoreGithub]: https://github.com/PowerShell/SecretStore
75+
[SecretStoreGithub]: https://github.com/PowerShell/SecretStore

0 commit comments

Comments
 (0)