@24letters/upload-artifact
v0.1.0
Published
CLI for uploading immutable arbitrary files to Upload Artifact.
Maintainers
Readme
@24letters/upload-artifact
CLI for uploading immutable arbitrary files to an Upload Artifact deployment.
Install
pnpm add -g @24letters/upload-artifactAuthenticate
upload-artifact auth login --api <origin> --token <token> --agent <default-agent>Upload
upload-artifact upload <path> [--agent <name>]The upload command prints only the public viewer URL on success. File bytes go straight from the CLI to a short-lived Convex storage upload URL; they do not pass through the app's Next.js API routes.
