Command Reference

Command Reference

redeploy

redeploy

Redeploys one or more objects. You can redeploy objects that are in the Needs_Deployment state.
The redeploy command uses the following syntax:
rpcmd redeploy <-URL|-u> url <-UserName|-un> user_name <-Password|-pd> password <-ProjectName|-pn> project_name <-ObjectName|-on> object_name1, object_name2...| file:file_name [<-ObjectType|-ot> object_type]
The following table describes the
rpcmd
redeploy options and arguments:
Option
Argument
Description
-URL
-u
url
URL of RulePoint design server instance to connect to run the command.
-UserName
-un
user_name
User name to connect to RulePoint Server.
-Password
-pd
password
Password of the user name to connect to the RulePoint Server.
-ProjectName
-pn
project_name
The name of the RulePoint project where the object is present.
- ObjectName
-on
object_name1
The name of the RulePoint object that you want to redeploy. To enter multiple objects, separate them with a comma. Alternatively, you can also enter the object names from an input file located at
<RULEPOINT_HOME>/scripts
.
-ObjectType
-ot
object_type
Type of object that you want to redeploy. Valid values for this option are sources, rules, and responders.

Example

You can use the following syntax to redeploy multiple rules from the banking usecase project:
> ./rpcmd.sh redeploy -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn Banking_UC -ot sources -on "Customer Accounts Source"

0 COMMENTS

We’d like to hear from you!