Exporting App JSON from an Executable

To export the app JSON from an app executable, run the following command:

<app_exec> export -o <app-name>.flogo app

Where:

  • <app_exec> is the executable of your Flogo application.

  • <app-name> is the name of the exported file.

This command extracts the application's configuration and workflow details and saves it as a JSON file.