[RA] How to export application using CLI
search cancel

[RA] How to export application using CLI

book

Article ID: 109873

calendar_today

Updated On:

Products

CA Release Automation - Release Operations Center (Nolio) CA Release Automation - DataManagement Server (Nolio)

Issue/Introduction

You can export the definition of applications using Release Operations Center (ROC) or Automation Studio (ASAP).
If you want to automated export regularly instead of GUI because of backup, you can do that using Command Line Interface (CLI).

Environment

Release Automation all version

Resolution

Installer of CLI is under CLI folder in ISO image.
Please refer to Install the CLI to check requirements and steps to set up.
You can install CLI utility on not only RA Management Server (NAC) but also Windows / Linux clients which can access NAC.

Export command is [export-application] option.
Please refer to export-application to check arguments to run the command.

If you want to set multiple applications, set like {App1, App2} to --app-name.
If set [C:\test\ParamsTest] to --file-path, this command will generate ParamsTest.zip file under C:\test folder.
Don't create C:\test\ParamsTest folder in this case. If the folder is existed, error will be occurred.