RulePoint
- RulePoint 6.2
- All Products
The following table describes therpcmd deployAll <-URL|-u> url <-UserName|-un> user_name <-Password|-pd> password <-ProjectName|-pn> project_name [<-ObjectType|-at> object_type] [<-ApplicationServiceName|-as> application_service] [<-TopologyName|-tn> topology_name]
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 which contains the object.
|
- ObjectName
-on
| object_name1
| Name of the RulePoint objects that you want to deploy. To enter more than one object, separate them with a comma.
|
-ApplicationServiceName
-as
| application_service
| Name of the source controller, responder controller, or event processor. If there is only a single instance of the application service, this field is optional. For example, if there is only one event processor in the system while you deploy a rule, you can omit the name of the event processor.
|
-ObjectType
-ot
| object_type
| Type of objects that you want to deploy. Valid values for this option are sources, rules, and responders
|
-TopologyName
-tn
| topology_name
| Optional. Name of the topology.
|
> ./rpcmd.sh deployall -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn "Default Project" -ot sources