[RFE] make mayday
config input and targz output more flexible
#1182
Labels
kind/feature
A feature request
mayday
config input and targz output more flexible
#1182
Current situation
Use-case is to use
mayday
more broadly than just for flatcar.Like
scp mayday mylinuxhost:/tmp/ && ssh mylinuxhost /tmp/mayday
to quickly get the collection from the machine.Impact
currently it requires both the config file to be local and then outputs the collection to a local path.
This means copying over a couple files, and then back another file. Not a big deal, but a couple moving parts.
Ideal future situation
I'm thinking that taking the config data in on stdin, and then outputting the tarball to stdout would be straightforward enough.
Additional information
maybe other ideas?
The text was updated successfully, but these errors were encountered: