qops-build

Builds the applications from the available source files.

Syntax

qops-build [-Filter] [-Sort] [-Reload] [-Profile] [-Verbose]

qops-build [-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.

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

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

New in version 1.10.59

-Reduce overrides the mask (masks) of Application’s File Name to apply properly filed properties set on building the application

-Reload triggers reloading of the successfully built application

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-build


qops-build -Filter “Name=*project2*;Owner = username1,Stream = Everyone”

qops-build -Filter “Name=*application1*” -Reduce “*dashboard*”