Skip to content

Check CLI

The Check CLI is available as staydistributed-check or via stay check.

Print the current version of the Check package.

Terminal window
staydistributed-check version
# or
stay check version

Start the Check API server.

Terminal window
staydistributed-check serve
# or
stay check serve
# Custom port
stay check serve -p 8080

Options:

FlagDescriptionDefault
-p, --port <port>Port to listen on3100

The port can also be set via the STAYDISTRIBUTED_CHECK_API_PORT environment variable.