Pular para o conteúdo principal

Tiendanube/Nuvemshop CLI

Tiendanube/Nuvemshop CLI (@tiendanube/cli) is the official command-line tool for Tiendanube/Nuvemshop theme development. It provides everything you need to build, sync, and manage storefront themes — from local development to production deployment.

What you can do

CapabilityDescription
Fork workflowPull, push, and watch theme files using the Tiendanube Public API with bearer-token authentication
Theme installation managementCreate, clone, fork, publish, and delete theme installations directly from your terminal
Theme sync via FTPPull, push, and watch theme files over FTP

Two sync modes

The Tiendanube/Nuvemshop CLI supports two ways to sync theme files with your store:

Fork workflow

The Fork workflow uses bearer-token authentication and the Tiendanube REST API. It supports full installation management — you can create, clone, fork, publish, and preview theme installations, as well as pull, push, and watch files.

danger

The Fork workflow currently supports only the Ipanema theme. For other themes, use the FTP workflow (legacy) .

FTP workflow (legacy)

The FTP workflow connects directly to the store's FTP server. It supports pulling, pushing, and watching files, but does not offer installation management features. Use this for themes other than Ipanema, or if your workflow depends on FTP access.

Next steps