hull repo
hull repo manages the list of HTTP package repositories that hull searches
and pulls charts from.
You register a repository under a short name and URL, refresh its index so
searches and pulls can see its charts, and remove it when you no longer need
it. hull repo index covers the other side: building an index.yaml for a
directory of archives you want to serve as a repository.
The repository list lives at ~/.config/hull/repositories.yaml. Fetched
indexes are cached under ~/.cache/hull/indexes/.
Subcommands
| Command | What it does |
|---|---|
add |
Register a repository under a name and URL. |
index |
Build an index.yaml for a directory of archives. |
list |
Show the repositories you have registered. |
remove |
Drop a repository from your list. |
update |
Re-fetch the index of every registered repository. |
Usage
hull repo [command] [flags]