Skip to content

Commit

Permalink
Merge pull request #163 from jzakotnik/master
Browse files Browse the repository at this point in the history
Updated documentation to clarify that the debug flag shows the HTTP calls
  • Loading branch information
hsanjuan authored Jan 3, 2025
2 parents c40acd5 + 9dedc41 commit 29a09a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/documentation/guides/pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Cluster usage mostly consists of adding and removing pins. This is usually perfo

When working with a large number of pins, it is important to keep an eye on the state of the pinset, whether every pin is getting correctly pinned an allocated. This section provides in-depth explanations on how pinning works and the different operations that a cluster peer can perform to simplify and maintain the cluster pinsets.

<div class="tipbox tip">For clarity, we use <code>ipfs-cluster-ctl</code> commands, but every one of them is using an HTTP REST API endpoint from the cluster peer, so all commands can be performed directly against the API.</div>
<div class="tipbox tip">For clarity, we use <code>ipfs-cluster-ctl</code> commands, but every one of them is using an HTTP REST API endpoint from the cluster peer, so all commands can be performed directly against the API. If you add the <code>--debug</code> argument, you can inspect the respective HTTP REST API calls being performed. </div>

* [Adding files](#adding-files)
* [Pinning CIDs](#pinning-cids)
Expand Down

0 comments on commit 29a09a0

Please sign in to comment.