mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
secret-tool: add page (#13728)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
47a0f6d558
commit
8d72f49b06
1 changed files with 21 additions and 0 deletions
21
pages/linux/secret-tool.md
Normal file
21
pages/linux/secret-tool.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# secret-tool
|
||||
|
||||
> Store and retrieve passwords, part of the `libsecret` package.
|
||||
> Communicates with Freedesktop secret service implementations such as `gnome-keyring`.
|
||||
> More information: <https://gnome.pages.gitlab.gnome.org/libsecret/>.
|
||||
|
||||
- Store a secret with an optional label:
|
||||
|
||||
`secret-tool store --label={{label}} {{key}} {{value}}`
|
||||
|
||||
- Retrieve a secret:
|
||||
|
||||
`secret-tool lookup key {{key}}`
|
||||
|
||||
- Get more information about a secret:
|
||||
|
||||
`secret-tool search key {{key}}`
|
||||
|
||||
- Delete a stored secret:
|
||||
|
||||
`secret-tool clear key {{key}}`
|
Loading…
Add table
Reference in a new issue