Align docs and Makefile with public release surface
This commit is contained in:
parent
f3e7d4aa3e
commit
89f3d6f012
7 changed files with 14 additions and 8 deletions
6
Makefile
6
Makefile
|
|
@ -21,7 +21,7 @@ help:
|
|||
' typecheck Run mypy' \
|
||||
' test Run pytest' \
|
||||
' check Run lint, typecheck, and tests' \
|
||||
' dist-check Smoke-test the installed public pyro CLI entrypoint' \
|
||||
' dist-check Smoke-test the installed pyro CLI and environment UX' \
|
||||
' demo Run the deterministic VM demo' \
|
||||
' network-demo Run the deterministic VM demo with guest networking enabled' \
|
||||
' doctor Show runtime and host diagnostics' \
|
||||
|
|
@ -64,7 +64,11 @@ check: lint typecheck test
|
|||
dist-check:
|
||||
.venv/bin/pyro --version
|
||||
.venv/bin/pyro --help >/dev/null
|
||||
.venv/bin/pyro mcp --help >/dev/null
|
||||
.venv/bin/pyro run --help >/dev/null
|
||||
.venv/bin/pyro env list >/dev/null
|
||||
.venv/bin/pyro env inspect debian:12 >/dev/null
|
||||
.venv/bin/pyro doctor >/dev/null
|
||||
|
||||
demo:
|
||||
uv run pyro demo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue