% 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:
ll-pica adep -d "dep1,dep2" -p /path/to/linglong.yamlExecute in the path where linglong.yaml is located (no need to add -p parameter):
ll-pica adep -d "dep1,dep2"SEE ALSO
HISTORY
Developed in 2024 by UnionTech Software Technology Co., Ltd.