hull repo remove
Drop a repository from your list.
When to use it
- When you no longer search or pull charts from a repository.
- When cleaning up a development machine.
What happens
Hull deletes the named entry from your repository list at
~/.config/hull/repositories.yaml and prints a confirmation line. After this,
the repository no longer appears in hull repo list and its
charts are no longer returned by hull search. The repository
server itself is untouched — only this machine’s view of it changes. Removing a
name that is not registered reports an error.
Usage
hull repo remove <name> [flags]
Flags
Inherits the global flags.
Worked example
$ hull repo remove my-charts
"my-charts" has been removed from your repositories
$ hull repo list
No repositories configured.