Saltar al contenido principal

Getting Started

Prerequisites

RequirementDetails
Node.js 24.15+Download Node.js if you don't have it
npmComes with Node.js

Install

npm install -g @tiendanube/cli

Verify the installation:

tiendanube --version
consejo

You can use either tiendanube or nuvemshop — both commands are identical.

Choose your workflow

The Tiendanube/Nuvemshop CLI supports two ways to sync theme files. Compare the capabilities and pick the one that fits your setup:

FeatureFTP (legacy)Fork
Pull / Push / WatchYesYes
Installation managementNoYes
Fork / Clone / PublishNoYes
Preview URLsNoYes
AuthenticationFTP credentialsBearer token
Theme supportAll themesIpanema only
WorkflowBest forGuide
ForkIpanema theme — full installation management, bearer-token authFork workflow
FTP (legacy)All other themes — simple file sync over FTPFTP Workflow (legacy)
peligro

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