Skip to content

lip cache

Usage

Bash
1
2
3
lip cache add <package>
lip cache clean
lip cache list

Description

Inspect and manage lip's cache.

Sub-commands

add

Bash
1
lip cache add <package>

Add a package to the cache.

<package> is a package specifier.

If a Go module proxy is set in configuration, lip will download the package via Goproxy. Otherwise, lip will download the package directly from the Git repository.

clean

Bash
1
lip cache clean

Remove all items from the cache.

list

Bash
1
lip cache list

List items in the cache.