Flex | Sep. 23, 2021

Support for running multiple plugins using Flex Plugins CLI is now Generally Available

The Flex Plugins CLI’s local development server is now Generally Available. It enables developers to run multiple plugins on a local instance of Flex. It can load plugins either from the local source directory of a plugin or those that are currently deployed on your Flex application. This feature makes it easier and quicker to test a plugin you are developing locally with other plugins. Additional features include

  1. Ability to specify a version of a plugin to load with a new param @version
  2. Support for --port that lets you choose the port to start your developer server.

Upgrade your plugins to use the latest version of the Flex Plugins CLI and refer to our docs for more details.

Flex GA