Retrieves source code from the selected Extensions. By default, QOps will proceed with all available extensions. The Extension selection could be done by adding one or several comma-separated Names under the -Filter parameter. Note, that QOps-SetFilter does not affect this command.
Source extraction for Extension(s) built with QOps-BuildExtensions ('_WIP_' prefix) takes priority before the original one.
Syntax
QOps-PrepareExtensions [-Filter] [-Sort] [-Profile] [-Verbose]
Parameters meaning:
-Filter specifies parameters for selecting Extensions to process with QOps, allows filtering by following:
- Name
- Id (deprecated since version 1.15)
The multiple masks are supported in a way of repeating the field identifier group with a semicolon and with a comma separator inside a group, ex.: -Filter "Name=*ibcs*;Name=*api*,Id=*".
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 Extensions to process with QOps, ex. -Sort "Name=Asc". Allows filtering by following:
- Name
- Id (deprecated since version 1.15)
-Profile overrides default User Profile with the specified one
-Verbose enables extended command line output
Examples
QOps-PrepareExtensions
QOps-PrepareExtensions -Filter "Name=Extension1"
QOps-PrepareExtensions -Filter "Name=Extension1,Name=Extension2"