Skip to contents

Following install_hotwater(), the hotwater command can be used to run a hotwater engine straight from the terminal. See run() for further details on default values.

hotwater -v will provide the current version of hotwater. hotwater -h will provide help text.

Arguments

-f

plumber file

-d

extra directories

-p

plumber port

-h

show help

–host

plumber host

See also

Examples

# ```sh
# hotwater -f path/to/app.R -p 9999
# ```