site
Run docusaurus command with arbitrary arguments.
Usageâ
$ dinghy site [command] [options]
Commandsâ
Global Optionsâ
| Name | Description | Default |
|---|---|---|
[--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 directory | site |
--port=<value> | Port to listen on |
Examplesâ
To execute docusaurus swizzle --list, run:
dinghy site swizzle --list