# # # patch "monotone.texi" # from [13cdd4a3cf024a612246806ae3628f0ec51173e3] # to [29cc74363f35be2aa225f3dcaad24972fb2198f1] # ============================================================ --- monotone.texi 13cdd4a3cf024a612246806ae3628f0ec51173e3 +++ monotone.texi 29cc74363f35be2aa225f3dcaad24972fb2198f1 @@ -7674,6 +7674,46 @@ @section Automation @end table address@hidden mtn automate genkey @var{name} @var{passphrase} + address@hidden @strong address@hidden Aguments + address@hidden is the name to associate with the new key, and @var{passphrase} is +the passphrase that will be used to encrypt the private half. + address@hidden Added in: + +3.1 + address@hidden Purpose: + +Generate a key with the given name and passphrase. + address@hidden Sample output: + address@hidden + name "address@hidden" + public_hash [475055ec71ad48f5dfaf875b0fea597b5cbbee64] + private_hash [7f76dae3f91bb48f80f1871856d9d519770b7f8a] + public_location "database" "keystore" +private_location "keystore" + address@hidden verbatim + address@hidden Output format: + +A basic_io stanza. The public_location and private_location items may have +multiple values as shown above for public_location, one value for each place +that the key is stored. + address@hidden Error conditions: + +Error conditions: If the passphrase is empty or the key already exists, +prints an error message to stderr and exits with status 1. + address@hidden table + @item mtn automate get_revision @var{id} @table @strong