maple.cmd.cli.snc.sync_envs

maple.cmd.cli.snc.sync_envs(dry_run: bool = <typer.models.OptionInfo object>) None

Sync environment database with Docker images.

Scans the database for environments and checks if their Docker images still exist. Removes database entries for environments whose images have been deleted.

Parameters:

dry_run – If True, only show what would be removed without actually removing.