Skip to main content

site

Run docusaurus command with arbitrary arguments.

Usage​

$ dinghy site [command] [options]

Commands​

Global Options​

NameDescriptionDefault
[--site-docker-options=<value>]Additional options to pass to the docker run command DINGHY_SITE_DOCKER_OPTIONS
--site-dir=<value>Path to the site base directory, default to site directory in app home if exists, otherwise current directory
--site-build-dir=<value>The build directory in output directorysite
--port=<value>Port to listen on

Examples​

To execute docusaurus swizzle --list, run:

dinghy site swizzle --list