mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-03-15 05:57:37 +08:00
refactor(cli): rename standalone uv-compile command to uv-sync
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:
parent
d7a2277017
commit
3bc2e18f88
@ -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(
|
||||
|
||||
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "comfyui-manager"
|
||||
license = { text = "GPL-3.0-only" }
|
||||
version = "4.1b3"
|
||||
version = "4.1b4"
|
||||
requires-python = ">= 3.9"
|
||||
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
|
||||
readme = "README.md"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user