Skip to content

Commit

Permalink
Deploy preview for PR 202 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Jan 16, 2025
1 parent 3478818 commit 0ab6749
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pr-preview/pr-202/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1659,9 +1659,9 @@ <h2 id="shared-blobs"><a class="header" href="#shared-blobs">Shared blobs</a></h
<pre><code class="language-sh">walrus share --blob-obj-id &lt;BLOB_OBJ_ID&gt;
</code></pre>
<p>The resulting shared blob can be directly funded by adding an <code>--amount</code>, or you can fund an
existing shared blob with the <code>walrus fund-shared-blob</code> command.</p>
<p>Additionally, you can immediately share a newly created blob by adding the <code>--share</code> option to the
<code>walrus store</code> command.</p>
existing shared blob with the <code>walrus fund-shared-blob</code> command.Additionally, you can immediately
share a newly created blob by adding the <code>--share</code> option to the <code>walrus store</code> command.</p>
<p>You can use the <code>walrus extend</code> command to extend the lifetime of a shared blob object.</p>
<h2 id="blob-id-utilities"><a class="header" href="#blob-id-utilities">Blob ID utilities</a></h2>
<p>The <code>walrus blob-id &lt;FILE&gt;</code> may be used to derive the blob ID of any file. The blob ID is a
commitment to the file, and any blob with the same ID will decode to the same content. The blob
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-202/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-preview/pr-202/searchindex.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pr-preview/pr-202/usage/client-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,9 @@ <h2 id="shared-blobs"><a class="header" href="#shared-blobs">Shared blobs</a></h
<pre><code class="language-sh">walrus share --blob-obj-id &lt;BLOB_OBJ_ID&gt;
</code></pre>
<p>The resulting shared blob can be directly funded by adding an <code>--amount</code>, or you can fund an
existing shared blob with the <code>walrus fund-shared-blob</code> command.</p>
<p>Additionally, you can immediately share a newly created blob by adding the <code>--share</code> option to the
<code>walrus store</code> command.</p>
existing shared blob with the <code>walrus fund-shared-blob</code> command.Additionally, you can immediately
share a newly created blob by adding the <code>--share</code> option to the <code>walrus store</code> command.</p>
<p>You can use the <code>walrus extend</code> command to extend the lifetime of a shared blob object.</p>
<h2 id="blob-id-utilities"><a class="header" href="#blob-id-utilities">Blob ID utilities</a></h2>
<p>The <code>walrus blob-id &lt;FILE&gt;</code> may be used to derive the blob ID of any file. The blob ID is a
commitment to the file, and any blob with the same ID will decode to the same content. The blob
Expand Down

0 comments on commit 0ab6749

Please sign in to comment.