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-pica-adep 1

NAME

ll-pica-adep - Add package dependencies to linglong.yaml file

SYNOPSIS

ll-pica adep [flags]

DESCRIPTION

The ll-pica adep command is used to add package dependencies to the linglong.yaml file. Linyaps applications may lack package dependencies, and this command can be used to add corresponding package dependencies to the linglong.yaml file.

OPTIONS

-d, --deps string : Dependencies to be added, separated by ','

-p, --path string : Path to linglong.yaml (defaults to "linglong.yaml")

-V, --verbose : Verbose output

EXAMPLES

Add multiple dependencies:

bash
ll-pica adep -d "dep1,dep2" -p /path/to/linglong.yaml

Execute in the path where linglong.yaml is located (no need to add -p parameter):

bash
ll-pica adep -d "dep1,dep2"

SEE ALSO

ll-pica(1)

HISTORY

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