-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document plugins CLI option. #1790
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: bgravenorst <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: bgravenorst <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once minor comments are addressed
<TabItem value="Syntax"> | ||
|
||
```bash | ||
--plugins=<PLUGIN>[,<PLUGIN>...]... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--plugins=<PLUGIN>[,<PLUGIN>...]... | |
--plugins=<PLUGIN>[,<PLUGIN>,...] |
</TabItem> | ||
</Tabs> | ||
|
||
Comma-seperated list of [plugin](../../concepts/plugins.md) names to load. Each plugin must reside in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comma-seperated list of [plugin](../../concepts/plugins.md) names to load. Each plugin must reside in | |
Comma-separated list of [plugin](../../concepts/plugins.md) names to load. Each plugin must reside in |
- private networks | ||
--- | ||
|
||
# Plugin API interfaces | ||
|
||
API interfaces in Besu allow users to [build plugins](../concepts/plugins.md) to extend Besu functionality. | ||
API interfaces in Besu allow users to [build plugins](../../public-networks/concepts/plugins.md) to extend Besu functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API interfaces in Besu allow users to [build plugins](../../public-networks/concepts/plugins.md) to extend Besu functionality. | |
API interfaces in Besu allow users to [build plugins](../concepts/plugins.md) to extend Besu's functionality. |
Description
--plugins
CLI option.Issue(s) fixed
Fixes #1789
Preview
https://besu-docs-git-fork-bgravenorst-doc-1789-hyperledger.vercel.app/public-networks/reference/cli/options#plugins