You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
cratis run reports startup progress while the Stage container boots and prints Ready once the sandbox can actually accept requests.
cratis run --verbose streams the container's output, as the command previously always did.
cratis run with -o json or -o json-compact emits the resolved endpoints, event model, and event store when the session becomes ready.
Markdown linting and link verification now run on pull requests that touch the documentation.
Changed
cratis run hides the Stage container's output while it starts, and shows the reported error plus the captured output if it stops before becoming ready.
cratis run names the container it starts, so a running sandbox is recognizable in docker ps.
Ctrl+C on cratis run stops the sandbox and waits for Docker to remove it before exiting, instead of terminating the command while the container is still running.
Fixed
cratis run no longer leaves the container running when the command is interrupted without Docker being signalled too.
Documentation link verification checked nothing — skipping localhost also skipped the local server linkinator crawls through, so every run passed after scanning zero links.