feat(manage): added user events when operations finish. Fixes #135

This commit is contained in:
Folke Lemaitre 2022-12-24 11:55:42 +01:00
parent 3352fc6265
commit a36d506393
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 39 additions and 6 deletions

View file

@ -519,6 +519,18 @@ require("lualine").setup({
</details>
### 📆 User Events
The following user events will be triggered:
- **LazyDone**: when lazy has finished starting up and loaded your config
- **LazySync**: after running sync
- **LazyInstall**: after an install
- **LazyUpdate**: after an update
- **LazyClean**: after a clean
- **LazyCheck**: after checking for updates
- **LazyLog**: after running log
## 🔒 Lockfile `lazy-lock.json`
After every **update**, the local lockfile is updated with the installed revisions.