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.

Allow Multi

/Set, /s
/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

Allow Multi

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.

Target Path Resolution

/workDir, wd

Specify a workspace directory for the current execution.

This directory is used a the base for /OutDir, /LogDir and /DocDir, which are all relative to current workDir.

Templates

/TemplateDir, /td

A directory relative to the current workspace where BoomiConsole will look for workspace-specific, user-defined Freemarker templates. If provided, this directory has the highest priority when resolving templates.

  1. Application Templates Path [DEFAULT] %BIN_DIR%\Templates\Freemarker

Last updated