Since: 0.1.0
def diff_api(*, baseline_ref: str | None = None):
...Show API changes between baseline and dev dump.
CLI Options:
| Flag | Type | Default | Description |
|---|---|---|---|
--baseline |
`str | None` | None |
| Version | Change |
|---|---|
| 0.1.0 | Made public |
Since: 0.1.0
def dump_api(*, output: Path | None = None, dev: bool = False):
...Dump public API to YAML for diffing and breaking change detection.
CLI Options:
| Flag | Type | Default | Description |
|---|---|---|---|
-o, --output |
`Path | None` | None |
--dev |
bool |
False |
Write to -dev file (gitignored for local comparison) |
| Version | Change |
|---|---|
| 0.1.0 | Made public |