Skip to content

CLI Commands

VlinderCLI provides a hierarchical command structure built with clap.

Command Overview

Command Description
vlinder agent Run, list, and inspect agents
vlinder fleet Create and run a fleet of agents
vlinder model Add, list, and remove models from catalogs
vlinder timeline Inspect and fork timelines
vlinder daemon Start the supervisor (worker process manager)
vlinder support Launch the interactive support fleet

Global Behavior

All commands load configuration from ~/.vlinder/config.toml by default. Configuration values can be overridden with environment variables using the VLINDER_ prefix.

The VLINDER_DIR environment variable changes the base directory for all VlinderCLI data (default: ~/.vlinder).