Can anyone tell me if it is possible to do all of the following from the command line? These are the steps that we currently do via the GUI, but we are trying to automate this process for continuous integration (CruiseControl.NET).
(1) Refresh all catalogs.
(2) Add new entities mapped on tables from catalogs.
(3) Add new entities mapped on views from catalogs.
(4) Add new typed views from catalogs.
(5) Add stored procedure calls.
(6) Generate.
I know of two command line tools, clirefresher and cligenerator. We have them both, but to my knowledge that only takes care of steps 1 and 6.
Thanks for any assistance!
Ed