% ll-builder-repo 1
NAME
ll-builder-repo - Display and manage repositories
SYNOPSIS
ll-builder repo [options] subcommand
DESCRIPTION
The ll-builder repo command is used to display and manage Linyaps repositories.
OPTIONS
-h, --help : Print help information and exit
--help-all : Expand all help
SUBCOMMANDS
show : Display repository information
add name url [options] : Add new repository configuration
remove alias : Remove repository configuration
update alias url : Update repository URL
set-default alias : Set default repository name
enable-mirror alias : Enable repository mirror
disable-mirror alias : Disable repository mirror
EXAMPLES
Display repository information:
ll-builder repo showAdd a new repository:
ll-builder repo add myrepo https://repo.example.comAdd repository with alias:
ll-builder repo add myrepo https://repo.example.com --alias myaliasRemove repository:
ll-builder repo remove myaliasUpdate repository URL:
ll-builder repo update myalias https://new-repo.example.comSet default repository:
ll-builder repo set-default myaliasEnable repository mirror:
ll-builder repo enable-mirror myaliasDisable repository mirror:
ll-builder repo disable-mirror myaliasSEE ALSO
HISTORY
Developed in 2023 by UnionTech Software Technology Co., Ltd.