Docs

CLI Reference

The Trace command-line interface provides tools for automation, scripting, and headless operations.

Coming Soon

The Trace CLI is currently in development. This documentation will be updated when it becomes available.

Planned Features

The CLI will support the following operations:

  • Project creation and management
  • Batch export of Gerber files and BOMs
  • Design rule checks (DRC)
  • CI/CD integration for automated validation
  • Headless AI operations via API

Installation

Once released, the CLI will be available as a standalone binary and via package managers:

# macOS (Homebrew) brew install buildwithtrace/tap/trace # Windows (Scoop) scoop bucket add trace https://github.com/buildwithtrace/scoop-bucket scoop install trace

Basic Usage

The CLI will follow standard conventions:

trace [command] [options] Commands: init          Create a new project export        Export design files drc           Run design rule checks version       Show version information help          Show help for a command

Stay Updated

Follow the GitHub repository for release announcements.