Triggering "In House" build with Monaca CLI
-
I’ve been trying to start a “In House” build from the
monaca remote build
command from the Monaca CLI but I didn’t manage to make it work. I’ve added my iOS certificate to the project and Monaca correctly identified it as a In House certificate.I’ve tried to call the remote build command with the
--debug-type release
option but it launched a “Release” build. If I don’t use the--debug-type
option Monaca triggers a “Debug” build. There is no mention of a In House option in the docs.Is there a way to trigger a In House build from the Monaca CLI? If yes, how?