stubber.commands.publish_cmd

Commandline interface to publish stubs.

Functions

cli_publish(family, versions, ports, boards[, ...])

Commandline interface to publish stubs.

Module Contents

stubber.commands.publish_cmd.cli_publish(family: str, versions: str | List[str], ports: str | List[str], boards: str | List[str], production: bool = False, build: bool = False, force: bool = False, dry_run: bool = False, clean: bool = False)

Commandline interface to publish stubs.

Parameters: