CLI automation
Upload images and get links with a single command. Fits perfectly into shell scripts and CI/CD pipelines.
Integrate image uploading into your build scripts, editors, or any Node.js workflow via CLI or API.

# Upload an image via CLI
npx picgo upload /path/to/image.png// Seamlessly integrate into your Node.js workflow
const { PicGo } = require('picgo')
const picgo = new PicGo()
// Upload an image with a single line
picgo.upload(['/path/to/image.png'])