You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,18 @@ This PowerShell module offers essential functionality for backing up (exporting
5
5
- Provides Cross-platform capability to backup and restore (e.g., Windows to Mac) Secrets.
6
6
- Migrate secrets from one store backend to different one. (e.g., KeePass to AzureVault Migration).
7
7
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.
10
10
11
11
## Features
12
12
13
13
- Export PowerShell Secret Store as plain JSON
14
14
- Restore PowerShell Secret Store from JSON
15
15
- Retain any metadata content in secret
16
16
17
+
> [!IMPORTANT]
18
+
> Currently it supports secret saved as string, securestring and PSCredential only, does not support secret of type Byte and Hastable
19
+
17
20
## Installation
18
21
19
22
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
0 commit comments