Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.65 KB

File metadata and controls

64 lines (49 loc) · 1.65 KB

api_commands

Symbol Details

cli_command: diff_api

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

Changes

Version Change
0.1.0 Made public

cli_command: dump_api

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)

Changes

Version Change
0.1.0 Made public