Building the App From the CLI
You have the option to build an app using the Flogo Enterprise command line interface (CLI).
Before you begin Make sure that you have Go programming language version 1.11.4 or above installed on the machine from which you plan to run the build command.
- Procedure
- Open a command prompt or terminal window depending on your platform.
- Navigate to the
<FLOGO_HOME>/<version>/binfolder.Note: If you saved the Flogo Enterprise command line interface ( builder-<platform>) in a folder that is different from the default<FLOGO_HOME>/<version>/binfolder, you must export theFLOGO_HOMEenvironment variable before you run the command for thebuilder. Run the following:export FLOGO_HOME=<FLOGO_HOME>/<version> ./builder-<platform> build <option(s)>
- Run the following command (refer to the topic on the
builder Command for details):
On Windows:
builder-windows_amd64.exe helpOn Macintosh:
builder-darwin_amd64 helpOn Linux:
builder-linux_amd64 help
Subtopics