Authentication
Authentication stays terminal-first
Authenticate once, inspect the current session, and switch site context without re-running the whole OAuth flow.
Web5 CLI / v0.1.1
The Web5 CLI handles authentication, project scaffolding, validation, bundling, deployment, embed generation, and Shopify connection flows from a single terminal surface. This site turns the raw command inventory into a readable operating manual.
Command lanes
Authentication
Authenticate once, inspect the current session, and switch site context without re-running the whole OAuth flow.
Project Lifecycle
Scaffold a project, validate it, build it, run it locally, deploy resources, and generate embed code from one CLI.
Open lifecycle commandsCommerce
Connect Shopify, inspect the current connection, trigger syncs, and realign CMS schemas from the terminal.
Review ecommerce flowsManagement
Inspect deployed instructions, browse conversation history, fetch individual conversations, and add Storybook to a project.
See the runtime modelReading order
Start with authentication and scaffolding, move through the generated project model, then drop into the command reference when you need flags, examples, or behavioral details.
Architecture
The CLI scaffolds a client component library, not a standalone app. The platform loads the registry, resolves sections and actions, and handles runtime orchestration.
Open pageReference
14 top-level commands and 11 documented subcommands are grouped by authentication, project lifecycle, commerce, and management flows.
Open page