Command Reference

Command Reference

exportAll

exportAll

Exports all objects from a RulePoint project into an XML file.
The exportAll command uses the following syntax:
rpcmd exportAll <-URL|-u> url <-UserName|-un> user_name <-Password|-pd> password <-ProjectName|-pn> project_name <-FileName|-fn> file_name [<-IncludeAdditonalExportOptions|-ixp> include_export_options]
The following table describes the
rpcmd
exportAll 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
Name of RulePoint project from where you want to export all objects.
-FileName
-fn
file_name
The name of file that will be created with all the objects from the RulePoint project.
IncludeAdditonalExportOptions
-ixp
include_export_options
Optional. Additional options for exporting data. You can use the following options:
  • includeACLs. Exports all ACLs.
  • includeInvalidObjects. Exports all ACLs invalid objects that are present in the system.
  • includeSystemConfiguration. export the system configuration information along with objects.

Example

You can run the following command to export all objects:
> ./rpcmd.sh exportall -u http://localhost:8080/rulepoint -un Administrator -pd Administrator1 -pn "Default Project" -fn export_objects -ixp includeACL

0 COMMENTS

We’d like to hear from you!