Skip to main content

Commands

stashy serve

Start the HTTP server.
stashy serve [--migrate]
FlagDescription
--migrateRun database migrations before starting
This is the default command — running stashy with no arguments starts the server.

stashy migrate

Run database migrations and exit.
stashy migrate

stashy version

Print the version string.
stashy version
# stashy v0.1.0

stashy help

Print usage information.
stashy help