3.2.6.3 Running the utility

To start the interactive utility, run the following commands from the extracted directory:

cd bin

./pbsm-automate

The utility displays the available operations. Operation names are not case-sensitive.

To run an operation without using the interactive menu, use this syntax:

./pbsm-automate <operation> <parameters>

For example:

./pbsm-automate push File1

Run one operation for one input at a time. Do not use comma-separated multiple inputs in a single invocation. When an operation requires a file path, specify the path using double forward slashes, for example `//path//to//file`.