Closed ryandamen closed 1 year ago
Hello Ryan, thanks for pointing it out. I updated the README without noting that this setting would be available in 1.2.0, which I hadn't released yet. I was going to wait for some other in-progress features before releasing, but since that might take a while, I went ahead and cut a new release.
Please try again with the latest plugin version 1.2.0 and let me know if it doesn't work.
I tested it out and it works as expected now, Thanks!
Hello,
I tried to use this in one of my pipelines and ran into some issues during testing the example snippets in the README:
The first run was successful but while rerunning the same command the overwrite parameter appears to be ignored and returned:
Editing
file='manifest.json'
tofile='test/manifest.json'
resulted in the same error. Deleting the manifest and rerunning like this also didn't put themanifest.json
within thetest
folder. This leads me to believe that the file parameter is also ignored.Did I make a mistake somewhere or do you see something similair?
Kind regards, Ryan