You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this library through the Toast project, and I was curious to know whether or not it was possible to run grunt sectv-prepare:sectv-tizen without the interactive mode. I would like to use this command in our CI pipeline which is right now impossible.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Unfortunately, TOAST dosen't support a feature to grunt sectv-prepare:[each-platform] WITHOUT interactive mode.
But It seems good idea, we will consider to add it in future updates.
For those running into the same problem, it can be fixed by having the platforms/userconf.json file generated, that way if you run the command it should only ask you to confirm the app name and the version of the app.
Then you can use this command in your CI workflow to inject your data:
Hi there,
I am using this library through the Toast project, and I was curious to know whether or not it was possible to run
grunt sectv-prepare:sectv-tizen
without the interactive mode. I would like to use this command in our CI pipeline which is right now impossible.Thanks in advance
The text was updated successfully, but these errors were encountered: