Exporting App JSON from an Executable
To export the app JSON from an app executable, use the following command:
<app_exec> export -o <app-name>.flogo app
Where:
-
<app_exec> refers to the executable of your Flogo application.
-
<app-name> is the desired name of the exported file.
This command extracts the application’s configuration and workflow details, and saves it as a JSON file.