maple.cmd.cli.snc.sync_policies
- maple.cmd.cli.snc.sync_policies(dry_run: bool = <typer.models.OptionInfo object>) None
Sync policy database with filesystem.
Scans the database for policies and checks if their model weights still exist on disk. Removes database entries for policies whose weights have been deleted.
- Parameters:
dry_run – If True, only show what would be removed without actually removing.