Provide a way for the intermediate codemodel to be sent to the language specific process.
This is not the IPC Layer, this is to work with the current intermediate model where we have hybrid typescript and language sepcific logic.
Options for implementing this:
- Write file to disk, start external process passing the file to it
autorest-python --cadl-codemodel=/tmp/cadlcodemode.yaml
- Start RPC process similar to autorest and send file via rpc