Working with the CLI

The commands available in the Data OperatorCLI are described in the section Commands.

To use the CLI, you must first create a configuration 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 configuration checkbox.

  3. Click Start job.

  4. The configuration is saved as JSON file to the destination folder.

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

  2. Click in the address bar at the top of the file explorer.

  3. Type powershell and press Enter.

    PowerShell opens in the current directory.

  4. To start Data Operator CLI, enter:

    .\DataOperatorCLI.exe

  5. You can now use Data Operator CLI.

Open Data Operator with Command Prompt (cmd)
  1. Open the Data Operator installation folder.

  2. Click in the address bar at the top of the file explorer.

  3. Type cmd and press Enter.

    Cmd opens in the current directory.

  4. To start Data Operator CLI, enter:

    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