Skip to content

Rover CLI

The command-line interface for rover is available via docker exec.

To access it, run the command docker ps to see the list of running containers. Note the container id for rover.

Then run the following command, replacing CONTAINERID with the id listed (tip: you can just use the first few characters of the id).

docker exec -it <CONTAINERID> /bin/bash

The prompt that appears is for a shell running inside the container. The default path is /home/rover and the base path for dataflows is data/engine/dataflows.

All of the CLI utilities as in the path automatically. For example, this means rvrdata can be run from anywhere.

For more information, see the rvrdata cli.