---------------------------------------------------------------------- This is the API documentation for the gdtest_monorepo library. ---------------------------------------------------------------------- ## Functions Utility functions build(target: str = 'production') -> dict Build the project. Parameters ---------- target Build target environment. Returns ------- dict Build results. deploy(artifact: str, environment: str = 'staging') -> bool Deploy a build artifact. Parameters ---------- artifact Path to the build artifact. environment Target environment. Returns ------- bool True if deployed successfully.