-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
id: cache-delete | ||
title: pnpm cache delete | ||
--- | ||
|
||
Added in: v9.11.0 | ||
|
||
:::warning | ||
|
||
This command is experimental | ||
|
||
::: | ||
|
||
Deletes metadata cache for the specified package(s). Supports patterns. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
id: cache-list-registries | ||
title: pnpm cache list-registries | ||
--- | ||
|
||
Added in: v9.11.0 | ||
|
||
:::warning | ||
|
||
This command is experimental | ||
|
||
::: | ||
|
||
Lists all registries that have their metadata cache locally. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
id: cache-list | ||
title: pnpm cache list | ||
--- | ||
|
||
Added in: v9.11.0 | ||
|
||
:::warning | ||
|
||
This command is experimental | ||
|
||
::: | ||
|
||
Lists the available packages metadata cache. Supports filtering by glob. | ||
|
||
Managing and inspecting the package metadata cache. | ||
|
||
## Commands | ||
|
||
### list | ||
### list <package_name_glob\> | ||
|
||
### list-registries | ||
|
||
### delete <package_name_glob\> | ||
|
||
### view <package_name\> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
id: cache-view | ||
title: pnpm cache view | ||
--- | ||
|
||
Added in: v9.11.0 | ||
|
||
:::warning | ||
|
||
This command is experimental | ||
|
||
::: | ||
|
||
Views information from the specified package's cache. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters