momentic lint.
duplicate-ids
Detect duplicate step and command IDs across tests and modules. For simplified
format projects, this delegates to
momentic lint.
Options
Rename duplicate IDs in place to make them unique.
duplicate-names
Detect duplicate test and module names so every entity is uniquely identifiable.
unused
Report modules that are not referenced by any test, directly or transitively
through other modules. Useful for finding .module.yaml files left orphaned
after tests are deleted or refactored. Exits non-zero when unused modules are
found.
config
Validate momentic.config.yaml against the configuration schema.
Common flags
Path to the Momentic configuration file. Defaults to
momentic.config.yaml in
the current directory.