Kwallet-query: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
K Textersetzung - „== Syntax ==“ durch „== Aufruf ==“
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 9: Zeile 9:


== Installation ==
== Installation ==
== Syntax ==
== Aufruf ==
  $ kwallet-query OPTIONS wallet
  $ kwallet-query OPTIONS wallet
=== Optionen ===
=== Optionen ===
{| class="wikitable sortable options"
|-
! Unix !! GNU !! Beschreibung
|-
| -h || --help || Display a short help message
|-
| -l || --list-entries || List password entries. These are the folder names displayed in the KDE Wallet Manager utility. If the -f option is given, this will only display the subfolders of the specified folder.
|-
| -r || --read-password Entry || Read the contents of the given Entry from the Foldersection of the wallet and output it on the standard output. Maps are exported as JSON object.
|-
| -w || --write-password Entry || Write secrets to the given Entry under the Folder section of the given wallet. The secrets are read from the standard input. Maps take in input a well-formed JSON object. IMPORTANT previous wallet entry value will be overwritten by this option, so be careful when using it!
|-
| -f || --folder Folder || Set the wallet folder to Folder value. By default Passwords is used.
|-
| -v || --verbose ||Output more information when performing the operation, to help debugging.
|}
=== Parameter ===
=== Parameter ===
=== Umgebungsvariablen ===
=== Umgebung ===
=== Exit-Status ===
=== Rückgabewert ===
== Anwendung ==
== Anwendung ==
=== Fehlerbehebung ===
=== Problembehebung ===
== Konfiguration ==
=== Dateien ===
== Anhang ==
== Anhang ==
=== Siehe auch ===
=== Siehe auch ===
==== Unterseiten ====
==
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
==== Sicherheit ====
==== Sicherheit ====
==== Dokumentation ====
==== Dokumentation ====
===== RFC =====
===== RFC =====
===== Man-Pages =====
===== Man-Page =====
===== Info-Pages =====
===== Info-Pages =====
==== Links ====
==== Links ====
Zeile 57: Zeile 72:
<div class="mw-collapsible-content">'''Antwort5'''</div>
<div class="mw-collapsible-content">'''Antwort5'''</div>
</div>
</div>
[[Kategorie:Linux/Sicherheit]]
[[Kategorie:Plasma5]]
[[Kategorie:Plasma5]]
[[Kategorie:Passwort]]
{{DEFAULTSORT:kwallet-query}}
{{DEFAULTSORT:kwallet-query}}
</noinclude>
</noinclude>
[[Kategorie:Linux/Befehl]]
[[Kategorie:Linux/Befehl]]
[[Kategorie:Linux/Passwort]]

Aktuelle Version vom 12. November 2024, 18:42 Uhr

kwallet-query - KDE Wallet command-line manipulation tool

Beschreibung

  • kwallet-query comes in handy when shell scripts need to read or update the KDE Wallet.
  • It works by manipulating the entries displayed in the KDE Wallet Manager utility.
  • It’s only parameter is the walletname the tool should read or update.
  • The operation mode is specified by the options.

Installation

Aufruf

$ kwallet-query OPTIONS wallet

Optionen

Unix GNU Beschreibung
-h --help Display a short help message
-l --list-entries List password entries. These are the folder names displayed in the KDE Wallet Manager utility. If the -f option is given, this will only display the subfolders of the specified folder.
-r --read-password Entry Read the contents of the given Entry from the Foldersection of the wallet and output it on the standard output. Maps are exported as JSON object.
-w --write-password Entry Write secrets to the given Entry under the Folder section of the given wallet. The secrets are read from the standard input. Maps take in input a well-formed JSON object. IMPORTANT previous wallet entry value will be overwritten by this option, so be careful when using it!
-f --folder Folder Set the wallet folder to Folder value. By default Passwords is used.
-v --verbose Output more information when performing the operation, to help debugging.

Parameter

Umgebung

Rückgabewert

Anwendung

Problembehebung

Anhang

Siehe auch

==

Sicherheit

Dokumentation

RFC
Man-Page
Info-Pages

Links

Einzelnachweise
Projekt
Weblinks

Testfragen

Testfrage 1

Antwort1

Testfrage 2

Antwort2

Testfrage 3

Antwort3

Testfrage 4

Antwort4

Testfrage 5

Antwort5