# HG changeset patch # User Olaf Wintermann # Date 1576313139 -3600 # Node ID 32f439d7012750f59ca3fa797e3717218559ecc2 # Parent ec1509240080f3a6754392c426be859ce7b54cc4 add documentation for secret store commands diff -r ec1509240080 -r 32f439d70127 docs/src/add-user.md --- a/docs/src/add-user.md Sat Dec 14 09:31:59 2019 +0100 +++ b/docs/src/add-user.md Sat Dec 14 09:45:39 2019 +0100 @@ -0,0 +1,10 @@ +--- +title: 'dav add-user' +--- + +This command runs an interactive assistant that adds a user to the secret store. The secret store is an encrypted file, that stores user credentials. + +The assistant firstly asks for the secret store master password. After that, you must specify a unique credentials identifier, the user name and password. Optionally it is possible to specify one or more locations (URLs), where these credentials should be used. + + + diff -r ec1509240080 -r 32f439d70127 docs/src/edit-user.md --- a/docs/src/edit-user.md Sat Dec 14 09:31:59 2019 +0100 +++ b/docs/src/edit-user.md Sat Dec 14 09:45:39 2019 +0100 @@ -0,0 +1,6 @@ +--- +title: 'dav edit-user' +--- + +Interactive command for editing secret store credentials. + diff -r ec1509240080 -r 32f439d70127 docs/src/header.html --- a/docs/src/header.html Sat Dec 14 09:31:59 2019 +0100 +++ b/docs/src/header.html Sat Dec 14 09:45:39 2019 +0100 @@ -37,7 +37,7 @@
  • add-user
  • remove-user
  • edit-user
  • -
  • list-users
  • +
  • list-users
  • check-config
  • Configuration
  • diff -r ec1509240080 -r 32f439d70127 docs/src/list-users.md --- a/docs/src/list-users.md Sat Dec 14 09:31:59 2019 +0100 +++ b/docs/src/list-users.md Sat Dec 14 09:45:39 2019 +0100 @@ -0,0 +1,5 @@ +--- +title: 'dav list-users' +--- + +The command lists all credentials that are saved in the secret store. diff -r ec1509240080 -r 32f439d70127 docs/src/remove-user.md --- a/docs/src/remove-user.md Sat Dec 14 09:31:59 2019 +0100 +++ b/docs/src/remove-user.md Sat Dec 14 09:45:39 2019 +0100 @@ -0,0 +1,5 @@ +--- +title: 'dav remove-user' +--- + +Interactive command for removing secret store credentials.