Commands
app
Initialize a new Momentic project and create a configuration file.
Options
-c, --config <config>
Path to the Momentic configuration file. If not specified, it defaults to momentic.config.yaml
in the current directory.
--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.
--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.