stubber.commands.build_cmd

Build stub packages - is a Light version of Publish command

Module Contents

Functions

cli_build(family, versions, ports, boards, clean, force)

Commandline interface to publish stubs.

stubber.commands.build_cmd.cli_build(family: str, versions: str | List[str], ports: str | List[str], boards: str | List[str], clean: bool, force: bool)

Commandline interface to publish stubs.

Parameters:
  • family (str) –

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

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

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

  • clean (bool) –

  • force (bool) –