Skip to content

Commit

Permalink
Update the CLI.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Jan 23, 2025
1 parent 6d7e4d3 commit 3f394f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ This document contains the help content for the `linera` command-line program.
* [`linera storage check_absence`](#linera-storage-check_absence)
* [`linera storage initialize`](#linera-storage-initialize)
* [`linera storage list_namespaces`](#linera-storage-list_namespaces)
* [`linera storage list_blob_ids`](#linera-storage-list_blob_ids)

## `linera`

Expand Down Expand Up @@ -935,6 +936,7 @@ Operation on the storage
* `check_absence` — Check absence of a namespace in the database
* `initialize` — Initialize a namespace in the database
* `list_namespaces` — List the namespaces of the database
* `list_blob_ids` — List the blobs of the database



Expand Down Expand Up @@ -1010,6 +1012,18 @@ List the namespaces of the database



## `linera storage list_blob_ids`

List the blobs of the database

**Usage:** `linera storage list_blob_ids --storage <STORAGE_CONFIG>`

###### **Options:**

* `--storage <STORAGE_CONFIG>` — Storage configuration for the blockchain history



<hr/>

<small><i>
Expand Down

0 comments on commit 3f394f5

Please sign in to comment.