Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored and gitbutler-client committed Apr 2, 2024
1 parent d96e57a commit ad5ae2d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/data/ls.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::command;

use crate::commands::config::data;
use super::super::config::locator;
use crate::commands::config::data;

#[derive(thiserror::Error, Debug)]
pub enum Error {
Expand Down
35 changes: 35 additions & 0 deletions docs/soroban-cli-full-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ This document contains the help content for the `soroban` command-line program.
* [`soroban network start`](#soroban-network-start)
* [`soroban network stop`](#soroban-network-stop)
* [`soroban version`](#soroban-version)
* [`soroban data`](#soroban-data)
* [`soroban data ls`](#soroban-data-ls)

## `soroban`

Expand Down Expand Up @@ -110,6 +112,7 @@ Full CLI reference: https://github.com/stellar/soroban-tools/tree/main/docs/soro
* `lab` — Experiment with early features and expert tools
* `network` — Start and configure networks
* `version` — Print version information
* `data` — Access cached data

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

Expand Down Expand Up @@ -1687,6 +1690,38 @@ Print version information



## `soroban data`

Access cached data

**Usage:** `soroban data <COMMAND>`

###### **Subcommands:**

* `ls` — List identities



## `soroban data ls`

List identities

**Usage:** `soroban data ls [OPTIONS]`

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

* `--global` — Use global config

Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-l`, `--long`

Possible values: `true`, `false`




<hr/>

<small><i>
Expand Down

0 comments on commit ad5ae2d

Please sign in to comment.