cargo coil apply
cargo coil apply regenerates the managed workspace files from .coil/project.toml.
This is the reconciliation command for the project generator.
Basic Usage
cargo coil apply
or:
cargo coil apply --root ./my-store
When To Use It
Use apply after:
- editing
.coil/project.tomldirectly - running
module addormodule remove - running
site add - running
locale add - pulling down descriptor changes from another branch
Relationship To doctor
applyfixes managed driftdoctorreports managed drift
Use doctor when you want inspection first, then apply when you want to reconcile.