Skip to main content

Usage

Downloads your config from the cloud, shows a diff preview, and applies it locally after confirmation.

Options

Examples

Pull Claude Code config (default):
Pull Cursor config:
Pull from a team:
Pull to a custom directory:
Force pull (overwrite local with cloud):

Behavior

Smart merge (default)

When you have local changes, lazy pull performs a smart merge:
  • Cloud wins on conflicts — remote changes take priority
  • Local-only fields are preserved — things that exist locally but not in the cloud stay untouched
  • A diff preview is shown before applying

Force mode

With --force, your local config becomes an exact copy of the cloud version. No merge, no preserved fields.

Automatic backup

Before writing any changes, the CLI creates a backup of your current config. For example:

First pull

If no config exists in the cloud, you’ll get an error asking you to lazy push first.