D1VD1V
Local to cloud

Connect a local project to d1v.ai in three commands.

Install `d1v-cli`, run `d1v init` once, then use `d1v push` and `d1v pull` to stay in sync across local, GitHub, and the cloud workspace.

Best for
Developers with an existing repo
Commands
d1v init · d1v push · d1v pull
Outcome
Local and cloud stay in sync
Quick start
Install, connect, sync
Step 1
curl -fsSL https://d1v.ai/install/d1v-cli.sh | bash
Step 2
cd your-project
Step 3
d1v init
Step 4
d1v push
Step 5
d1v pull
How it works

Only the three actions you actually need.

01

Install the CLI

Run the install script to add `d1v` to your machine.

curl -fsSL https://d1v.ai/install/d1v-cli.sh | bash
02

Initialize the project

From the repo root, run `d1v init` to connect the project.

d1v init
03

Sync and keep coding

Use `d1v push` to sync changes and `d1v pull` to resume elsewhere.

d1v push / d1v pull
Install command
curl -fsSL https://d1v.ai/install/d1v-cli.sh | bash

The install script detects your platform, pulls the matching release, and adds `d1v` to your PATH.