refactor(cli): rename standalone uv-compile command to uv-sync
Publish to PyPI / build-and-publish (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run

The command performs collect→compile→install (full pipeline),
not just compile. uv-sync better reflects the actual behavior.

The --uv-compile flag on other commands (install, reinstall,
update, fix, etc.) is intentionally kept as-is: it reads as
a mechanism descriptor ("use uv pip compile to resolve deps")
rather than a reference to the standalone command name.
This commit is contained in:
Dr.Lt.Data
2026-03-14 08:50:12 +09:00
parent d7a2277017
commit 3bc2e18f88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1393,7 +1393,7 @@ def _run_unified_resolve():
@app.command(
"uv-compile",
"uv-sync",
help="Batch-resolve and install all custom node dependencies via uv pip compile.",
)
def unified_uv_compile(