Documentation
CLI Reference
eg plugins
eg plugin configure
Description
Configure a plugin.
Usage
eg plugin configure [options] <package>
Notes:
- CLI will try to resolve the package name by convention (prefixing
express-gateway-plugin-
), for exampleexample
->express-gateway-plugin-example
and will fallback to the provided name by itself (example
) should that package not exist.Options
None.
Examples
Configure the “express-gateway-plugin-example” plugin
$ eg plugin configure example # same as eg configure express-gateway-plugin-example ? Set value for baseUrl: test ? Set value for maxRequestsPerSecond: 3434 Plugin configured!