CLI for Building/archiving/exporting

Hi,
Is there a Windows command line to build and save/archive/export a project? For example, I have a project normally developed within an uncompressed project (easier for source control management). But when it’s time to create a release, I save as a compressed version (.pcwex), archive the project, and export a PLCnext Software Package to be consumed by others. It would be great to create a pipeline/script to do these operations. I’ve found I can open a project by calling “PLCNEN64.exe [projectname]”, but can I execute save/export functions from the command line as well?