stubber.commands.publish_cmd

Commandline interface to publish stubs.

Module Contents

Functions

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

Commandline interface to publish stubs.

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

Commandline interface to publish stubs.

Parameters:
  • family (str) –

  • versions (Union[str, List[str]]) –

  • ports (Union[str, List[str]]) –

  • boards (Union[str, List[str]]) –

  • production (bool) –

  • build (bool) –

  • force (bool) –

  • dry_run (bool) –

  • clean (bool) –