mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: add PowerShell script to export GPG public key for auto-import in devcontainer
This commit is contained in:
@@ -104,6 +104,16 @@ So the easiest setup is:
|
||||
./.devcontainer/export-signing-key.sh <YOUR_KEY_ID>
|
||||
```
|
||||
|
||||
On Windows PowerShell, use:
|
||||
|
||||
```powershell
|
||||
# on the HOST, from repo root (auto-uses git user.signingkey)
|
||||
.\.devcontainer\export-signing-key.ps1
|
||||
|
||||
# or pass a key explicitly
|
||||
.\.devcontainer\export-signing-key.ps1 <YOUR_KEY_ID>
|
||||
```
|
||||
|
||||
The helper auto-selects `gpg2`/`gpg` based on where your key is visible, which
|
||||
avoids host setups where the two binaries use different keyrings.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user