Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 645 Bytes

File metadata and controls

41 lines (30 loc) · 645 Bytes

modenv Usage Guide

Initialization

modenv layer init
modenv layer init --parents /some/env/lib/python3.11/site-packages

Linking Parents

modenv layer parent add /path/to/parent --name base-env --priority 1
modenv layer parent remove base-env

Diagnostics

modenv doctor check
modenv doctor fix

Exporting/Importing Specs

modenv spec export > spec.toml
modenv spec apply spec.toml

Inspect Graph

modenv graph

📚 See Command Reference: