Deployable Components

Get deployable components

.\bc REPORT COMP DEPLOY
  /c <componentId> 
  /t deploymentTask.md 

Recursively fetch a list of deployable components starting with the provided component ids (see also Common Arguments). The components are transformed into a Component Metadata DataSet for reporting.

Example

The provided process component has two deployable sub-process components (inlc. their process routes): bc report comp deploy /c 877d09f7-837d-4460 /t deploymentTask.md

Resolving Component Ids, starting with 1 unique provided Ids...
Executing command 'report.comp.deploy'

    sFTP # P01
    call.IFS.ErrorDispatcher - processroute#
    subPr.IFS.ErrorDispatcher - process#
    call.IFS.getToken() - processroute#
    subPr.Get.IFS.OAuth2_ID_Token - process#
    
Waiting for active tasks ...
--- DONE! ---
Freemarker Template (deploymentTask.md)

(see also Component Metadata DataSet)

# Deployment Task

<#list folders as f>
### ${f.folderFullPath}

|Name|ComponentId|
|---|---|
<#list components?filter( c -> c.Header.FolderId == f.folderId) as cs>
|`${cs.Header.Name}`|${cs.Header.ComponentId}|
</#list>
</#list>

<sub>Printed: ${.now?iso_utc}, Template: ${.current_template_name}</sub>
Rendered Output - deploymentTask.md

sdfasdf

Last updated