Mise
@jpisgeek/misev2026.08.28.3
01README
Read-only sweep of mise toolchain state across a fleet. Records which tool versions each host is actually running and where that disagrees with the host's own config: requested but never installed, installed but not active, declared in a config that never took effect, or behind the latest. Installs nothing and upgrades nothing. mise already does that well. This one only wades through the fleet and writes down what it finds, including which hosts refused to answer, because a host that could not be measured is not a host that is clean.
02Models
@jpisgeek/misev2026.08.28.3mise.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| timeoutSec | number |
fn discover(node?: string)
Ask every configured host what toolchain it is running and write
| Argument | Type | Description |
|---|---|---|
| node? | string | Limit the sweep to one node |
Resources
node(infinite)— One record per host: whether mise answered at all, whether it
tool(infinite)— One record per tool per host: what the config asked for, what the
config(infinite)— One record per mise config file in scope, with the tools it
summary(infinite)— Fleet totals for the most recent sweep.
03Previous Versions
2026.08.28.2
2026.08.28.1
2026.08.24.1
04Stats
A
100 / 100
Downloads
3
Archive size
68.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels