Command Reference

Command Reference

deployAll

deployAll

Deploys all objects in a given RulePoint project. You can run this command on a single source controller, responder controller, or event processor.
The deployAll command uses the following syntax:
rpcmd 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]
The following table describes the
rpcmd
deployAll 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 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.

Example

You can use the following syntax to deploy all sources from the banking use case project:
> ./rpcmd.sh deployall -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn "Default Project" -ot sources

0 COMMENTS

We’d like to hear from you!