build()
Build the project for the specified target.
Usage
build(target="all")Parameters
target: str = "all"-
The build target, by default “all”.
Returns
dict-
A dictionary containing the build status and artifacts.
Examples
>>> build("docs")
{'status': 'success', 'target': 'docs'}