RunUAT-like command to package editor?

I’m trying to prepare a binary editor from our customized engine source. Obviously I can compile the editor and then zip the entire folder (Intermediate/ and all) but I was hoping if there may be a convenient command that builds the editor and copies the binaries and dependencies to its own folder. Similar like how RunUAT can be used to build clients and servers into an output directory. Is anyone aware of such a command or have tips to manually prepare a zipped editor with least number of unnecessary files?