TIBCOSoftware / flogo-cli

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

Newly added dependancies are not getting downloaded with flogo build api (rebuilding) #56

Closed rameshpolishetti closed 6 years ago

rameshpolishetti commented 7 years ago

Steps: Create a flow app edit flogo.json and add new dependancy (lets say new trigger) use flogo-cli/app/api.BuildApp() api for building the binary

Issue: newly added dependancies are not getting downloaded.

retgits commented 6 years ago

Closing this issue as flogo ensure will download updates if needed and flogo ensure -update will also update to the latest version (unless there are other constraints in the Gopkg.toml)