Skip to main content

Custom components management

2025.2+

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 Design
  • import - Import an app to Design
  • deploy - Deploy an app to Work
  • publish - Publish an app from Design to Work
  • environment - 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.