Align quickstart guidance across docs and CLI

This commit is contained in:
Thales Maciel 2026-03-09 23:14:52 -03:00
parent 81636e86fb
commit 694be0730b
5 changed files with 44 additions and 10 deletions

View file

@ -27,6 +27,7 @@ def test_cli_help_guides_first_run() -> None:
assert "Suggested first run:" in help_text
assert "pyro doctor" in help_text
assert "pyro env list" in help_text
assert "pyro env pull debian:12" in help_text
assert "pyro run debian:12 -- git --version" in help_text
assert "Use `pyro mcp serve` only after the CLI validation path works." in help_text