% ll-builder-push 1
NAME
ll-builder-push - Push Linyaps applications to remote repository
SYNOPSIS
ll-builder push [options]
DESCRIPTION
The ll-builder push command is used to push Linyaps packages to the Linyaps remote repository. The command automatically pushes all modules or specified modules from the project to the remote repository based on the project configuration.
OPTIONS
-h, --help : Print help information and exit
--help-all : Expand all help
-f, --file file [./linglong.yaml] : Path to the linglong.yaml file
--repo-url url : Remote repository URL
--repo-name name : Remote repository name
--module module : Push a single module
Module Push Description
When the --module parameter is not specified, the command automatically pushes all modules in the project, including:
binary- Binary moduledevelop- Development module- Other custom modules defined in the project
When the --module parameter is specified, only the specified single module is pushed.
EXAMPLES
Push all modules in the project to the remote repository:
ll-builder pushPush a specified module to the remote repository:
ll-builder push --module binaryPush modules to a specified remote repository:
ll-builder push --repo-url https://repo.example.com --repo-name myrepoSEE ALSO
ll-builder(1), ll-builder-export(1)
HISTORY
Developed in 2023 by UnionTech Software Technology Co., Ltd.