Working with the CLI

The commands you can use with Data OperatorCLI are described here:Commands

In order to use the CLI, first a workflow must be created using the Data Operator GUI application.

Generate a workflow
  1. In Data Operator make your desired settings as described in Working with Data Operator.

  2. In the Destination step, activate the Export workflow checkbox.

  3. Click Start job.

  4. The workflow is saved as JSON file in the destination folder.

Open Data Operator with powershell
  1. Open the Data Operator installation folder.

  2. Click in the path field on top of the explorer.

  3. Type powershell and press Enter.

    Windows Powershell opens.

  4. To start Data Operator CLI, use the following command:

    .\DataOperatorCLI.exe

  5. You can now use Data Operator CLI.

Open Data Operator with cmd
  1. Open the Data Operator installation folder.

  2. Click in the path field on top of the explorer.

  3. Type cmd and press Enter.

    Cmd opens.

  4. To start Data Operator CLI, use the following command:

    DataOperatorCLI.exe

  5. You can now use Data Operator CLI.

Run commands with Powershell

.\DataOperatorCLI.exe run [command]

EXAMPLE

.\DataOperatorCLI.exe run --help

Run commands with cmd

DataOperatorCLI.exe run [command]

EXAMPLE

DataOperatorCLI.exe run --help