Common Arguments
Common arguments which can be used with many commands.
Get supported arguments
If you are not sure which arguments are supported by a command, ask for help using the -? option: bc comp get -?
lists all arguments supported by the "COMP GET" command, for example.
Component Source Arguments
For more details how these component parameters work see Component Resolution.
/ComponentId, /c
The component Id(s) for the current command.
To get the current version of a component, specify the component id only 53e9908b-8c82-4b64-...
If you want to retrieve a specific version you must add the ~<VersionNo>
, for example: 53e9908b-8c82-4b64~12
to get version 12 of that component.
/QueryFilter, /q
Specify a file (relative to the current Workspace) that contains a Boomi Query Filter -> Query Filter
/ExcludePath, /x
Exclude one or more folder paths from querying components. If a component is located in any folder that starts with an exlusion tag, this component is excluded.
bc comp get
/c
e4bc4a53-...
/ExcludePath
=Temp;Sandbox
Directories
/outDir, o
Specify an absolute or workspace relative path where all outputs go to.
Default: ./Out
or the the name of a package, if specified. Package output is stored in the package folder.
Templates
Last updated