Skip to main content

SitePack CLI Commands

This page provides an overview of the available commands in the SitePack CLI.

sitepack login

The login command authenticates the CLI with your SitePack account. It will open your default web browser to complete the authentication process.

sitepack login

sitepack init

Initialize a new SitePack project in the current directory.

sitepack init [project-name]

sitepack dev

Starts a local development server for your SitePack project.

sitepack dev

sitepack build

Builds your SitePack project for production.

sitepack build

sitepack deploy

Deploys your project to SitePack.

sitepack deploy