FleetEdge CLI

Powerful command-line interface for managing your FleetEdge APIs, keys, and data with ease.

Quick Installation

Get started with the FleetEdge CLI in seconds

macOS
brew install fleetedge/tap/fleetedge
fleetedge --version
Linux
curl -fsSL https://cli.fleetedge.com/install.sh | sh
fleetedge --version
Windows
winget install FleetEdge.CLI
fleetedge --version
npm
npm install -g @fleetedge/cli
fleetedge --version

Command Reference

Explore available CLI commands and their usage

auth
fleetedge auth login

Authenticate with your FleetEdge account

keys
fleetedge keys list

List all your API keys

api
fleetedge api call vehicles/1HGBH41JXMN109186

Make an API call to get vehicle information

api
fleetedge api call vehicles/INVALID-VIN --key staging_key

Example of CLI error with web bridge

keys
fleetedge keys rotate prod_key --create-pr

Advanced: CLI-to-PR workflow for automated key rotation

keys
fleetedge keys create --name 'Mobile App' --scopes vehicles:read,location:read

Create a new API key with specific scopes

data
fleetedge usage --last 7d

View API usage statistics for the last 7 days

config
fleetedge config show

Show current CLI configuration

Interactive Terminal

Try CLI commands in this simulated environment

FleetEdge CLI v1.2.0
Welcome to FleetEdge CLI! Type a command or click one from the reference.
$

Fast & Efficient

Optimized for speed with intelligent caching and minimal network requests.

Secure by Default

Built-in security features including key rotation and secure credential storage.

Extensible

Plugin system and scripting support for custom workflows and automation.