Skip to content

Commit fc39b7f

Browse files
committed
Doc fixes
1 parent bdb692b commit fc39b7f

4 files changed

Lines changed: 46 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ KeyLedger is an interactive terminal dashboard that gives you a unified view of
2626
| AWS IAM access keys ||||
2727
| AWS service-specific credentials ||||
2828
| Google Cloud IAM ||||
29-
| Mistral |||(never-used detection) |
29+
| Mistral ||||
3030

3131
## Installation
3232

docs/demos/demo.tape

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,35 @@ Sleep 800ms
3838
Escape
3939
Sleep 500ms
4040

41-
# Cycle sort order
41+
# Cycle sort order — highlight moves across columns
4242
Type "o"
4343
Sleep 800ms
4444
Type "o"
4545
Sleep 800ms
46+
Type "o"
47+
Sleep 800ms
48+
49+
# Switch to WorkSpaces tab with right arrow
50+
Right
51+
Sleep 1.2s
52+
53+
# Navigate workspace tree
54+
Down
55+
Sleep 400ms
56+
Down
57+
Sleep 400ms
58+
59+
# Expand a provider
60+
Enter
61+
Sleep 600ms
62+
Down
63+
Sleep 400ms
64+
Down
65+
Sleep 400ms
66+
67+
# Back to Keys tab with left arrow
68+
Left
69+
Sleep 1s
4670

4771
# Switch to Health view
4872
Type "2"
@@ -60,6 +84,24 @@ Sleep 800ms
6084
Type "o"
6185
Sleep 500ms
6286

87+
# Back to Keys
88+
Escape
89+
Sleep 500ms
90+
91+
# Open Snapshots view
92+
Type "4"
93+
Sleep 1.2s
94+
95+
# Navigate snapshots
96+
Down
97+
Sleep 400ms
98+
Down
99+
Sleep 400ms
100+
101+
# Back to Keys
102+
Escape
103+
Sleep 500ms
104+
63105
# Switch to Providers view
64106
Type "p"
65107
Sleep 1.5s
@@ -77,8 +119,6 @@ Down
77119
Sleep 400ms
78120
Down
79121
Sleep 400ms
80-
Down
81-
Sleep 400ms
82122

83123
# Back to list
84124
Escape

docs/public/demo.gif

510 KB
Loading

docs/src/content/docs/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ import { CardGrid, Card } from '@astrojs/starlight/components'
3030
Non-interactive commands for pipelines: `list`, `health`, `snapshot`, `diff`, `watch`. Health exits with a non-zero code when critical keys are found.
3131
</Card>
3232
<Card title="Encrypted credential storage" icon="approve-check-circle">
33-
Credentials stored in an AES-256-GCM encrypted SQLite database, unlocked with a password on each session. No OS keyring dependency.
33+
Credentials stored in an AES-256-GCM encrypted SQLite database, unlocked with a password on each session.
3434
</Card>
3535
<Card title="Docker-ready" icon="seti:docker">
3636
Pre-built image runs `watch` mode with a built-in unseal API so credentials can be supplied at runtime without a terminal.
3737
</Card>
3838
</CardGrid>
39+
InitEncKey

0 commit comments

Comments
 (0)