Skip to main content
CLI/pd resurrection
CLI command · v3.30.6

pd resurrection

pd resurrection is an alias for pd salvage. List stale/dead agents waiting for recovery.

Syntax

Run pd resurrection like this

pd resurrection
API spec

Command contract

Canonical command

pd salvage

Reference route

/docs/cli/resurrection

Reference group

Sessions, Notes, Recovery, And Evidence

Runtime path

daemon-backed CLI command

Source

cli/commands/sugar.ts, cli/commands/sessions.ts, cli/commands/say.ts, cli/commands/look.ts, cli/commands/sitrep.ts, cli/commands/resurrection.ts

Aliases

pd resurrection

Output mode

human display with command-specific state changes

Page type

hand-authored route with catalog-backed fallback

See the command surfaces this reference keeps in play

This clip shows the daemon health check, command discovery, and message-loop patterns that recur across the CLI reference. Here it grounds the pd resurrection reference: daemon health, discovery, and message-loop patterns these pages keep pointing back to.

Usage patterns

Common ways this command shows up in practice

pd resurrection belongs to Sessions, Notes, Recovery, And Evidence. Create the audit trail: sessions, file claims, notes, activity, briefing, salvage, and catch-up commands.

daemon-backed CLI command. Validate live behavior from the daemon and handler source when changing this command.

Use pd salvage in automation when you want the canonical spelling; pd resurrection resolves to the same command contract.

Flags

Options that change command behavior

--project

Resolve or filter the command to a specific project.

--stack

--stack is accepted by this command family; see the handler source for command-specific validation and side effects.

--all

Include all available rows instead of the default active subset.

--limit

Cap the number of returned rows.

--summary

--summary is accepted by this command family; see the handler source for command-specific validation and side effects.

Examples

Example 01

Run pd resurrection from a coordinated checkout

CLI
pd resurrection
Output
Runs the pd resurrection command family and prints the resulting Port Daddy state, ids, or readiness/error details.
Example 02

Find this command from the full CLI reference

CLI
pd help salvage
open /docs/cli/salvage
Output
The help topic and docs route both describe pd salvage, including aliases, flags, and source provenance.