pub fn install(
pack_id: String,
force: Option<bool>,
dry_run: Option<bool>,
) -> Result<Value>Expand description
Install a pack: write the lockfile with a non-empty digest and emit a signed
provenance receipt. --dry_run previews without writing durable state.