`fly ssh sftp rm` and `fly ssh sftp mv` commands

Hello!

I love the fly ssh sftp commands, but there’s no way to move or delete a file as far as I can tell. Could we have these commands added also? :pray:

Thanks,
Louis

Hi! I think you can use fly ssh console -C “rm foo/bar” so you wouldn’t necessarily need sftp for move / delete operations.

Whoa! I had no idea that command existed, I love it. Thanks!!