Skip to content

Commit

Permalink
Add the functionality to the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Jan 23, 2025
1 parent ee06df1 commit 094fd65
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_root_keys`](#linera-storage-list_root_keys)

## `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_root_keys` — List the root keys of the database



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



## `linera storage list_root_keys`

List the root keys of the database

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

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

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



<hr/>

<small><i>
Expand Down

0 comments on commit 094fd65

Please sign in to comment.