ComfyUI-Manager/cm_cli
Dr.Lt.Data 3bc2e18f88
Some checks are pending
Publish to PyPI / build-and-publish (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
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.
2026-03-14 08:50:12 +09:00
..
__init__.py refactor(cli): move cm_cli to top-level package and remove dead cli-only-mode (#2548) 2026-01-27 19:42:35 +09:00
__main__.py refactor(cli): rename standalone uv-compile command to uv-sync 2026-03-14 08:50:12 +09:00