Committing Project Artifacts to RMS at the Command Line
You can commit various project artifacts to RMS using command line as well so that TIBCO BusinessEvents Decision Manager users can check them out to work locally on them.
Note: The Studio Tools utility runs only on Microsoft Windows and Linux platforms as it has dependencies on Eclipse.
- Procedure
- Navigate to
BE_HOME
/studio/bin/
and open a command prompt. - Execute a command with this format (all one line) at a command prompt:
studio-tools -rms commit [-h] -studioProjPath <Studio Project Workspace Path> -rmsBaseURL baseURLForRMS -rmsUsername RMSLoginUsername [-rmsPassword RMSLoginPassword] -artifactPath projectPathtoArtifact -artifactType {decisiontable | domain | channel | concept | event | timeevent | metric}
For example:
studio-tools -rms commit -studioProjPath D:\Workspace\CreditCardApplication -rmsBaseURL http://sesame.acme.com:5000/Channels/MyChannel/ -rmsUsername admin -rmsPassword admin -artifactPath \Virtual_RF\BankUser -artifactType decisiontable
Result
The following table provides detailed information about the options.