uplinks:: IPFS
tags:: #lang/en #type/cli
IPFS CLI
Start
ipfs daemonPeers
ipfs swarm peers # list all connected peers
ipfs swarm addrs # list known addressesNetworking
ipfs stats bw # show bandwidth usageStorage
Show pinned files
ipfs pin ls [<ipfs-path>] # List objects pinned to local storage.
ipfs pin ls # list all pinned filesIndirect pins are those that are pinned as a result of being child blocks of recursive pins.
Show all stored files
ipfs refs localPerform Garbage Collection
Remove files that have not been pinned
ipfs repo gc