~/branchlocal_demo=true

Small commands.
Clear changes.

A deployment workflow you can read before you run.
Inspect the plan. Review the diff. Make the decision.

$ open interactive-sandbox ↵
field-notes/├── index.html├── assets/│ └── styles.css└── branch.config.json

The terminal
is yours.

Use the sample commands to explore a fictional project. This sandbox only changes text in your browser.

branch://sandbox READ / TRY / LEARN
branch sandbox v0.1
Type help to inspect the local demo. No commands run on a server.

$ cat workflow.md

01 --inspect

Know what will change.

Start with a readable manifest of files and configuration. No hidden deployment step.

branch plan --project field-notes
02 --review

Keep a human checkpoint.

A production workflow needs real credentials, explicit approval and a recoverable release history.

branch review --diff
03 --release

Ship a known version.

This concept does not deploy. A connected product would return a provider receipt and release identifier.

branch deploy --approved