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
  1. Open a command prompt or terminal window depending on your platform.
  2. Navigate to the <FLOGO_HOME>/<version>/bin folder.
    Note: If you saved the Flogo Enterprise command line interface ( builder-<platform>) in a folder that is different from the default <FLOGO_HOME>/<version>/bin folder, you must export the FLOGO_HOME environment variable before you run the command for the builder. Run the following:

    export FLOGO_HOME=<FLOGO_HOME>/<version>
    ./builder-<platform> build <option(s)>

  3. Run the following command (refer to the topic on the builder Command for details):

    On Windows: builder-windows_amd64.exe help

    On Macintosh: builder-darwin_amd64 help

    On Linux: builder-linux_amd64 help