CLI reference
Dev CLI command reference
Starts a development server for the Sanity Studio
USAGE
$ sanity dev
FLAGS
--auto-updates Automatically update Sanity Studio dependencies.
--host=<HOST> [default: localhost] The local network interface at which to listen.
--load-in-dashboard Load the app/studio in the Sanity dashboard.
--port=<PORT> [default: 3333] TCP port to start server on.
DESCRIPTION
Starts a local development server for Sanity Studio with live reloading
EXAMPLES
sanity dev --host=0.0.0.0
sanity dev --port=1942
sanity dev --load-in-dashboard