Pixault.Cli 0.5.3

dotnet tool install --global Pixault.Cli --version 0.5.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Pixault.Cli --version 0.5.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Pixault.Cli&version=0.5.3
                    
nuke :add-package Pixault.Cli --version 0.5.3
                    

Pixault CLI

A rich terminal tool for the Pixault image CDN. Upload, manage, and transform images from the command line.

Install

dotnet tool install -g Pixault.Cli

Quick Start

# 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 webp

Commands

pixault 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 images embed <id>        Generate SEO embed tags
pixault eps status|split|extract-svg   EPS processing

Use pixault --help or pixault <command> --help for details.

SEO Embed Tags

pixault images embed <id> --alt "Description" --widths 400,800,1200
pixault images embed <id> --alt "Portfolio" -t gallery --no-picture

Documentation

Full documentation at pixault.dev.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.5.3 95 7/29/2026
0.5.2 86 7/28/2026
0.5.1 104 7/26/2026
0.5.0 103 7/25/2026
0.2.0 138 3/12/2026
0.1.0 116 3/12/2026