% ll-cli-run 1
ll-cli-run - Run applications
ll-cli run [options] app [command...]
The ll-cli run command can start a Linyaps application. This command supports running applications by name, or executing commands in the container instead of running the application.
-h, --help : Print help information and exit
--help-all : Expand all help information
--file FILES:FILE... : Pass files to the application running in the sandbox
--url URLS... : Pass URLs to the application running in the sandbox
--env ENV... : Set environment variables for the application (format: KEY=VALUE)
--base REF : Specify the base environment used for application execution
--runtime REF : Specify the runtime used for application execution
--extensions REF... : Specify extensions used for application execution (multiple extensions separated by commas)
APP TEXT REQUIRED : Specify the application name
COMMAND TEXT... : Run commands in the running sandbox
Run application by name:
ll-cli run org.deepin.demoExecute commands in the container instead of running the application:
ll-cli run org.deepin.demo bash
ll-cli run org.deepin.demo -- bash
ll-cli run org.deepin.demo -- bash -x /path/to/bash/scriptll-cli(1), ll-cli-ps(1), ll-cli-exec(1)
Developed in 2023 by UnionTech Software Technology Co., Ltd.