validate_no_changes
cli_command: validate_no_changes
- source
Since: 0.4.1
def validate_no_changes(*, branch: str = 'main', skip_sections_opt: str = '', src_root_opt: str = '') -> None:
...
Validate no unauthorized changes to synced files.
CLI Options:
| Flag | Type | Default | Description |
|---|---|---|---|
-b, --branch |
str |
'main' |
Default branch to compare against |
--skip-sections |
str |
'' |
Comma-separated path:section_id pairs to skip (e.g., 'justfile:coverage,pyproject.toml:default') |
--src-root |
str |
'' |
Source repo root (default: find git root from cwd) |
Changes
| Version | Change |
|---|---|
| 0.4.1 | Made public |