Closed webkp closed 3 years ago
Thanks for the heads up @webkp! I just published a fix for this in version 1.5.9
. Give it a shot and let me know if it's fixed on your end.
Thank you for this quick fix @derekrushforth. Now it's working as expected.
@webkp Awesome! Closing this issue.
Hi!
I started working with postmark-cli to make it work with CI/CD (thanks for this great tool!). However, I noticed that no push is performed if the server does not have any templates yet. It doesn't matter if you use additional parameters like
-force
and/or-all
. Only "Fetching templates" is returned and then the process is terminated.I think when a server is empty, all templates should actually be uploaded. Especially if
-force
is used.