> ## Documentation Index
> Fetch the complete documentation index at: https://docs.visent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Reference

> Complete command-line reference for Visent Forge benchmarking tools

# CLI Reference

Complete reference for all Visent Forge command-line tools, including benchmark execution, result analysis, and configuration management. Use these commands for automated testing, scripting, and integration with CI/CD pipelines.

Supports both interactive and batch modes with comprehensive output formatting options.

## Core Commands

Coming soon - overview of primary Forge CLI commands.

## Benchmark Commands

### visent forge benchmark

```bash theme={null}
# Basic benchmark
visent forge benchmark [TYPE] [OPTIONS]

# Options:
#   --gpu STRING      Target GPU(s) for benchmarking
#   --iterations INT  Number of benchmark iterations
#   --timeout DURATION Maximum benchmark runtime
#   --output FORMAT   Output format (json, csv, table)
#   --save PATH       Save results to file
```

### visent forge compare

Coming soon - command for comparing benchmark results across configurations.

### visent forge validate

Coming soon - hardware validation and performance verification commands.

## Analysis Commands

### visent forge report

Coming soon - generate detailed performance reports from benchmark data.

### visent forge analyze

Coming soon - analyze performance trends and identify bottlenecks.

## Configuration Commands

### visent forge config

Coming soon - manage Forge configuration settings.

### visent forge profiles

Coming soon - manage benchmark profiles and presets.

## Utility Commands

### visent forge list

```bash theme={null}
# List available benchmarks
visent forge list benchmarks

# List supported GPUs
visent forge list gpus

# List available profiles
visent forge list profiles
```

### visent forge status

Coming soon - check system status and GPU availability.

## Global Options

Coming soon - global flags and configuration options.

## Examples

Coming soon - practical examples for common use cases.

## Next Steps

* [Follow the benchmark guide](benchmark-guide) for detailed usage
* [Understand report formats](report-format) for output options
* [Learn performance tuning](performance-tuning) strategies
