stubber.commands.publish_cmd ============================ .. py:module:: stubber.commands.publish_cmd .. autoapi-nested-parse:: Commandline interface to publish stubs. Functions --------- .. autoapisummary:: stubber.commands.publish_cmd.cli_publish Module Contents --------------- .. py:function:: cli_publish(family: str, versions: Union[str, List[str]], ports: Union[str, List[str]], boards: Union[str, List[str]], production: bool = False, build: bool = False, force: bool = False, dry_run: bool = False, clean: bool = False) Commandline interface to publish stubs.