% ll-cli 1
NAME
ll-cli - Linyaps command-line tool for managing applications and runtimes
SYNOPSIS
ll-cli [global-options] subcommand [subcommand-options]
DESCRIPTION
ll-cli is a package manager frontend for managing Linyaps application installation, uninstallation, viewing, launching, termination, debugging, updating, and other operations. It provides complete application lifecycle management functionality.
GLOBAL OPTIONS
-h, --help : Print help information and exit
--help-all : Expand all help information
--version : Display version information
-v, --verbose : Show debug information (detailed logs)
--json : Output results in JSON format
--no-dbus : Use peer-to-peer D-Bus, only used when D-Bus daemon is unavailable (internal use)
COMMANDS
| Command | Man Page | Description |
|---|---|---|
| run | ll-cli-run(1) | Run applications |
| ps | ll-cli-ps(1) | List running applications |
| enter | ll-cli-exec(1) | Enter the namespace of a running application |
| kill | ll-cli-kill(1) | Stop running applications |
| prune | ll-cli-prune(1) | Remove unused base systems or runtimes |
| install | ll-cli-install(1) | Install applications or runtimes |
| uninstall | ll-cli-uninstall(1) | Uninstall applications or runtimes |
| upgrade | ll-cli-upgrade(1) | Upgrade applications or runtimes |
| list | ll-cli-list(1) | List installed applications or runtimes |
| info | ll-cli-info(1) | Display information about installed applications or runtimes |
| content | ll-cli-content(1) | Display exported files of installed applications |
| search | ll-cli-search(1) | Search for applications/runtimes containing specified keywords from remote repositories |
| repo | ll-cli-repo(1) | Display or modify current repository information |
SEE ALSO
ll-cli-run(1), ll-cli-ps(1), ll-cli-exec(1), ll-cli-kill(1), ll-cli-prune(1), ll-cli-install(1), ll-cli-uninstall(1), ll-cli-upgrade(1), ll-cli-list(1), ll-cli-info(1), ll-cli-content(1), ll-cli-search(1), ll-cli-repo(1)
HISTORY
Developed in 2023 by UnionTech Software Technology Co., Ltd.