Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 627 Bytes

forge-cache-ls.md

File metadata and controls

37 lines (24 loc) · 627 Bytes

forge cache ls

NAME

forge-cache-ls - Shows cached data from ~/.foundry.

SYNOPSIS

forge cache ls [chains..]

DESCRIPTION

Lists what is in the ~/.foundry/cache folder currently.

OPTIONS

{{#include common-options.md}}

EXAMPLES

  1. Show the entire cache (also, forge cache ls is an alias for this)

    forge cache ls all
  2. Show cache data for a specific chain, by name

    forge cache ls rinkeby
  3. Specify multiple chains

    forge cache ls rinkeby mainnet

SEE ALSO

forge, forge cache