TIBCOSoftware / flogo-cli

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

Getting started not working => myflow.json files missing #2

Closed ghost closed 8 years ago

ghost commented 8 years ago

I try to do the getting started step-by-step. I installed everything successfully. However, the command "flogo add flow myflow.json" fails. I assume the reason is that there is no file "myflow.json". Do I have to create this file first? The readme does not give any additional hints.

In addition, it would be great if the readme explains how flogo-cli and flogo-web are related. Or can you use either one to build the same flows ?!

fm-tibco commented 8 years ago

Currently this file needs to be created. It can currently be created manually or via flogo-web. We'll add documentation to describe the "flow" json format.

zhili-tibco commented 8 years ago

Tested in local dev mode