Docs

CLI Commands

Reference documentation for all Trace CLI commands.

Coming Soon

The Trace CLI is currently in development. Command documentation will be added when the CLI is released.

Planned Commands

trace init

Initialize a new Trace project in the current directory.

trace init [project-name] [options] Options: --template    Use a project template --no-git      Skip git initialization

trace export

Export design files for manufacturing.

trace export [options] Options: --format      Output format (gerber, bom, step) --output      Output directory --layers      Specific layers to export

trace drc

Run design rule checks on the current project.

trace drc [options] Options: --rules       Path to custom rules file --strict      Fail on warnings --json        Output results as JSON