Appearance
vix list
List project dependencies from vix.lock.
Usage
bash
vix listDescription
vix list:
- Reads the local
vix.lock - Displays all pinned dependencies
- Shows exact versions
- Shows resolved commit references
This command does not access the network.
Example
bash
vix listExample output:
gaspardkirira/tree@0.1.0
adastra/json@0.3.2Behavior Notes
- Works offline
- Requires a
vix.lockfile - Reflects the exact state of the project
- Useful for auditing dependency graph
Typical Workflow
After adding or removing:
bash
vix add gaspardkirira/tree@0.1.0
vix listvix list provides a deterministic view of your dependency state.