@@ -8,138 +8,6 @@ about: >-
88 ┴ ┴└─┴┘└┘└─┘┴└─┘
99
1010subcommands :
11- - didkey :
12- about : didkey commands
13- subcommands :
14- - generate :
15- about : Generates a Json Web Key
16- version : " 0.1"
17- args :
18- - out :
19- long : out
20- value_name : STRING
21- help : File to save Json Web Key in
22- takes_value : true
23- - kty :
24- long : kty
25- value_name : STRING
26- help : >-
27- Specify key type. Defaults to X25519. Options are Ed25519,
28- X25519, P256, Bls12381_G2, and secp256k1.
29- takes_value : true
30- possible_values :
31- - Ed25519
32- - X25519
33- - P-256
34- - Bls12381_G2
35- - Secp256k1
36- - resolve :
37- about : Resolve a DID
38- version : " 0.1"
39- args :
40- - uri :
41- value_name : STRING
42- help : DID URI to resolve
43- takes_value : true
44- required : true
45- - didcomm :
46- about : didcomm commands
47- subcommands :
48- - pack :
49- about : Packs a plaintext message
50- version : " 0.1"
51- short : p
52- args :
53- - sender_key :
54- value_name : FILE
55- help : Sender's Json Web Key
56- takes_value : true
57- required : true
58- - receiver_key :
59- value_name : FILE
60- help : Receiver's Json Web Key
61- takes_value : true
62- required : true
63- - associated_data :
64- value_name : FILE
65- help : Associated data to be packed
66- takes_value : true
67- long : data
68- - plaintext :
69- value_name : FILE
70- help : Plaintext message to be packed
71- takes_value : true
72- long : text
73- - encryption_mode :
74- value_name : STRING
75- long : mode
76- help : >-
77- Encryption mode. Default is direct. Options are direct and
78- content_encryption_key
79- possible_values :
80- - direct
81- - content_encryption_key
82- - encryption_algorithm :
83- value_name : STRING
84- long : alg
85- help : >-
86- Encryption algorithm. Default is xchacha20poly1305. Options
87- are xchacha20poly1305 and aes_gcm
88- possible_values :
89- - xchacha20poly1305
90- - aes_gcm
91- - out :
92- long : out
93- value_name : FILE
94- help : output file for your packed message
95- - unpack :
96- about : Unpacks an encrypted message
97- version : " 0.1"
98- short : up
99- args :
100- - sender_key :
101- value_name : FILE
102- help : Sender's Json Web Key
103- takes_value : true
104- - receiver_key :
105- value_name : FILE
106- help : Receiver's Json Web Key
107- takes_value : true
108- - encrypted_message :
109- value_name : FILE
110- help : Encrypted message to be unpacked
111- takes_value : true
112- - verify :
113- about : Verify a signed message
114- version : " 0.1"
115- short : v
116- args :
117- - key :
118- value_name : FILE
119- help : Recepient's Json Web Key
120- takes_value : true
121- - signed_message :
122- value_name : FILE
123- help : Signed message to be verified
124- takes_value : true
125- - sign :
126- about : Sign a message
127- version : " 0.1"
128- args :
129- - key :
130- value_name : FILE
131- help : Signer's Json Web Key
132- takes_value : true
133- required : true
134- - payload :
135- value_name : FILE
136- help : Bytes to be signed
137- takes_value : true
138- long : payload
139- - out :
140- long : out
141- value_name : FILE
142- help : output file for your packed message
14311 - config :
14412 about : Commands to set configuration parameters
14513 args :
@@ -165,9 +33,6 @@ subcommands:
16533 - wallet :
16634 about : Wallet Service
16735 subcommands :
168- - provider-configuration :
169- about : Get the provider configuration
170- version : " 0.1"
17136 - create :
17237 about : Create a new wallet
17338 version : " 0.1"
0 commit comments