UploadThing CLI
A powerful command-line interface for managing your UploadThing file uploads, configurations, and deployments. Built for developers who love the terminal.
Basic Usage
# Initialize a new app
$ ut config
# Upload a file
$ ut push ./image.png
# List all files
$ ut list
# Get help
$ ut --help