Evergreen Module Manager Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Project Setup

When you first start work on a change, you will want to enable any modules that you will be working with.

You can see what modules are available with the list-modules subcommand:

$ evg-module-manager list-modules
- enterprise
- wtdevelop

Then you can enable any modules you wish with the enable subcommand:

$ evg-module-manager enable -m enterprise
Note
Enabling a module will attempt to checkout the module’s repository to the commit that was associated with the base commit in Evergreen.

Finally, you can verify that the module is active with the list-modules --enabled subcommand:

$ evg-module-manager list-modules --enabled
- enterprise

What’s Next

Once all the modules you are working with have been enabled, you are ready to start making changes.