Pixault.Cli 0.2.0

dotnet tool install --global Pixault.Cli --version 0.2.0
                    
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.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Pixault.Cli&version=0.2.0
                    
nuke :add-package Pixault.Cli --version 0.2.0
                    

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 eps status|split         EPS processing

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

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.2.0 70 3/12/2026
0.1.0 67 3/12/2026