linglong/api
reddevillg bb4ed7b3e8
build / ubuntu_24.04 (push) Has been cancelled Details
build / ubuntu_22.04 (push) Has been cancelled Details
coverage / codecov (push) Has been cancelled Details
feat: Add --force option to uninstall command
Introduces a `--force` flag to the `ll-cli uninstall` command, allowing
users to forcefully uninstall packages that are typically protected,
such as base and runtime dependencies.

This commit also includes significant refactoring:
- The dependency pulling logic in `PackageManager::pullDependency` has
  been refactored to prioritize newer remote packages over existing local
  ones, ensuring dependencies are kept up-to-date.

Signed-off-by: reddevillg <reddevillg@gmail.com>
2025-11-11 16:28:50 +08:00
..
dbus feat: optimization error message 2025-04-16 10:56:11 +08:00
http feat: update client swagger 2025-03-11 17:16:29 +08:00
schema feat: Add --force option to uninstall command 2025-11-11 16:28:50 +08:00
README.md refact: add quicktype 2023-11-20 13:49:02 +08:00

README.md

linglong API

This diresctory contains files that describes the API of linglong, which is used to generate code in this project.