Prized docs

doppel is now Prized.

Same product, new name. The command is prized, the daemon is prizedd, and new installs use Prized-named paths. Existing installs keep working with nothing to migrate.

What changed

BeforeNow
doppel (CLI)prized
doppeld (Mac daemon)prizedd
doppel-agent (box service)prized-agent
~/.config/doppel/config.toml~/.config/prized/config.toml
~/Doppel (sync root)~/Prized
DOPPEL_* environment variablesPRIZED_*
doppel.prized.devprized.dev
api.doppel.prized.devapi.prized.dev

The old addresses still work. doppel.prized.dev redirects to prized.dev, so bookmarks, saved install commands, and links from anywhere else land in the right place. api.doppel.prized.dev is not a redirect but a second name for the same API, kept because your config file names an API host and nothing rewrites that file behind your back: a CLI that has been pointed there since before the move keeps talking to exactly the same service. A config that still names doppel.prized.dev itself is fine too — API calls on that host are served, not redirected, so the oldest configs keep working unchanged.

One thing you will notice once: the first visit to prized.dev asks you to sign in again. Browsers keep sign-ins per address, so the session you had on the old address does not follow you there. Everything is exactly where you left it once you sign in.

What you need to do

Nothing, today or on any particular schedule:

  • The doppel command keeps working. Your next doppel update installs prized and leaves doppel behind as an alias for it, so scripts and muscle memory both survive. Running it as doppel prints a one-line reminder of the new name, once per run, and is otherwise identical.
  • An existing install keeps its paths: config in ~/.config/doppel, projects under ~/Doppel, the same daemon, sessions, and SSH stanza. Nothing is moved and no migration runs.
  • Boxes update their own agent, as always.
  • DOPPEL_* environment variables still work. PRIZED_* is the new form, and wins when both are set.
  • Your [controlplane].url is left alone. If it names api.doppel.prized.dev, that keeps resolving; point it at api.prized.dev whenever you feel like it, or never.

Switching cleanly

Type prized instead of doppel; that is the whole switch. All help text, docs, and examples now say prized.

Optionally, reinstall with the script to pick up the new names in one step:

curl -fsSL https://prized.dev/install.sh | sh

It installs prized and prizedd, and replaces an existing doppel binary with the alias. Your config and synced projects stay exactly where they are; only a fresh install (no existing config) gets the new ~/.config/prized and ~/Prized paths.

Something unclear or out of date?

On this page