stubber.commands.publish_cmd

Module Contents

Functions

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

Commandline interface to publish stubs.

stubber.commands.publish_cmd.cli_publish(family: str, versions: Union[str, List[str]], ports: Union[str, List[str]], boards: Union[str, List[str]], production: bool, dryrun: bool, force: bool, clean: bool)

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) –

  • dryrun (bool) –

  • force (bool) –

  • clean (bool) –