Reference
This page documents exact behavior. Open the reference overview
project¶
project manages repository identity and local binding continuity.
Use it when a checkout needs explicit binding, rebind, unbind, or recovery operations.
Purpose¶
Project commands preserve repository identity and local continuity.
They exist to keep the binding between a repository and its local vault state understandable and recoverable.
What these commands do¶
These commands manage repository identity and local binding continuity.
Available subcommands¶
envctl project bind IDenvctl project unbindenvctl project rebindenvctl project repair
When to use it¶
Use project commands when local binding is broken, ambiguous, moved, or needs recovery.
When not to use it¶
Do not reach for project commands for normal day-to-day value changes. They are identity and recovery tools, not routine environment mutation commands.
Notes¶
These commands matter most when local binding is broken, moved, or needs recovery.