Deploy lifecycle
Versions, no-op detection, and how to watch a running sprout.
- Each
deploycreates a new version and makes it active. Older versions are kept (25 by default) so you canrollback <version-id>. - An upload that is byte-for-byte identical to the live artifact (same sprout, same
assets.json, samebindings.json) is detected server-side and reported as a no-op — no new version. sproutboat tailshows recent request log lines.sproutboat tail --sproutstreams the running process output, includingconsole.logfrom your handler and any crash.
Related
- CLI reference — versions, rollback, tail
- Platform limits — retained versions per project