pub async fn spawn(ctx: &Context) -> Result<String, Error>Expand description
Ensure the resident daemon is up, returning its published lock
content. Mirrors crate::command::viewer::spawn::spawn: re-execs
THIS cli as the foreground daemon via the shared
spawn_until_lock_published helper.