petervanderdoes/gitflow-avh

How to finish release from Node app using exec()?

Serhioromano opened this issue · 0 comments

Please, @petervanderdoes could you assist me a little. I create Extension for VS Code using this library. I have a few questions.

When I finish release git flow release finish -T 1.2.6 -m"Mesage" 1.2.6 I pass message, but it still opens edit for the message. I mean I run this from VS Code through child_process.exec and how I suppose to let user edit that message? Is there a way to pass there a parameter of that message so that command finishes without asking additional data?

Same with git flow init. I cannot pass all parameters there and it asks for input. Is it possible to add as many parameters as needed so that this command may be called without additional input required?