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 pullOutcome
Local and cloud stay in sync
Quick start
Install, connect, sync
Step 1
curl -fsSL https://d1v.ai/install/d1v-cli.sh | bashStep 2
cd your-projectStep 3
d1v initStep 4
d1v pushStep 5
d1v pullHow 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 | bash02
Initialize the project
From the repo root, run `d1v init` to connect the project.
d1v init03
Sync and keep coding
Use `d1v push` to sync changes and `d1v pull` to resume elsewhere.
d1v push / d1v pullInstall command
curl -fsSL https://d1v.ai/install/d1v-cli.sh | bashThe install script detects your platform, pulls the matching release, and adds `d1v` to your PATH.