Skip to main content

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
tip

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)Legacy themes with FTP enabled — simple file sync over FTPFTP Workflow (legacy)
danger

The Fork workflow is available only for the Ipanema theme, which is still being rolled out and may not be available to every store yet. If your store uses a legacy theme with FTP enabled, use the FTP workflow (legacy) — the fork workflow does not apply to legacy themes.