COMP GET Arguments

COMP Arguments
/DeployableOnly, /d

If true only deployable components will be resolved.

/Folder, /f

Specify a (full) folder path as the source. All (non-deleted) components in that folder will be considered. You may also specify /children and/or /parent flags, which will be applied on each component in that folder.

You can use * as a wildcard. For example: *Connection* will find all folders having the word Connection in its full-path.

If you want to traverse through all sub-folder you should use an asterik at the end: foldername*

/template, /t

Specify a template name (a file located in the template folder) that is used to render the results of a prticular command.

Last updated