Guides¶
This section is for real workflows. Use it when you already know the basic model and want help applying it to Docker, CI, team usage, debugging, or day-to-day work.
When to use guides¶
Use Guides when your question sounds like:
- how should I use
envctlwith Docker - how do profiles fit into a real workflow
- how should a team share contract changes
- how do I debug the right layer
If your question is instead “what does this concept mean?”, go to Concepts. If you need exact syntax or behavior, go to Reference.
Workflow guides¶
-
Docker
Use
envctlwith containers without confusing host resolution and container injection. -
CI
Run
envctlin pipelines with predictable selection and projection behavior. -
Profiles
Create, fill, copy, and remove local profiles without mutating the contract.
-
Team workflows
Keep the contract shared while real values stay local to each machine.
-
Debugging
Debug the right layer instead of guessing at runtime behavior.
-
Daily workflow
See the small set of commands that matter most in normal day-to-day use.
-
Hooks
Operate the managed Git safety layer when your team uses it.