bundle.website.cli

Attributes

log

Functions

website()

The Bundle CLI tool.

site()

Website site commands.

site_start(name, host, port)

Start a website site by name.

install()

Install website frontend tooling (Node.js/npm on Windows when needed, then npm dependencies).

site_build(name, script)

Build website frontend assets for a site (for example TypeScript -> JavaScript).

Module Contents

bundle.website.cli.log
async bundle.website.cli.website()

The Bundle CLI tool.

bundle.website.cli.site()

Website site commands.

bundle.website.cli.site_start(name: str, host: str, port: int)

Start a website site by name.

bundle.website.cli.install()

Install website frontend tooling (Node.js/npm on Windows when needed, then npm dependencies).

bundle.website.cli.site_build(name: str, script: str)

Build website frontend assets for a site (for example TypeScript -> JavaScript).