Skip to content

Commit 8413fd0

Browse files
Updates CLI ref page with new config location and screenshots (#216)
* Adds screenshots to CLI page. * Optimizes images. * Adds config locations for MacOS and Ubuntu.
1 parent ac2da99 commit 8413fd0

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

content/reference/cli.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ lead: "The command-line interface (CLI) is a straightforward way to experiment w
88
{{< card
99
link="#interactive-mode"
1010
title="Interactive mode"
11+
image="/images/entropy-tui-terminal.png"
1112
subtitle="Use the text-based user interface (TUI) to interact with the CLI tool."
1213
>}}
1314

1415
{{< card
1516
link="#programmatic-mode"
1617
title="Programmatic mode"
18+
image="/images/entropy-cli-terminal.png"
1719
subtitle="Pass arguments directly to the CLI as single-line terminal commands."
1820
>}}
1921

@@ -352,6 +354,13 @@ Sign a message using the Entropy network. Output is a signature as a string.
352354
entropy sign '5DSUAf2DwxW2ebZq15Pm6Z3SJ69Ur8fGd8ytWvgxvNjYtr7c' 'Pickle Pee, Pump-a-Rum!'
353355
```
354356
357+
## Configuration
358+
359+
The CLI uses a configuration file to set and store basic information. This file is saved in:
360+
361+
- **MacOS**: `/Library/Preferences/entropy-cryptography/entropy-cli.json`
362+
- **Ubuntu**: `~/.config/entropy-cryptography/entropy-cli.json`
363+
355364
## Troubleshooting
356365
357366
Here are some common problems you could encounter and how to get around them.
91.1 KB
Loading

static/images/entropy-logo-black.png

-18 Bytes
Loading
89.7 KB
Loading

0 commit comments

Comments
 (0)