bundle.website.cli ================== .. py:module:: bundle.website.cli Attributes ---------- .. autoapisummary:: bundle.website.cli.log Functions --------- .. autoapisummary:: bundle.website.cli.website bundle.website.cli.site bundle.website.cli.site_start bundle.website.cli.install bundle.website.cli.site_build Module Contents --------------- .. py:data:: log .. py:function:: website() :async: The Bundle CLI tool. .. py:function:: site() Website site commands. .. py:function:: site_start(name: str, host: str, port: int) Start a website site by name. .. py:function:: install() Install website frontend tooling (Node.js/npm on Windows when needed, then npm dependencies). .. py:function:: site_build(name: str, script: str) Build website frontend assets for a site (for example TypeScript -> JavaScript).