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/[email protected]
adastra/[email protected]Behavior 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/[email protected]
vix listvix list provides a deterministic view of your dependency state.