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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Pixault.Cli --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.