We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b627b5a commit 9b8ee2eCopy full SHA for 9b8ee2e
README.md
@@ -56,12 +56,12 @@ cargo install --path .
56
`dotsec` has four primary functions:
57
- store secrets, along with an identifier (a "key")
58
```bash
59
-cargo run -- put molly x12YtT4gL12y41$@a2bxy941GGLB12TOW$$@%17
+cargo run -- put molly weasley-family-password@#$%
60
```
61
- retrieve secrets, using the associated key
62
63
cargo run -- get molly
64
-# stdout: `x12YtT4gL12y41$@a2bxy941GGLB12TOW$$@%17`
+# stdout: `weasley-family-password@#$%`
65
66
- list all existing keys
67
0 commit comments