@redopage/cli
v0.1.6
Published
CLI for Redo Page site builder
Downloads
735
Readme
Redo CLI
Work on Redo Page sites from your terminal.
Install
npm install -g @redopage/cliThis installs:
redo --help
cms --helpQuick Start
redo login
redo init
redo whoami
redo pull --all
redo preview --openThen edit files in .redo/, push changes, and publish:
redo push page /about
redo publish /aboutCommon Commands
redo login # Sign in
redo init # Link this folder to a site
redo whoami # Show current account/project state
redo site list # List sites
redo site create "My Site" # Create a site
redo site update --favicon ./favicon.png
redo pull --all # Pull site files into .redo/
redo preview --open # Open/reuse a draft preview link
redo push page /about # Push a page
redo publish /about # Publish a page
redo chat "..." --trace # Save AI tool transcript for evalsLocal MCP
For local AI clients that support MCP, run Redo through the same CLI auth and project config:
{
"mcpServers": {
"redo-local": {
"command": "redo",
"args": ["mcp"],
"cwd": "/path/to/your/redo-project"
}
}
}The local MCP server exposes project context, project linking, site
list/create/update, remote list/read, media upload, local .redo/ file access,
pull/push, read-only draft preview links, and guarded publish tools.
Help
redo quickstart
redo help topics
redo help <command>Docs: https://docs.redopage.com/cli
