diff --git a/README.md b/README.md index 7ef57c1..2556a05 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This PowerShell module offers essential functionality for backing up (exporting - Provides Cross-platform capability to backup and restore (e.g., Windows to Mac) Secrets. - Migrate secrets from one store backend to different one. (e.g., KeePass to AzureVault Migration). -> [!IMPORTANT] -> Currently it supports secret saved as string, securestring and PSCredential only, does not support secret of type Byte and Hastable +> [!WARNING] +> This module complements [SecretManagement][SecretManagementGithub] module and assumes that you have at least one secret store configured and working. ## Features @@ -14,6 +14,9 @@ This PowerShell module offers essential functionality for backing up (exporting - Restore PowerShell Secret Store from JSON - Retain any metadata content in secret +> [!IMPORTANT] +> Currently it supports secret saved as string, securestring and PSCredential only, does not support secret of type Byte and Hastable + ## Installation 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 - [SecretStore module][SecretStoreGithub] [SecretManagementGithub]: https://github.com/PowerShell/SecretManagement -[SecretStoreGithub]: https://github.com/PowerShell/SecretStore \ No newline at end of file +[SecretStoreGithub]: https://github.com/PowerShell/SecretStore