Skip to main content

cargo coil module add and remove

cargo coil module add and cargo coil module remove change the enabled official module set in the descriptor, then re-apply the managed workspace files.

Add Modules​

cargo coil module add memberships --root ./my-store

or multiple at once:

cargo coil module add memberships events --root ./my-store

Remove Modules​

cargo coil module remove memberships --root ./my-store

At least one module must remain enabled.

Typical Flow​

cargo coil module add memberships --root ./my-store
cd my-store
cargo run -p my-store -- validate