A rich terminal tool for the Pixault image CDN. Upload, manage, and transform images from the command line.
dotnet tool install -g Pixault.Cli# Configure your API credentials
pixault config init
# Upload an image
pixault upload photo.jpg --alt "My photo" --tags "nature,landscape"
# List images
pixault images list --limit 10
# Generate a CDN URL with transforms
pixault images url img_01JKXYZ -w 800 -q 85 --format webppixault config init|show Configuration management
pixault upload <path> Upload files (supports globs)
pixault images list|get|update|delete|url|derived
pixault folders list|create|delete
pixault transforms list|get|create|delete
pixault plugins list|installed|activate|deactivate
pixault eps status|split|extract-svg EPS processing
Use pixault --help or pixault <command> --help for details.
Full documentation at pixault.dev.