@twin.org/identity-cli 0.0.1-next.11 → 0.0.1-next.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locales/en.json +245 -244
- package/docs/changelog.md +1 -1
- package/package.json +3 -3
package/dist/locales/en.json
CHANGED
|
@@ -1,24 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"error": {
|
|
3
|
-
"commands": {
|
|
4
|
-
"verifiable-credential-create": {
|
|
5
|
-
"subjectJsonFileNotFound": "The subject JSON file was not found."
|
|
6
|
-
},
|
|
7
|
-
"common": {
|
|
8
|
-
"missingEnv": "The \"{option}\" option is configured as an environment variable, but there is no environment variable with the name \"{value}\" set.",
|
|
9
|
-
"optionInvalidHex": "The \"{option}\" does not appear to be hex. \"{value}\"",
|
|
10
|
-
"optionInvalidBase64": "The \"{option}\" does not appear to be base64. \"{value}\"",
|
|
11
|
-
"optionInvalidHexBase64": "The \"{option}\" does not appear to be hex or base64. \"{value}\"",
|
|
12
|
-
"optionInvalidBech32": "The \"{option}\" does not appear to be bech32. \"{value}\"",
|
|
13
|
-
"optionMinValue": "The \"{option}\" option must be greater than or equal to {minValue}, it is {value}.",
|
|
14
|
-
"optionMaxValue": "The \"{option}\" option must be less than or equal to {maxValue}, it is {value}."
|
|
15
|
-
},
|
|
16
|
-
"address": {
|
|
17
|
-
"seedMissingEnv": "The seed does not appear to be hex or base64, assuming it is an environment variable, but there is no environment variable with the name \"{env}\" set.",
|
|
18
|
-
"seedInvalidEnv": "The seed does not appear to be hex or base64, assuming it is an environment variable, but there the environment variable is neither hex or base64. \"{envValue}\"",
|
|
19
|
-
"seedInvalidFormat": "The seed does not appear to be hex, base64 or an environment variable. \"{seed}\""
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
3
|
"validation": {
|
|
23
4
|
"beEmpty": "{fieldName} must be empty",
|
|
24
5
|
"beNotEmpty": "{fieldName} must not be empty",
|
|
@@ -169,6 +150,25 @@
|
|
|
169
150
|
"slip0010": {
|
|
170
151
|
"invalidSeed": "The seed is invalid \"{seed}\""
|
|
171
152
|
},
|
|
153
|
+
"commands": {
|
|
154
|
+
"common": {
|
|
155
|
+
"missingEnv": "The \"{option}\" option is configured as an environment variable, but there is no environment variable with the name \"{value}\" set.",
|
|
156
|
+
"optionInvalidHex": "The \"{option}\" does not appear to be hex. \"{value}\"",
|
|
157
|
+
"optionInvalidBase64": "The \"{option}\" does not appear to be base64. \"{value}\"",
|
|
158
|
+
"optionInvalidHexBase64": "The \"{option}\" does not appear to be hex or base64. \"{value}\"",
|
|
159
|
+
"optionInvalidBech32": "The \"{option}\" does not appear to be bech32. \"{value}\"",
|
|
160
|
+
"optionMinValue": "The \"{option}\" option must be greater than or equal to {minValue}, it is {value}.",
|
|
161
|
+
"optionMaxValue": "The \"{option}\" option must be less than or equal to {maxValue}, it is {value}."
|
|
162
|
+
},
|
|
163
|
+
"address": {
|
|
164
|
+
"seedMissingEnv": "The seed does not appear to be hex or base64, assuming it is an environment variable, but there is no environment variable with the name \"{env}\" set.",
|
|
165
|
+
"seedInvalidEnv": "The seed does not appear to be hex or base64, assuming it is an environment variable, but there the environment variable is neither hex or base64. \"{envValue}\"",
|
|
166
|
+
"seedInvalidFormat": "The seed does not appear to be hex, base64 or an environment variable. \"{seed}\""
|
|
167
|
+
},
|
|
168
|
+
"verifiable-credential-create": {
|
|
169
|
+
"subjectJsonFileNotFound": "The subject JSON file was not found."
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
172
|
"entitySchemaHelper": {
|
|
173
173
|
"noIsPrimary": "Property \"entitySchema.properties\" must contain a value with isPrimary set",
|
|
174
174
|
"multipleIsPrimary": "Property \"entitySchema.properties\" contains more than one property with isPrimary set"
|
|
@@ -231,7 +231,231 @@
|
|
|
231
231
|
"insufficientFunds": "There were insufficient funds to complete the operation"
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
|
+
"errorNames": {
|
|
235
|
+
"error": "Error",
|
|
236
|
+
"generalError": "General",
|
|
237
|
+
"guardError": "Guard",
|
|
238
|
+
"conflictError": "Conflict",
|
|
239
|
+
"notFoundError": "Not Found",
|
|
240
|
+
"notSupportedError": "Not Supported",
|
|
241
|
+
"alreadyExistsError": "Already Exists",
|
|
242
|
+
"notImplementedError": "Not Implemented",
|
|
243
|
+
"validationError": "Validation",
|
|
244
|
+
"unprocessableError": "Unprocessable"
|
|
245
|
+
},
|
|
246
|
+
"validation": {
|
|
247
|
+
"defaultFieldName": "The field"
|
|
248
|
+
},
|
|
249
|
+
"cli": {
|
|
250
|
+
"progress": {
|
|
251
|
+
"done": "Done.",
|
|
252
|
+
"error": "Error",
|
|
253
|
+
"loadingEnvFiles": "Loading env files",
|
|
254
|
+
"pleaseWait": "Please wait...",
|
|
255
|
+
"writingJsonFile": "Writing JSON file",
|
|
256
|
+
"writingEnvFile": "Writing env file",
|
|
257
|
+
"readingJsonFile": "Reading JSON file",
|
|
258
|
+
"readingEnvFile": "Reading env file"
|
|
259
|
+
},
|
|
260
|
+
"options": {
|
|
261
|
+
"lang": {
|
|
262
|
+
"param": "--lang '<'lang'>'",
|
|
263
|
+
"description": "The language to display the output in."
|
|
264
|
+
},
|
|
265
|
+
"load-env": {
|
|
266
|
+
"param": "--load-env [env...]",
|
|
267
|
+
"description": "Load the env files to initialise any environment variables."
|
|
268
|
+
},
|
|
269
|
+
"no-console": {
|
|
270
|
+
"param": "--no-console",
|
|
271
|
+
"description": "Hides the output in the console."
|
|
272
|
+
},
|
|
273
|
+
"json": {
|
|
274
|
+
"param": "--json '<'filename'>'",
|
|
275
|
+
"description": "Creates a JSON file containing the output."
|
|
276
|
+
},
|
|
277
|
+
"env": {
|
|
278
|
+
"param": "--env '<'filename'>'",
|
|
279
|
+
"description": "Creates an env file containing the output."
|
|
280
|
+
},
|
|
281
|
+
"merge-json": {
|
|
282
|
+
"param": "--merge-json",
|
|
283
|
+
"description": "If the JSON file already exists merge the data instead of overwriting."
|
|
284
|
+
},
|
|
285
|
+
"merge-env": {
|
|
286
|
+
"param": "--merge-env",
|
|
287
|
+
"description": "If the env file already exists merge the data instead of overwriting."
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
},
|
|
234
291
|
"commands": {
|
|
292
|
+
"mnemonic": {
|
|
293
|
+
"summary": "Create a mnemonic.",
|
|
294
|
+
"description": "Create a mnemonic, will also generate the equivalent seed in hex and base64 format.",
|
|
295
|
+
"options": {
|
|
296
|
+
"strength": {
|
|
297
|
+
"param": "--strength '<'number'>'",
|
|
298
|
+
"description": "The number of words in the mnemonic, defaults to 256 which produces 24 words."
|
|
299
|
+
},
|
|
300
|
+
"seed-format": {
|
|
301
|
+
"param": "--seed-format '<'format'>'",
|
|
302
|
+
"description": "The format to output the seed."
|
|
303
|
+
},
|
|
304
|
+
"no-console": {
|
|
305
|
+
"param": "--no-console",
|
|
306
|
+
"description": "Hides the mnemonic and seed in the console."
|
|
307
|
+
},
|
|
308
|
+
"json": {
|
|
309
|
+
"param": "--json '<'filename'>'",
|
|
310
|
+
"description": "Creates a JSON file containing the mnemonic and seed."
|
|
311
|
+
},
|
|
312
|
+
"env": {
|
|
313
|
+
"param": "--env '<'filename'>'",
|
|
314
|
+
"description": "Creates an env file containing the mnemonic and seed."
|
|
315
|
+
},
|
|
316
|
+
"env-prefix": {
|
|
317
|
+
"param": "--env-prefix '<'prefix'>'",
|
|
318
|
+
"description": "Prefixes the env variables with the value."
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"progress": {
|
|
322
|
+
"writingJsonFile": "Writing JSON file",
|
|
323
|
+
"writingEnvFile": "Writing env file"
|
|
324
|
+
},
|
|
325
|
+
"labels": {
|
|
326
|
+
"mnemonic": "Mnemonic",
|
|
327
|
+
"seed": "Seed",
|
|
328
|
+
"envPrefix": "Env Prefix"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"address": {
|
|
332
|
+
"summary": "Create bech32 addresses and keys from the seed.",
|
|
333
|
+
"description": "Create a number of bech32 addresses and their associated key pairs from the seed.",
|
|
334
|
+
"options": {
|
|
335
|
+
"seed": {
|
|
336
|
+
"param": "--seed '<'seed'>'",
|
|
337
|
+
"description": "The seed to use for generating the addresses, this can be either hex, base64 or an environment variable name. For an environment variable start the value with a !"
|
|
338
|
+
},
|
|
339
|
+
"start": {
|
|
340
|
+
"param": "--start '<'number'>'",
|
|
341
|
+
"description": "The index of the first address to create."
|
|
342
|
+
},
|
|
343
|
+
"count": {
|
|
344
|
+
"param": "--count '<'number'>'",
|
|
345
|
+
"description": "The number of addresses to create, max 100."
|
|
346
|
+
},
|
|
347
|
+
"account": {
|
|
348
|
+
"param": "--account '<'number'>'",
|
|
349
|
+
"description": "The account used to generate the bech32 addresses."
|
|
350
|
+
},
|
|
351
|
+
"hrp": {
|
|
352
|
+
"param": "--hrp '<'hrp'>'",
|
|
353
|
+
"description": "The human readable part of the bech32 addresses."
|
|
354
|
+
},
|
|
355
|
+
"coin": {
|
|
356
|
+
"param": "--coin '<'coin'>'",
|
|
357
|
+
"description": "The coin type used to generate the bech32 addresses."
|
|
358
|
+
},
|
|
359
|
+
"key-type": {
|
|
360
|
+
"param": "--key-type '<'type'>'",
|
|
361
|
+
"description": "The type of key to generate."
|
|
362
|
+
},
|
|
363
|
+
"key-format": {
|
|
364
|
+
"param": "--key-format '<'format'>'",
|
|
365
|
+
"description": "The format to output the keys."
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"progress": {
|
|
369
|
+
"generatingAddresses": "Generating addresses"
|
|
370
|
+
},
|
|
371
|
+
"labels": {
|
|
372
|
+
"seed": "Seed",
|
|
373
|
+
"start": "Start",
|
|
374
|
+
"count": "Count",
|
|
375
|
+
"account": "Account",
|
|
376
|
+
"hrp": "HRP",
|
|
377
|
+
"coin": "Coin",
|
|
378
|
+
"key-type": "Key Type",
|
|
379
|
+
"key-format": "Key Format",
|
|
380
|
+
"index": "Index",
|
|
381
|
+
"address": "Address",
|
|
382
|
+
"public-key": "Public Key",
|
|
383
|
+
"private-key": "Private Key"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"faucet": {
|
|
387
|
+
"summary": "Request funds from the faucet.",
|
|
388
|
+
"description": "Request funds from the faucet for the supplied address.",
|
|
389
|
+
"options": {
|
|
390
|
+
"address": {
|
|
391
|
+
"param": "--address '<'address'>'",
|
|
392
|
+
"description": "The address to fill from the faucet either in bech32 format, or start with ! to read environment variable."
|
|
393
|
+
},
|
|
394
|
+
"faucet": {
|
|
395
|
+
"param": "--faucet '<'url'>'",
|
|
396
|
+
"description": "The url for the faucet endpoint, or an environment variable name containing the url."
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"progress": {
|
|
400
|
+
"requestingFunds": "Requesting Funds",
|
|
401
|
+
"requestingBalance": "Requesting Balance"
|
|
402
|
+
},
|
|
403
|
+
"labels": {
|
|
404
|
+
"faucet": "Faucet",
|
|
405
|
+
"fundsAdded": "Funds Added"
|
|
406
|
+
},
|
|
407
|
+
"messages": {
|
|
408
|
+
"noFundsAdded": "No funds were added to the address."
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"transfer": {
|
|
412
|
+
"summary": "Transfer funds from one address to another.",
|
|
413
|
+
"description": "Transfer funds from one address to another.",
|
|
414
|
+
"options": {
|
|
415
|
+
"address": {
|
|
416
|
+
"param": "--address '<'address'>'",
|
|
417
|
+
"description": "The address to send the funds from either in bech32 format, or start with ! to read environment variable."
|
|
418
|
+
},
|
|
419
|
+
"dest-address": {
|
|
420
|
+
"param": "--dest-address '<'address'>'",
|
|
421
|
+
"description": "The address to send the funds to either in bech32 format, or start with ! to read environment variable."
|
|
422
|
+
},
|
|
423
|
+
"amount": {
|
|
424
|
+
"param": "--amount '<'amount'>'",
|
|
425
|
+
"description": "The amount of funds to send."
|
|
426
|
+
},
|
|
427
|
+
"seed": {
|
|
428
|
+
"param": "--seed '<'seed'>'",
|
|
429
|
+
"description": "The seed for the source address in hex or base64 used to sign the transfer, or start with ! to read environment variable."
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"progress": {
|
|
433
|
+
"transferringFunds": "Transferring"
|
|
434
|
+
},
|
|
435
|
+
"labels": {
|
|
436
|
+
"destAddress": "Destination Address"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
"common": {
|
|
440
|
+
"options": {
|
|
441
|
+
"node": {
|
|
442
|
+
"param": "--node '<'url'>'",
|
|
443
|
+
"description": "The url for the node endpoint, or an environment variable name containing the url."
|
|
444
|
+
},
|
|
445
|
+
"explorer": {
|
|
446
|
+
"param": "--explorer '<'url'>'",
|
|
447
|
+
"description": "The url for the explorer endpoint, or an environment variable name containing the url."
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"labels": {
|
|
451
|
+
"address": "Address",
|
|
452
|
+
"balance": "Balance",
|
|
453
|
+
"node": "Node",
|
|
454
|
+
"explorer": "Explorer",
|
|
455
|
+
"explore": "Explore",
|
|
456
|
+
"did": "DID"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
235
459
|
"identity-create": {
|
|
236
460
|
"summary": "Create a Decentralized Identifier (DID).",
|
|
237
461
|
"description": "Creates a Decentralized Identifier (DID).",
|
|
@@ -532,236 +756,13 @@
|
|
|
532
756
|
"value": "Proof Value",
|
|
533
757
|
"isVerified": "Is Verified"
|
|
534
758
|
}
|
|
535
|
-
},
|
|
536
|
-
"common": {
|
|
537
|
-
"options": {
|
|
538
|
-
"node": {
|
|
539
|
-
"param": "--node '<'url'>'",
|
|
540
|
-
"description": "The url for the node endpoint, or an environment variable name containing the url."
|
|
541
|
-
},
|
|
542
|
-
"explorer": {
|
|
543
|
-
"param": "--explorer '<'url'>'",
|
|
544
|
-
"description": "The url for the explorer endpoint, or an environment variable name containing the url."
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
"labels": {
|
|
548
|
-
"did": "DID",
|
|
549
|
-
"node": "Node",
|
|
550
|
-
"explorer": "Explorer",
|
|
551
|
-
"explore": "Explore",
|
|
552
|
-
"address": "Address",
|
|
553
|
-
"balance": "Balance"
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
|
-
"mnemonic": {
|
|
557
|
-
"summary": "Create a mnemonic.",
|
|
558
|
-
"description": "Create a mnemonic, will also generate the equivalent seed in hex and base64 format.",
|
|
559
|
-
"options": {
|
|
560
|
-
"strength": {
|
|
561
|
-
"param": "--strength '<'number'>'",
|
|
562
|
-
"description": "The number of words in the mnemonic, defaults to 256 which produces 24 words."
|
|
563
|
-
},
|
|
564
|
-
"seed-format": {
|
|
565
|
-
"param": "--seed-format '<'format'>'",
|
|
566
|
-
"description": "The format to output the seed."
|
|
567
|
-
},
|
|
568
|
-
"no-console": {
|
|
569
|
-
"param": "--no-console",
|
|
570
|
-
"description": "Hides the mnemonic and seed in the console."
|
|
571
|
-
},
|
|
572
|
-
"json": {
|
|
573
|
-
"param": "--json '<'filename'>'",
|
|
574
|
-
"description": "Creates a JSON file containing the mnemonic and seed."
|
|
575
|
-
},
|
|
576
|
-
"env": {
|
|
577
|
-
"param": "--env '<'filename'>'",
|
|
578
|
-
"description": "Creates an env file containing the mnemonic and seed."
|
|
579
|
-
},
|
|
580
|
-
"env-prefix": {
|
|
581
|
-
"param": "--env-prefix '<'prefix'>'",
|
|
582
|
-
"description": "Prefixes the env variables with the value."
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
|
-
"progress": {
|
|
586
|
-
"writingJsonFile": "Writing JSON file",
|
|
587
|
-
"writingEnvFile": "Writing env file"
|
|
588
|
-
},
|
|
589
|
-
"labels": {
|
|
590
|
-
"mnemonic": "Mnemonic",
|
|
591
|
-
"seed": "Seed",
|
|
592
|
-
"envPrefix": "Env Prefix"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"address": {
|
|
596
|
-
"summary": "Create bech32 addresses and keys from the seed.",
|
|
597
|
-
"description": "Create a number of bech32 addresses and their associated key pairs from the seed.",
|
|
598
|
-
"options": {
|
|
599
|
-
"seed": {
|
|
600
|
-
"param": "--seed '<'seed'>'",
|
|
601
|
-
"description": "The seed to use for generating the addresses, this can be either hex, base64 or an environment variable name. For an environment variable start the value with a !"
|
|
602
|
-
},
|
|
603
|
-
"start": {
|
|
604
|
-
"param": "--start '<'number'>'",
|
|
605
|
-
"description": "The index of the first address to create."
|
|
606
|
-
},
|
|
607
|
-
"count": {
|
|
608
|
-
"param": "--count '<'number'>'",
|
|
609
|
-
"description": "The number of addresses to create, max 100."
|
|
610
|
-
},
|
|
611
|
-
"account": {
|
|
612
|
-
"param": "--account '<'number'>'",
|
|
613
|
-
"description": "The account used to generate the bech32 addresses."
|
|
614
|
-
},
|
|
615
|
-
"hrp": {
|
|
616
|
-
"param": "--hrp '<'hrp'>'",
|
|
617
|
-
"description": "The human readable part of the bech32 addresses."
|
|
618
|
-
},
|
|
619
|
-
"coin": {
|
|
620
|
-
"param": "--coin '<'coin'>'",
|
|
621
|
-
"description": "The coin type used to generate the bech32 addresses."
|
|
622
|
-
},
|
|
623
|
-
"key-type": {
|
|
624
|
-
"param": "--key-type '<'type'>'",
|
|
625
|
-
"description": "The type of key to generate."
|
|
626
|
-
},
|
|
627
|
-
"key-format": {
|
|
628
|
-
"param": "--key-format '<'format'>'",
|
|
629
|
-
"description": "The format to output the keys."
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
"progress": {
|
|
633
|
-
"generatingAddresses": "Generating addresses"
|
|
634
|
-
},
|
|
635
|
-
"labels": {
|
|
636
|
-
"seed": "Seed",
|
|
637
|
-
"start": "Start",
|
|
638
|
-
"count": "Count",
|
|
639
|
-
"account": "Account",
|
|
640
|
-
"hrp": "HRP",
|
|
641
|
-
"coin": "Coin",
|
|
642
|
-
"key-type": "Key Type",
|
|
643
|
-
"key-format": "Key Format",
|
|
644
|
-
"index": "Index",
|
|
645
|
-
"address": "Address",
|
|
646
|
-
"public-key": "Public Key",
|
|
647
|
-
"private-key": "Private Key"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
"faucet": {
|
|
651
|
-
"summary": "Request funds from the faucet.",
|
|
652
|
-
"description": "Request funds from the faucet for the supplied address.",
|
|
653
|
-
"options": {
|
|
654
|
-
"address": {
|
|
655
|
-
"param": "--address '<'address'>'",
|
|
656
|
-
"description": "The address to fill from the faucet either in bech32 format, or start with ! to read environment variable."
|
|
657
|
-
},
|
|
658
|
-
"faucet": {
|
|
659
|
-
"param": "--faucet '<'url'>'",
|
|
660
|
-
"description": "The url for the faucet endpoint, or an environment variable name containing the url."
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"progress": {
|
|
664
|
-
"requestingFunds": "Requesting Funds",
|
|
665
|
-
"requestingBalance": "Requesting Balance"
|
|
666
|
-
},
|
|
667
|
-
"labels": {
|
|
668
|
-
"faucet": "Faucet",
|
|
669
|
-
"fundsAdded": "Funds Added"
|
|
670
|
-
},
|
|
671
|
-
"messages": {
|
|
672
|
-
"noFundsAdded": "No funds were added to the address."
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
"transfer": {
|
|
676
|
-
"summary": "Transfer funds from one address to another.",
|
|
677
|
-
"description": "Transfer funds from one address to another.",
|
|
678
|
-
"options": {
|
|
679
|
-
"address": {
|
|
680
|
-
"param": "--address '<'address'>'",
|
|
681
|
-
"description": "The address to send the funds from either in bech32 format, or start with ! to read environment variable."
|
|
682
|
-
},
|
|
683
|
-
"dest-address": {
|
|
684
|
-
"param": "--dest-address '<'address'>'",
|
|
685
|
-
"description": "The address to send the funds to either in bech32 format, or start with ! to read environment variable."
|
|
686
|
-
},
|
|
687
|
-
"amount": {
|
|
688
|
-
"param": "--amount '<'amount'>'",
|
|
689
|
-
"description": "The amount of funds to send."
|
|
690
|
-
},
|
|
691
|
-
"seed": {
|
|
692
|
-
"param": "--seed '<'seed'>'",
|
|
693
|
-
"description": "The seed for the source address in hex or base64 used to sign the transfer, or start with ! to read environment variable."
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
|
-
"progress": {
|
|
697
|
-
"transferringFunds": "Transferring"
|
|
698
|
-
},
|
|
699
|
-
"labels": {
|
|
700
|
-
"destAddress": "Destination Address"
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"errorNames": {
|
|
705
|
-
"error": "Error",
|
|
706
|
-
"generalError": "General",
|
|
707
|
-
"guardError": "Guard",
|
|
708
|
-
"conflictError": "Conflict",
|
|
709
|
-
"notFoundError": "Not Found",
|
|
710
|
-
"notSupportedError": "Not Supported",
|
|
711
|
-
"alreadyExistsError": "Already Exists",
|
|
712
|
-
"notImplementedError": "Not Implemented",
|
|
713
|
-
"validationError": "Validation",
|
|
714
|
-
"unprocessableError": "Unprocessable"
|
|
715
|
-
},
|
|
716
|
-
"validation": {
|
|
717
|
-
"defaultFieldName": "The field"
|
|
718
|
-
},
|
|
719
|
-
"cli": {
|
|
720
|
-
"progress": {
|
|
721
|
-
"done": "Done.",
|
|
722
|
-
"error": "Error",
|
|
723
|
-
"loadingEnvFiles": "Loading env files",
|
|
724
|
-
"pleaseWait": "Please wait...",
|
|
725
|
-
"writingJsonFile": "Writing JSON file",
|
|
726
|
-
"writingEnvFile": "Writing env file",
|
|
727
|
-
"readingJsonFile": "Reading JSON file",
|
|
728
|
-
"readingEnvFile": "Reading env file"
|
|
729
|
-
},
|
|
730
|
-
"options": {
|
|
731
|
-
"lang": {
|
|
732
|
-
"param": "--lang '<'lang'>'",
|
|
733
|
-
"description": "The language to display the output in."
|
|
734
|
-
},
|
|
735
|
-
"load-env": {
|
|
736
|
-
"param": "--load-env [env...]",
|
|
737
|
-
"description": "Load the env files to initialise any environment variables."
|
|
738
|
-
},
|
|
739
|
-
"no-console": {
|
|
740
|
-
"param": "--no-console",
|
|
741
|
-
"description": "Hides the output in the console."
|
|
742
|
-
},
|
|
743
|
-
"json": {
|
|
744
|
-
"param": "--json '<'filename'>'",
|
|
745
|
-
"description": "Creates a JSON file containing the output."
|
|
746
|
-
},
|
|
747
|
-
"env": {
|
|
748
|
-
"param": "--env '<'filename'>'",
|
|
749
|
-
"description": "Creates an env file containing the output."
|
|
750
|
-
},
|
|
751
|
-
"merge-json": {
|
|
752
|
-
"param": "--merge-json",
|
|
753
|
-
"description": "If the JSON file already exists merge the data instead of overwriting."
|
|
754
|
-
},
|
|
755
|
-
"merge-env": {
|
|
756
|
-
"param": "--merge-env",
|
|
757
|
-
"description": "If the env file already exists merge the data instead of overwriting."
|
|
758
|
-
}
|
|
759
759
|
}
|
|
760
760
|
},
|
|
761
761
|
"jsonLdProcessor": {
|
|
762
762
|
"compact": "The JSON-LD compaction failed",
|
|
763
763
|
"expand": "The JSON-LD expansion failed",
|
|
764
|
-
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\""
|
|
764
|
+
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
765
|
+
"jsonldError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
765
766
|
},
|
|
766
767
|
"errorMessages": {
|
|
767
768
|
"fetch": "Fetch"
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/identity-cli",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.13",
|
|
4
4
|
"description": "A command line interface for interacting with the identity connectors",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@twin.org/data-json-ld": "next",
|
|
23
23
|
"@twin.org/entity": "next",
|
|
24
24
|
"@twin.org/entity-storage-connector-memory": "next",
|
|
25
|
-
"@twin.org/identity-connector-iota": "0.0.1-next.
|
|
26
|
-
"@twin.org/identity-models": "0.0.1-next.
|
|
25
|
+
"@twin.org/identity-connector-iota": "0.0.1-next.13",
|
|
26
|
+
"@twin.org/identity-models": "0.0.1-next.13",
|
|
27
27
|
"@twin.org/nameof": "next",
|
|
28
28
|
"@twin.org/standards-w3c-did": "next",
|
|
29
29
|
"@twin.org/vault-connector-entity-storage": "next",
|