Working with the CLI
The commands available in the Data OperatorCLI are described in the Commands section.
To use the CLI, you must first create a configuration 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 configuration checkbox.
-
Click Start job.
-
The configuration is saved as JSON file to the destination folder.
Open Data Operator with PowerShell
-
Open the Data Operator installation folder.
-
Click in the address bar at the top of the file explorer.
-
Type powershell and press Enter.
PowerShell opens in the current directory.
-
To start Data Operator CLI, enter:
.\DataOperatorCLI.exe
-
You can now use Data Operator CLI.
Open Data Operator with Command Prompt (cmd)
-
Open the Data Operator installation folder.
-
Click in the address bar at the top of the file explorer.
-
Type cmd and press Enter.
Cmd opens in the current directory.
-
To start Data Operator CLI, enter:
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