Skip to content

Commit d23753c

Browse files
authored
docs: readme install detailed
2 parents 79e2254 + 772e027 commit d23753c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ 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+
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).
41+
42+
CI Users: As the plugin is not signed, to install it from a Dockerfile or a script:
43+
44+
```bash
45+
echo 'y' | sf plugins install plugin-analytics-connected-objects
46+
```
47+
3848
## Commands
3949

4050
<!-- commands -->

0 commit comments

Comments
 (0)