Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
pgutil allow wildcard input file
-
In a CI environment, I don't necessarily know the output version of my builds since it is generically written.
If pgutil could support a globbing filename for --input-file= for upload, this would greatly simplify uploading files.For example:
pgutil packages upload --feed=internal-rpm --input-file=build/*.rpm
would be much easier than having to parse the rpm file in the directory to get the full names. Especially if there are multiple packages created by the build.
-
Hi @jblaine_9526,
Good idea, we'll add this!
-
pgutil 2.1.4 is now released which has this capability. Note that in bash you'll need to quote the argument to prevent the shell from doing the globbing.
-
Thanks ! Works as expected... as always :)