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
-
In Data Operator make your desired settings as described in Working with Data Operator.
-
In the Destination step, activate the Export workflow checkbox.
-
Click Start job.
-
The workflow is saved as JSON file in the destination folder.
Open Data Operator with powershell
-
Open the Data Operator installation folder.
-
Click in the path field on top of the explorer.
-
Type powershell and press Enter.
Windows Powershell opens.
-
To start Data Operator CLI, use the following command:
.\DataOperatorCLI.exe
-
You can now use Data Operator CLI.
Open Data Operator with cmd
-
Open the Data Operator installation folder.
-
Click in the path field on top of the explorer.
-
Type cmd and press Enter.
Cmd opens.
-
To start Data Operator CLI, use the following command:
DataOperatorCLI.exe
-
You can now use Data Operator CLI.
Run commands with Powershell
.\DataOperatorCLI.exe run [command]
.\DataOperatorCLI.exe run --help
Run commands with cmd
DataOperatorCLI.exe run [command]
DataOperatorCLI.exe run --help