TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

CLI changes to support flogo.json #25

Closed vijaynalawade closed 7 years ago

vijaynalawade commented 7 years ago

Added new command to build flogo applications from flogo.json

flogo help build-app Usage:

flogo  build-app [-i][-c configDir][-flv version][-f application]

Build new flogo application. Options: -i incorporate engine config into application -c specifiy configration directory -flv specify the flogo-lib version -f specify application file location

  flogo build-app -f /myapps/myrestapp.json
  flogo build-app  [When flogo.json file is present in current directory]
  flogo build-app -f https://raw.githubusercontent.com/vijaynalawade/flogo/master/apps/flogo.json
fm-tibco commented 7 years ago

Is it possible to add the new build command as a parallel command and leave the existing commands in place for now. I worry it is too of an abrupt transition without having all the supporting calls implemented and given that we are going to possibly update the trigger configuration.