TIBCOSoftware / flogo-cli

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

Updated template of 'flogo create' command based on README.md example #121

Closed debovema closed 6 years ago

debovema commented 6 years ago

What kind of change does this PR introduce? (check one with "x")

[x] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: builtin template for flog create command is not up-to-date with the one in README.md file

What is the current behavior? Command flogo create testApp creates an application in legacy format.

What is the new behavior? Command flogo create testApp creates an application in new format (according to README.md example).