Skip to content

TIP

This document is applicable to version 1.10.x, Please use the command ll-cli --version to check your linyaps program version.


% ll-builder-run 1

NAME

ll-builder-run - Run the built application

SYNOPSIS

ll-builder run [options] [command...]

DESCRIPTION

The ll-builder run command reads the runtime environment information related to the program based on the configuration file, constructs a container environment, and executes the program in the container without installation.

OPTIONS

-h, --help : Print help information and exit

--help-all : Expand all help

-f, --file file [./linglong.yaml] : Path to the linglong.yaml file

--modules modules... : Run specified modules. For example: --modules binary,develop

--debug : Run in debug mode (enable development modules)

--extensions extensions : Specify extensions used by the application at runtime

COMMAND TEXT... : Enter container to execute commands instead of running application

EXAMPLES

Basic Usage

Run the built application, enter the project directory:

bash
ll-builder run

Debug Mode

For debugging purposes, you can enter the container to execute shell commands instead of running the application:

bash
ll-builder run /bin/bash

Using this command, ll-builder will create a container and then enter the bash terminal, allowing you to execute other operations within the container.

Run Specific Modules

Run specified modules instead of the default binary module:

bash
ll-builder run --modules binary,develop

Run Application with Extensions

Run the application using specified extensions:

bash
ll-builder run --extensions org.deepin.extension1,org.deepin.extension2

SEE ALSO

ll-builder(1)

HISTORY

Developed in 2023 by UnionTech Software Technology Co., Ltd.