qops-prepare

Retrieves sources from the selected applications. The Application selection could be done by the qops-addapps command. By default, QOps will proceed with all available applications.

Syntax

qops-prepare [-Filter] [-Sort] [-AllSheets] [-AllVariables] [-Profile] [-Verbose]

qops-prepare [-Filter] [-Reduce] [-Profile] [-Verbose]

Parameters meaning:

-Filter overrides parameters for selecting applications to process with QOps, allows filtering by following:

  • Application Name
  • Application Id
  • Application Owner
  • Application Stream

  • Application Name

The multiple masks are supported in a way of repeating the field identifier with a semicolon separator, ex.: -Filter “Name=*ibcs*;Name=*api*,Id=*,Owner=*,Stream=*”-Filter “Name=*ibcs*;Name=*api*”

The Semicolon defines result joining with OR logic, the Comma defines results joining with AND logic. When the field name is omitted all possible values for this field will be applied.

-Reduce overrides the mask (masks) of Application’s File Name to apply reduced binary application storing

-Sort specifies parameters for sorting Applications to process with QOps, ex. -Sort “Name=Asc”. Allows filtering by following:

  • Name
  • Id
New in version 1.10.59

-AllSheets defines that all sheets of application should be processed, if omitted only published sheets will be processed

New in version 1.9

-AllVariables defines that all variables of application should be processed, if omitted only non-script variables will be processed

New in version 1.9

-Profile overrides default User Profile with the specified one

New in version 1.9

-Verbose enables extended command line output

New in version 1.9

Examples

qops-prepare


qops-prepare -Filter “Name=*project1*;Name=*project2*,Owner = username1”

qops-prepare -Filter “Name=*application*” -Reduce “*dashboard*”