Appearance
aube cache delete
aube cache delete <PATTERNS>…
Delete metadata cache for the specified package(s). Supports glob patterns; matches against the package name (e.g. lodash, @babel/*)
lodash
@babel/*
<PATTERNS>…
One or more package name patterns. Glob metacharacters (*, ?, [...]) are supported
*
?
[...]