tofupilot attachments
Last updated on May 21, 2026
The attachments command exposes the two-step upload primitives used internally by runs create-attachment and units create-attachment. Use these directly when you script raw multipart uploads.
initialize
The initialize subcommand initializes an upload. The required flag is --name, and the command returns an upload ID and a presigned URL.
tofupilot attachments initialize --name report.pdffinalize
The finalize subcommand finalizes an upload after the bytes have been pushed to the presigned URL, and the required flag is --id.
tofupilot attachments finalize --id upload_abcHow is this guide?
CLI
Learn how the TofuPilot CLI runs every subcommand for procedures, runs, units, stations, and the REST API from a single binary on macOS, Linux, and Windows.
tofupilot batches
Manage TofuPilot production batches from the terminal to group units, track first-pass yield, and tie runs back to a manufacturing lot.