I would like to run a sqlcl command that exports every application and not just one.
Apex export # works just fine but if I try apex export -instance which is stated to "Export all applications", it says that Application export requires an application id(numeric).
Same error occurs when I try any other form of apex export instead of just the basic one.
Also, it seems that it doesn't export packages, tables, scripts, etc under SQL Workshop. Is there a different command I can use to do that?
My end goal is to import it all from a different workspace, in case that changes how I should import it.