Skip to content

Commit

Permalink
fix: md
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Apr 30, 2024
1 parent a9e311d commit ed02780
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/soroban-cli-full-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1740,26 +1740,19 @@ Show location of cache

Delete all cached actions

**Usage:** `soroban cache clean [OPTIONS]`

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

* `-a`, `--actions` — Actions only

Possible values: `true`, `false`

**Usage:** `soroban cache clean`



## `soroban cache read`

Read cached action

**Usage:** `soroban cache read [OPTIONS] --ulid <ULID>`
**Usage:** `soroban cache read [OPTIONS] --id <ID>`

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

* `--ulid <ULID>` — ULID of the cache entry
* `--id <ID>` — ULID of the cache entry
* `--output <OUTPUT>`

Possible values: `envelope`
Expand Down

0 comments on commit ed02780

Please sign in to comment.