Been very busy working on PE stuff. I started look...
# bolt
c
Been very busy working on PE stuff. I started looking at the new
file
functions. I know bolt packages need to be updated. Will try to find some time for that.
y
Ty for the discussion btw! Just in case my PRs can be skipped for such a maintenance release completely 🙂
c
I can at least get the file::delete one in
that is fine. I think we can talk more about the tempfile one
y
I miss delete_file() for remote system.. but it’s a but too much for me to implement it at the moment 🙂
tmpfile one is not really important
c
What do you mean “miss” that? I dont recall ever having a function to delete a file on a remote system? Did we used to do that?
y
no, but I really miss that 🙂
it doesn’t exists but I need it
using
run_command("rm -f '${file}'", $targets)
is not that great..
the use case is to supply some file from a local system, that will be consumed by some command on the remote system once. The original file can be deleted after.