Custom components management
If you have several Work instances (e.g., production, staging, development), you may have additional requirements to manage, export, and promote custom components between environments.
The Flowable CLI provides several commands to help you manage custom components across different Work instances:
export- Export an app from Designimport- Import an app to Designdeploy- Deploy an app to Workpublish- Publish an app from Design to Workenvironment- Add or update an environment configuration
For more detailed information about these commands and their usage, run flowable --help or flowable <command> --help in your terminal.