bay ship
flag
Stay attached and stream the build: clone → detect stack → build → run. Prints
the live URL when the app is actually serving it.
string
default:"the folder's name"
What to call the app.
flag
Ship from your git origin, or from any public repository URL, instead of
uploading the folder.
string
How to run it in production, when you already know. For example
--run "uvicorn main:app --host 0.0.0.0 --port $PORT".flag
Do not carry
.env up. By default Bay sets the variables your app does not
have yet.flag
The old path: build locally and upload the result.
bay deploy is the same command and always will be. Every flag here works with
either name.