Expand description
Install / update / uninstall operations over the registry client and lockfile.
Structs§
- Install
Summary - Outcome of an install.
- Uninstall
Summary - Outcome of an uninstall.
- Update
Change - A single pending/applied update.
- Update
Report - Result of an update run.
- Update
Skip - An update that was available but not written.
Functions§
- install
- Install
handlefortargetunderdir, recording the result in the lockfile atlock_path. Refuses to overwrite pre-existing files unlessforce; a re-install at the same version is a no-op. - uninstall
- Remove an installed artifact’s files and its lockfile entry.
- update
- Re-resolve every lockfile entry. With
apply, download and rewrite changed artifacts (overwriting their own files) and update the lockfile.