Skip to content

Commit 4f5ba19

Browse files
author
DIR\luca.bassani
committed
docs: readme install detailed
1 parent 79e2254 commit 4f5ba19

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ Run the following command:
3535
sf plugins install plugin-analytics-connected-objects
3636
```
3737

38+
You will be prompted to confirm that you want to install an unsigned plugin. Choose 'y'
39+
40+
```
41+
This plugin is not digitally signed and its authenticity cannot be verified. Continue installation? (y/N)
42+
```
43+
44+
To prevent this message from appearing, you can add this to the Allow List by adding an entry for it in [$HOME/.config/sfdx/unsignedPluginAllowList.json](https://developer.salesforce.com/blogs/2017/10/salesforce-dx-cli-plugin-update).
45+
46+
CI Users: As the plugin is not signed, to install it from a Dockerfile or a script:
47+
48+
```bash
49+
echo 'y' | sf plugins install plugin-analytics-connected-objects
50+
```
51+
3852
## Commands
3953

4054
<!-- commands -->

0 commit comments

Comments
 (0)