Drift CLI includes special commands that start withDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/drift-tech/drift-releases/llms.txt
Use this file to discover all available pages before exploring further.
/ for system-level operations and utilities. These commands provide quick access to help, version information, updates, and process management.
Command-line help
Before launching the interactive CLI, you can get help directly from your terminal:Interactive commands
Once inside the Drift CLI interactive prompt, these special commands are available:/help
Display comprehensive help information and command examples. Usage:- Overview of Drift’s capabilities
- Example natural language commands
- List of all special commands
- Tips for getting started
Run
/help when you’re first getting started or need inspiration for what to ask Drift./version
Display the current version of Drift CLI. Usage:- Checking if you’re on the latest release
- Reporting bugs or issues
- Verifying installation succeeded
/update
Update Drift CLI to the latest version. Usage:- Downloads the latest release
- Installs the updated version
- Preserves your settings and workspaces
Automatic update notifications
Automatic update notifications
Drift CLI automatically checks for updates on startup. When a new version is available, you’ll see a notification:Simply run
/update to upgrade to the latest version./ps
Show running background processes managed by Drift. Usage:- Active ROS2 nodes
- Running Gazebo simulations
- Background launch files
- Process status and PIDs
- Monitor what’s currently running
- Track simulation processes
- Verify launches succeeded
- Debug process-related issues
/clear
Clear the terminal screen. Usage:- Your terminal gets cluttered with output
- You want to start a fresh task
- You need better visibility of current operations
/exit
Exit the Drift CLI. Usage:You can also use standard terminal shortcuts like
Ctrl+C or Ctrl+D to exit.Quick reference
| Command | Description |
|---|---|
/help | Show comprehensive help and examples |
/version | Display version information |
/update | Update to the latest version |
/ps | Show running background processes |
/clear | Clear the terminal screen |
/exit | Exit Drift CLI |