Initialize a new Momentic project and create a configuration file.

momentic app [options]

Options

-c, --config <config>

Path to the Momentic configuration file. If not specified, it defaults to momentic.config.yaml in the current directory.

momentic app --config path/to/momentic.config.yaml

--disable-cache

Disable caching entirely. This will cause all steps to run without cached data, and not save caches after runs. This can result in slower test execution, but ensures that all steps are run fresh without stored data.

momentic app --disable-cache

--save-cache

Always save updated step caches after successful test runs, even on the main Git branch and protected Git branches. Please see the cache saving eligibility documentation for more information.

momentic app --save-cache