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-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 module
  • develop - 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:

bash
ll-builder push

Push a specified module to the remote repository:

bash
ll-builder push --module binary

Push modules to a specified remote repository:

bash
ll-builder push --repo-url https://repo.example.com --repo-name myrepo

SEE ALSO

ll-builder(1), ll-builder-export(1)

HISTORY

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