Expand description
What the target manages its development tools with.
Four managers are recognized by their files: a flake, a mise
configuration in the precedence mise documents, asdf’s
.tool-versions, and devbox.json. The observation reads the files
and reports where the dependency’s name already appears; it judges
nothing else.
Structs§
- Already
- Where a manager file already names the dependency.
- Manager
File - One manager and the file that declares it.
- Target
- Everything the offline pass reads from the target.
Constants§
- MISE_
FILES - The mise configuration paths, in mise’s precedence order, the
highest first: a file, or a
conf.ddirectory whose*.tomlentries all load. A local override file is left out: it is not committed.
Functions§
- first_
mention - The first line naming
nameas a word, 1-based. - manager_
files - The manager files present, one per manager, in the closed order.
- observe
- Read the target, offline.
- tech_
or_ node - The technology, with
noderead frompackage.jsonafter the version files the bindings define.