@twin.org/identity-cli 0.0.3-next.17 → 0.0.3-next.19

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/README.md CHANGED
@@ -1,16 +1,16 @@
1
- # TWIN Identity CLI
1
+ # TWIN Identity
2
2
 
3
- A command line interface for interacting with the identity connectors.
3
+ The identity-cli package provides a command line interface for running identity operations from local development shells and automation pipelines. It helps teams execute common workflows quickly while staying aligned with the same contracts and connectors used in service and integration code.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```shell
8
- npm install @twin.org/identity-cli
8
+ npm install -D @twin.org/identity-cli
9
9
  ```
10
10
 
11
- ## Examples
11
+ ## Usage
12
12
 
13
- Usage of the tool is shown in the examples [docs/examples.md](docs/examples.md)
13
+ Usage of the tool is shown in the examples [docs/usage.md](docs/usage.md)
14
14
 
15
15
  ## Reference
16
16
 
package/dist/es/cli.js CHANGED
@@ -33,7 +33,7 @@ export class CLI extends CLIBase {
33
33
  return this.execute({
34
34
  title: "TWIN Identity",
35
35
  appName: "twin-identity",
36
- version: "0.0.3-next.17", // x-release-please-version
36
+ version: "0.0.3-next.19", // x-release-please-version
37
37
  icon: "🌍",
38
38
  supportsEnvFiles: true,
39
39
  overrideOutputWidth: options?.overrideOutputWidth,
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACjF,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAEhF,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AACtG,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAE9F;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAA0C;QAE1C,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,eAAe;YACtB,OAAO,EAAE,eAAe;YACxB,OAAO,EAAE,eAAe,EAAE,2BAA2B;YACrD,IAAI,EAAE,IAAI;YACV,gBAAgB,EAAE,IAAI;YACtB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;YACjD,kBAAkB,EAAE,IAAI;SACxB,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;;OAIG;IACO,WAAW,CAAC,OAAgB;QACrC,OAAO;YACN,oBAAoB,EAAE;YACtB,mBAAmB,EAAE;YACrB,kBAAkB,EAAE;YACpB,oBAAoB,EAAE;YACtB,0BAA0B,EAAE;YAC5B,2BAA2B,EAAE;YAC7B,iCAAiC,EAAE;YACnC,oCAAoC,EAAE;YACtC,sBAAsB,EAAE;YACxB,yBAAyB,EAAE;YAC3B,sCAAsC,EAAE;YACxC,sCAAsC,EAAE;YACxC,sCAAsC,EAAE;YACxC,wCAAwC,EAAE;YAC1C,uBAAuB,EAAE;YACzB,uBAAuB,EAAE;SACzB,CAAC;IACH,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport { buildCommandAddress, buildCommandMnemonic } from \"@twin.org/crypto-cli\";\nimport { buildCommandFaucet, buildCommandTransfer } from \"@twin.org/wallet-cli\";\nimport type { Command } from \"commander\";\nimport { buildCommandIdentityCreate } from \"./commands/identityCreate.js\";\nimport { buildCommandIdentityResolve } from \"./commands/identityResolve.js\";\nimport { buildCommandProofCreate } from \"./commands/proofCreate.js\";\nimport { buildCommandProofVerify } from \"./commands/proofVerify.js\";\nimport { buildCommandServiceAdd } from \"./commands/serviceAdd.js\";\nimport { buildCommandServiceRemove } from \"./commands/serviceRemove.js\";\nimport { buildCommandVerifiableCredentialCreate } from \"./commands/verifiableCredentialCreate.js\";\nimport { buildCommandVerifiableCredentialRevoke } from \"./commands/verifiableCredentialRevoke.js\";\nimport { buildCommandVerifiableCredentialUnrevoke } from \"./commands/verifiableCredentialUnrevoke.js\";\nimport { buildCommandVerifiableCredentialVerify } from \"./commands/verifiableCredentialVerify.js\";\nimport { buildCommandVerificationMethodAdd } from \"./commands/verificationMethodAdd.js\";\nimport { buildCommandVerificationMethodRemove } from \"./commands/verificationMethodRemove.js\";\n\n/**\n * The main entry point for the CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options for the CLI.\n\t * @param options.overrideOutputWidth The override output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: { overrideOutputWidth?: number }\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Identity\",\n\t\t\t\tappName: \"twin-identity\",\n\t\t\t\tversion: \"0.0.3-next.17\", // x-release-please-version\n\t\t\t\ticon: \"🌍\",\n\t\t\t\tsupportsEnvFiles: true,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth,\n\t\t\t\tshowDevToolWarning: true\n\t\t\t},\n\t\t\tlocalesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), \"../locales\"),\n\t\t\targv\n\t\t);\n\t}\n\n\t/**\n\t * Get the commands for the CLI.\n\t * @param program The main program to add the commands to.\n\t * @internal\n\t */\n\tprotected getCommands(program: Command): Command[] {\n\t\treturn [\n\t\t\tbuildCommandMnemonic(),\n\t\t\tbuildCommandAddress(),\n\t\t\tbuildCommandFaucet(),\n\t\t\tbuildCommandTransfer(),\n\t\t\tbuildCommandIdentityCreate(),\n\t\t\tbuildCommandIdentityResolve(),\n\t\t\tbuildCommandVerificationMethodAdd(),\n\t\t\tbuildCommandVerificationMethodRemove(),\n\t\t\tbuildCommandServiceAdd(),\n\t\t\tbuildCommandServiceRemove(),\n\t\t\tbuildCommandVerifiableCredentialCreate(),\n\t\t\tbuildCommandVerifiableCredentialVerify(),\n\t\t\tbuildCommandVerifiableCredentialRevoke(),\n\t\t\tbuildCommandVerifiableCredentialUnrevoke(),\n\t\t\tbuildCommandProofCreate(),\n\t\t\tbuildCommandProofVerify()\n\t\t];\n\t}\n}\n"]}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACjF,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAEhF,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AACtG,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAE9F;;GAEG;AACH,MAAM,OAAO,GAAI,SAAQ,OAAO;IAC/B;;;;;;;OAOG;IACI,KAAK,CAAC,GAAG,CACf,IAAc,EACd,gBAAyB,EACzB,OAA0C;QAE1C,OAAO,IAAI,CAAC,OAAO,CAClB;YACC,KAAK,EAAE,eAAe;YACtB,OAAO,EAAE,eAAe;YACxB,OAAO,EAAE,eAAe,EAAE,2BAA2B;YACrD,IAAI,EAAE,IAAI;YACV,gBAAgB,EAAE,IAAI;YACtB,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;YACjD,kBAAkB,EAAE,IAAI;SACxB,EACD,gBAAgB,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,CAAC,EACzF,IAAI,CACJ,CAAC;IACH,CAAC;IAED;;;;OAIG;IACO,WAAW,CAAC,OAAgB;QACrC,OAAO;YACN,oBAAoB,EAAE;YACtB,mBAAmB,EAAE;YACrB,kBAAkB,EAAE;YACpB,oBAAoB,EAAE;YACtB,0BAA0B,EAAE;YAC5B,2BAA2B,EAAE;YAC7B,iCAAiC,EAAE;YACnC,oCAAoC,EAAE;YACtC,sBAAsB,EAAE;YACxB,yBAAyB,EAAE;YAC3B,sCAAsC,EAAE;YACxC,sCAAsC,EAAE;YACxC,sCAAsC,EAAE;YACxC,wCAAwC,EAAE;YAC1C,uBAAuB,EAAE;YACzB,uBAAuB,EAAE;SACzB,CAAC;IACH,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport path from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { CLIBase } from \"@twin.org/cli-core\";\nimport { buildCommandAddress, buildCommandMnemonic } from \"@twin.org/crypto-cli\";\nimport { buildCommandFaucet, buildCommandTransfer } from \"@twin.org/wallet-cli\";\nimport type { Command } from \"commander\";\nimport { buildCommandIdentityCreate } from \"./commands/identityCreate.js\";\nimport { buildCommandIdentityResolve } from \"./commands/identityResolve.js\";\nimport { buildCommandProofCreate } from \"./commands/proofCreate.js\";\nimport { buildCommandProofVerify } from \"./commands/proofVerify.js\";\nimport { buildCommandServiceAdd } from \"./commands/serviceAdd.js\";\nimport { buildCommandServiceRemove } from \"./commands/serviceRemove.js\";\nimport { buildCommandVerifiableCredentialCreate } from \"./commands/verifiableCredentialCreate.js\";\nimport { buildCommandVerifiableCredentialRevoke } from \"./commands/verifiableCredentialRevoke.js\";\nimport { buildCommandVerifiableCredentialUnrevoke } from \"./commands/verifiableCredentialUnrevoke.js\";\nimport { buildCommandVerifiableCredentialVerify } from \"./commands/verifiableCredentialVerify.js\";\nimport { buildCommandVerificationMethodAdd } from \"./commands/verificationMethodAdd.js\";\nimport { buildCommandVerificationMethodRemove } from \"./commands/verificationMethodRemove.js\";\n\n/**\n * The main entry point for the CLI.\n */\nexport class CLI extends CLIBase {\n\t/**\n\t * Run the app.\n\t * @param argv The process arguments.\n\t * @param localesDirectory The directory for the locales, default to relative to the script.\n\t * @param options Additional options for the CLI.\n\t * @param options.overrideOutputWidth The override output width.\n\t * @returns The exit code.\n\t */\n\tpublic async run(\n\t\targv: string[],\n\t\tlocalesDirectory?: string,\n\t\toptions?: { overrideOutputWidth?: number }\n\t): Promise<number> {\n\t\treturn this.execute(\n\t\t\t{\n\t\t\t\ttitle: \"TWIN Identity\",\n\t\t\t\tappName: \"twin-identity\",\n\t\t\t\tversion: \"0.0.3-next.19\", // x-release-please-version\n\t\t\t\ticon: \"🌍\",\n\t\t\t\tsupportsEnvFiles: true,\n\t\t\t\toverrideOutputWidth: options?.overrideOutputWidth,\n\t\t\t\tshowDevToolWarning: true\n\t\t\t},\n\t\t\tlocalesDirectory ?? path.join(path.dirname(fileURLToPath(import.meta.url)), \"../locales\"),\n\t\t\targv\n\t\t);\n\t}\n\n\t/**\n\t * Get the commands for the CLI.\n\t * @param program The main program to add the commands to.\n\t * @internal\n\t */\n\tprotected getCommands(program: Command): Command[] {\n\t\treturn [\n\t\t\tbuildCommandMnemonic(),\n\t\t\tbuildCommandAddress(),\n\t\t\tbuildCommandFaucet(),\n\t\t\tbuildCommandTransfer(),\n\t\t\tbuildCommandIdentityCreate(),\n\t\t\tbuildCommandIdentityResolve(),\n\t\t\tbuildCommandVerificationMethodAdd(),\n\t\t\tbuildCommandVerificationMethodRemove(),\n\t\t\tbuildCommandServiceAdd(),\n\t\t\tbuildCommandServiceRemove(),\n\t\t\tbuildCommandVerifiableCredentialCreate(),\n\t\t\tbuildCommandVerifiableCredentialVerify(),\n\t\t\tbuildCommandVerifiableCredentialRevoke(),\n\t\t\tbuildCommandVerifiableCredentialUnrevoke(),\n\t\t\tbuildCommandProofCreate(),\n\t\t\tbuildCommandProofVerify()\n\t\t];\n\t}\n}\n"]}
@@ -47,9 +47,9 @@
47
47
  "atLeastOneNumber": "The value should contain at least one number",
48
48
  "atLeastOneSpecialChar": "The value should contain at least one symbol",
49
49
  "schema": {
50
- "failedValidation": "The JSON schema failed validation, {message}",
51
50
  "missingType": "Failed to validate as there is no handler for type \"{dataType}\""
52
- }
51
+ },
52
+ "schemaFailed": "Schema failed validation, \"{message}\", keyword: \"{keyword}\", schemaPath: \"{schemaPath}\""
53
53
  },
54
54
  "guard": {
55
55
  "undefined": "Property \"{property}\" must be defined, it is \"{value}\"",
@@ -253,6 +253,7 @@
253
253
  "resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
254
254
  },
255
255
  "iotaIdentityConnector": {
256
+ "addAlsoKnownAsFailed": "Adding to the alsoKnownAs property failed",
256
257
  "addServiceFailed": "Adding the service failed",
257
258
  "addVerificationMethodFailed": "Adding the verification method failed",
258
259
  "algorithmKeyTypeMismatch": "Algorithm \"{algorithm}\" requires key type \"{expectedKeyType}\", but key \"{keyId}\" has type \"{actualKeyType}\"",
@@ -266,6 +267,7 @@
266
267
  "documentNotFound": "The document could not be found",
267
268
  "gasStationTransactionBuildFailed": "Building the gas station transaction failed",
268
269
  "identityNotFound": "The identity could not be found \"{notFoundId}\"",
270
+ "invalidAlias": "The alias is invalid it must be a Url or Urn, it is \"{alias}\"",
269
271
  "invalidSubjectId": "The subject id format is invalid it must be a Url or Urn, it is \"{subjectId}\"",
270
272
  "methodMissing": "The verification method specified does not exist \"{method}\"",
271
273
  "missingControllerToken": "The controller token is missing",
@@ -273,6 +275,7 @@
273
275
  "privateKeyMissing": "The verification method contains no privateKey \"{keyId}\"",
274
276
  "publicKeyJwkMethodMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
275
277
  "publicKeyJwkMissing": "The verification method contains no publicKeyJwk in JWK \"{jwk}\"",
278
+ "removeAlsoKnownAsFailed": "Removing from the alsoKnownAs property failed",
276
279
  "removeDocumentFailed": "Removing the document failed",
277
280
  "removeServiceFailed": "Removing the service failed",
278
281
  "removeVerificationMethodFailed": "Removing the verification method failed",
@@ -296,6 +299,12 @@
296
299
  "gasStationTransactionFailed": "The gas station transaction failed",
297
300
  "dryRunFailed": "The dry run execution failed"
298
301
  },
302
+ "iotaIdentityUtils": {
303
+ "getControllerCapInfoFailed": "Getting the controller capability info for the identity failed",
304
+ "identityNotFound": "The identity could not be found \"{notFoundId}\"",
305
+ "identityDeleted": "The identity \"{identityId}\" has been deleted and cannot be used for minting",
306
+ "controllerTokenNotFound": "No controller token found for the identity \"{notFoundId}\" with the provided controller address"
307
+ },
299
308
  "iotaSmartContractUtils": {
300
309
  "migrationFailed": "Smart contract migration failed",
301
310
  "migrateSmartContractFailed": "Failed to migrate smart contract for object \"{objectId}\"",
package/docs/changelog.md CHANGED
@@ -1,11 +1,41 @@
1
- # @twin.org/identity-cli - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.17](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.16...identity-cli-v0.0.3-next.17) (2026-02-24)
3
+ ## [0.0.3-next.19](https://github.com/twinfoundation/twin-identity/compare/identity-cli-v0.0.3-next.18...identity-cli-v0.0.3-next.19) (2026-04-29)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **identity-cli:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
16
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.18 to 0.0.3-next.19
17
+
18
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.17...identity-cli-v0.0.3-next.18) (2026-02-27)
19
+
20
+
21
+ ### Miscellaneous Chores
22
+
23
+ * **identity-cli:** Synchronize repo versions
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
31
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.17 to 0.0.3-next.18
32
+
33
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.16...identity-cli-v0.0.3-next.17) (2026-02-24)
4
34
 
5
35
 
6
36
  ### Features
7
37
 
8
- * implement async proof signing with vault security ([#110](https://github.com/twinfoundation/identity/issues/110)) ([9651c24](https://github.com/twinfoundation/identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
38
+ * implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
9
39
 
10
40
 
11
41
  ### Dependencies
@@ -15,7 +45,7 @@
15
45
  * @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
16
46
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.16 to 0.0.3-next.17
17
47
 
18
- ## [0.0.3-next.16](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.15...identity-cli-v0.0.3-next.16) (2026-02-13)
48
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.15...identity-cli-v0.0.3-next.16) (2026-02-13)
19
49
 
20
50
 
21
51
  ### Miscellaneous Chores
@@ -30,12 +60,12 @@
30
60
  * @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
31
61
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.15 to 0.0.3-next.16
32
62
 
33
- ## [0.0.3-next.15](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.14...identity-cli-v0.0.3-next.15) (2026-02-12)
63
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.14...identity-cli-v0.0.3-next.15) (2026-02-12)
34
64
 
35
65
 
36
66
  ### Bug Fixes
37
67
 
38
- * correct vault usage in cli commands ([#106](https://github.com/twinfoundation/identity/issues/106)) ([d81671d](https://github.com/twinfoundation/identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
68
+ * correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
39
69
 
40
70
 
41
71
  ### Dependencies
@@ -45,7 +75,7 @@
45
75
  * @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
46
76
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.14 to 0.0.3-next.15
47
77
 
48
- ## [0.0.3-next.14](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.13...identity-cli-v0.0.3-next.14) (2026-02-10)
78
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.13...identity-cli-v0.0.3-next.14) (2026-02-10)
49
79
 
50
80
 
51
81
  ### Miscellaneous Chores
@@ -60,7 +90,7 @@
60
90
  * @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
61
91
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.13 to 0.0.3-next.14
62
92
 
63
- ## [0.0.3-next.13](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.12...identity-cli-v0.0.3-next.13) (2026-01-21)
93
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.12...identity-cli-v0.0.3-next.13) (2026-01-21)
64
94
 
65
95
 
66
96
  ### Miscellaneous Chores
@@ -75,7 +105,7 @@
75
105
  * @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
76
106
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.12 to 0.0.3-next.13
77
107
 
78
- ## [0.0.3-next.12](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.11...identity-cli-v0.0.3-next.12) (2026-01-19)
108
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.11...identity-cli-v0.0.3-next.12) (2026-01-19)
79
109
 
80
110
 
81
111
  ### Miscellaneous Chores
@@ -90,36 +120,36 @@
90
120
  * @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
91
121
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.11 to 0.0.3-next.12
92
122
 
93
- ## [0.0.3-next.11](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.10...identity-cli-v0.0.3-next.11) (2026-01-15)
123
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.10...identity-cli-v0.0.3-next.11) (2026-01-15)
94
124
 
95
125
 
96
126
  ### Features
97
127
 
98
- * add addressIndex option to all commands ([a644674](https://github.com/twinfoundation/identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
99
- * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
100
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
101
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
102
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
103
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
104
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
105
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
106
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
107
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
108
- * update namespaces and contexts ([#90](https://github.com/twinfoundation/identity/issues/90)) ([0c34d64](https://github.com/twinfoundation/identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
109
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
110
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
111
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
128
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
129
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
130
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
131
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
132
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
133
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
134
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
135
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
136
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
137
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
138
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
139
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
140
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
141
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
112
142
 
113
143
 
114
144
  ### Bug Fixes
115
145
 
116
- * correctly display mainnet explorer urls ([45a9f3c](https://github.com/twinfoundation/identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
117
- * expiration date coerced to full date time ([83e94e3](https://github.com/twinfoundation/identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
118
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
119
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
120
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
121
- * remove unused address index params in CLI ([c4c0cc1](https://github.com/twinfoundation/identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
122
- * update vault key naming convention to use document ID prefix ([#94](https://github.com/twinfoundation/identity/issues/94)) ([ab125c1](https://github.com/twinfoundation/identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
146
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
147
+ * expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
148
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
149
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
150
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
151
+ * remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
152
+ * update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
123
153
 
124
154
 
125
155
  ### Dependencies
@@ -129,12 +159,12 @@
129
159
  * @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
130
160
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.10 to 0.0.3-next.11
131
161
 
132
- ## [0.0.3-next.10](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.9...identity-cli-v0.0.3-next.10) (2026-01-15)
162
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.9...identity-cli-v0.0.3-next.10) (2026-01-15)
133
163
 
134
164
 
135
165
  ### Bug Fixes
136
166
 
137
- * expiration date coerced to full date time ([83e94e3](https://github.com/twinfoundation/identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
167
+ * expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
138
168
 
139
169
 
140
170
  ### Dependencies
@@ -144,12 +174,12 @@
144
174
  * @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
145
175
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.9 to 0.0.3-next.10
146
176
 
147
- ## [0.0.3-next.9](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.8...identity-cli-v0.0.3-next.9) (2026-01-14)
177
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.8...identity-cli-v0.0.3-next.9) (2026-01-14)
148
178
 
149
179
 
150
180
  ### Bug Fixes
151
181
 
152
- * update vault key naming convention to use document ID prefix ([#94](https://github.com/twinfoundation/identity/issues/94)) ([ab125c1](https://github.com/twinfoundation/identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
182
+ * update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
153
183
 
154
184
 
155
185
  ### Dependencies
@@ -159,12 +189,12 @@
159
189
  * @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
160
190
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.8 to 0.0.3-next.9
161
191
 
162
- ## [0.0.3-next.8](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.7...identity-cli-v0.0.3-next.8) (2026-01-14)
192
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.7...identity-cli-v0.0.3-next.8) (2026-01-14)
163
193
 
164
194
 
165
195
  ### Features
166
196
 
167
- * update namespaces and contexts ([#90](https://github.com/twinfoundation/identity/issues/90)) ([0c34d64](https://github.com/twinfoundation/identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
197
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
168
198
 
169
199
 
170
200
  ### Dependencies
@@ -174,7 +204,7 @@
174
204
  * @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
175
205
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.7 to 0.0.3-next.8
176
206
 
177
- ## [0.0.3-next.7](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.6...identity-cli-v0.0.3-next.7) (2026-01-13)
207
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.6...identity-cli-v0.0.3-next.7) (2026-01-13)
178
208
 
179
209
 
180
210
  ### Miscellaneous Chores
@@ -189,7 +219,7 @@
189
219
  * @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
190
220
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.6 to 0.0.3-next.7
191
221
 
192
- ## [0.0.3-next.6](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.5...identity-cli-v0.0.3-next.6) (2025-11-26)
222
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.5...identity-cli-v0.0.3-next.6) (2025-11-26)
193
223
 
194
224
 
195
225
  ### Miscellaneous Chores
@@ -204,12 +234,12 @@
204
234
  * @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
205
235
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.5 to 0.0.3-next.6
206
236
 
207
- ## [0.0.3-next.5](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.4...identity-cli-v0.0.3-next.5) (2025-11-20)
237
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.4...identity-cli-v0.0.3-next.5) (2025-11-20)
208
238
 
209
239
 
210
240
  ### Bug Fixes
211
241
 
212
- * remove unused address index params in CLI ([c4c0cc1](https://github.com/twinfoundation/identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
242
+ * remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
213
243
 
214
244
 
215
245
  ### Dependencies
@@ -219,32 +249,32 @@
219
249
  * @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
220
250
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.4 to 0.0.3-next.5
221
251
 
222
- ## [0.0.3-next.4](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.3...identity-cli-v0.0.3-next.4) (2025-11-17)
252
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.3...identity-cli-v0.0.3-next.4) (2025-11-17)
223
253
 
224
254
 
225
255
  ### Features
226
256
 
227
- * add addressIndex option to all commands ([a644674](https://github.com/twinfoundation/identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
228
- * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
229
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
230
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
231
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
232
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
233
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
234
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
235
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
236
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
237
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
238
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
239
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
257
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
258
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
259
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
260
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
261
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
262
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
263
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
264
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
265
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
266
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
267
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
268
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
269
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
240
270
 
241
271
 
242
272
  ### Bug Fixes
243
273
 
244
- * correctly display mainnet explorer urls ([45a9f3c](https://github.com/twinfoundation/identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
245
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
246
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
247
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
274
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
275
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
276
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
277
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
248
278
 
249
279
 
250
280
  ### Dependencies
@@ -254,7 +284,7 @@
254
284
  * @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
255
285
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.3 to 0.0.3-next.4
256
286
 
257
- ## [0.0.3-next.3](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.2...identity-cli-v0.0.3-next.3) (2025-11-17)
287
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.2...identity-cli-v0.0.3-next.3) (2025-11-17)
258
288
 
259
289
 
260
290
  ### Miscellaneous Chores
@@ -269,7 +299,7 @@
269
299
  * @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
270
300
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.2 to 0.0.3-next.3
271
301
 
272
- ## [0.0.3-next.2](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.1...identity-cli-v0.0.3-next.2) (2025-11-14)
302
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.1...identity-cli-v0.0.3-next.2) (2025-11-14)
273
303
 
274
304
 
275
305
  ### Miscellaneous Chores
@@ -284,32 +314,32 @@
284
314
  * @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
285
315
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.1 to 0.0.3-next.2
286
316
 
287
- ## [0.0.3-next.1](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.0...identity-cli-v0.0.3-next.1) (2025-11-11)
317
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.0...identity-cli-v0.0.3-next.1) (2025-11-11)
288
318
 
289
319
 
290
320
  ### Features
291
321
 
292
- * add addressIndex option to all commands ([a644674](https://github.com/twinfoundation/identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
293
- * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
294
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
295
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
296
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
297
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
298
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
299
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
300
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
301
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
302
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
303
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
304
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
322
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
323
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
324
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
325
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
326
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
327
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
328
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
329
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
330
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
331
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
332
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
333
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
334
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
305
335
 
306
336
 
307
337
  ### Bug Fixes
308
338
 
309
- * correctly display mainnet explorer urls ([45a9f3c](https://github.com/twinfoundation/identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
310
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
311
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
312
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
339
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
340
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
341
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
342
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
313
343
 
314
344
 
315
345
  ### Dependencies
@@ -319,7 +349,7 @@
319
349
  * @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
320
350
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.0 to 0.0.3-next.1
321
351
 
322
- ## [0.0.2-next.10](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.9...identity-cli-v0.0.2-next.10) (2025-10-27)
352
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.9...identity-cli-v0.0.2-next.10) (2025-10-27)
323
353
 
324
354
 
325
355
  ### Miscellaneous Chores
@@ -334,12 +364,12 @@
334
364
  * @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
335
365
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.9 to 0.0.2-next.10
336
366
 
337
- ## [0.0.2-next.9](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.8...identity-cli-v0.0.2-next.9) (2025-10-09)
367
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.8...identity-cli-v0.0.2-next.9) (2025-10-09)
338
368
 
339
369
 
340
370
  ### Features
341
371
 
342
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
372
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
343
373
 
344
374
 
345
375
  ### Dependencies
@@ -349,7 +379,7 @@
349
379
  * @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
350
380
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.8 to 0.0.2-next.9
351
381
 
352
- ## [0.0.2-next.8](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.7...identity-cli-v0.0.2-next.8) (2025-09-25)
382
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.7...identity-cli-v0.0.2-next.8) (2025-09-25)
353
383
 
354
384
 
355
385
  ### Miscellaneous Chores
@@ -364,7 +394,7 @@
364
394
  * @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
365
395
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.7 to 0.0.2-next.8
366
396
 
367
- ## [0.0.2-next.7](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.6...identity-cli-v0.0.2-next.7) (2025-09-23)
397
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.6...identity-cli-v0.0.2-next.7) (2025-09-23)
368
398
 
369
399
 
370
400
  ### Miscellaneous Chores
@@ -379,7 +409,7 @@
379
409
  * @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
380
410
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.6 to 0.0.2-next.7
381
411
 
382
- ## [0.0.2-next.6](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.5...identity-cli-v0.0.2-next.6) (2025-09-23)
412
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.5...identity-cli-v0.0.2-next.6) (2025-09-23)
383
413
 
384
414
 
385
415
  ### Miscellaneous Chores
@@ -394,12 +424,12 @@
394
424
  * @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
395
425
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.5 to 0.0.2-next.6
396
426
 
397
- ## [0.0.2-next.5](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.4...identity-cli-v0.0.2-next.5) (2025-09-15)
427
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.4...identity-cli-v0.0.2-next.5) (2025-09-15)
398
428
 
399
429
 
400
430
  ### Features
401
431
 
402
- * add addressIndex option to all commands ([a644674](https://github.com/twinfoundation/identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
432
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
403
433
 
404
434
 
405
435
  ### Dependencies
@@ -409,12 +439,12 @@
409
439
  * @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
410
440
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.4 to 0.0.2-next.5
411
441
 
412
- ## [0.0.2-next.4](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.3...identity-cli-v0.0.2-next.4) (2025-09-12)
442
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.3...identity-cli-v0.0.2-next.4) (2025-09-12)
413
443
 
414
444
 
415
445
  ### Features
416
446
 
417
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
447
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
418
448
 
419
449
 
420
450
  ### Dependencies
@@ -424,12 +454,12 @@
424
454
  * @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
425
455
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.3 to 0.0.2-next.4
426
456
 
427
- ## [0.0.2-next.3](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.2...identity-cli-v0.0.2-next.3) (2025-08-29)
457
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.2...identity-cli-v0.0.2-next.3) (2025-08-29)
428
458
 
429
459
 
430
460
  ### Features
431
461
 
432
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
462
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
433
463
 
434
464
 
435
465
  ### Dependencies
@@ -439,12 +469,12 @@
439
469
  * @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
440
470
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.2 to 0.0.2-next.3
441
471
 
442
- ## [0.0.2-next.2](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.1...identity-cli-v0.0.2-next.2) (2025-08-20)
472
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.1...identity-cli-v0.0.2-next.2) (2025-08-20)
443
473
 
444
474
 
445
475
  ### Features
446
476
 
447
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
477
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
448
478
 
449
479
 
450
480
  ### Dependencies
@@ -454,26 +484,26 @@
454
484
  * @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
455
485
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.1 to 0.0.2-next.2
456
486
 
457
- ## [0.0.2-next.1](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.0...identity-cli-v0.0.2-next.1) (2025-08-18)
487
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.0...identity-cli-v0.0.2-next.1) (2025-08-18)
458
488
 
459
489
 
460
490
  ### Features
461
491
 
462
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
463
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
464
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
465
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
466
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
467
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
468
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
492
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
493
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
494
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
495
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
496
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
497
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
498
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
469
499
 
470
500
 
471
501
  ### Bug Fixes
472
502
 
473
- * correctly display mainnet explorer urls ([45a9f3c](https://github.com/twinfoundation/identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
474
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
475
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
476
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
503
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
504
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
505
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
506
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
477
507
 
478
508
 
479
509
  ### Dependencies
@@ -488,7 +518,7 @@
488
518
 
489
519
  ### Features
490
520
 
491
- * release to production ([8450ad7](https://github.com/twinfoundation/identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
521
+ * release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
492
522
 
493
523
 
494
524
  ### Dependencies
@@ -498,7 +528,7 @@
498
528
  * @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
499
529
  * @twin.org/identity-connector-iota bumped from ^0.0.0 to ^0.0.1
500
530
 
501
- ## [0.0.1-next.57](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.56...identity-cli-v0.0.1-next.57) (2025-07-08)
531
+ ## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.56...identity-cli-v0.0.1-next.57) (2025-07-08)
502
532
 
503
533
 
504
534
  ### Miscellaneous Chores
@@ -513,7 +543,7 @@
513
543
  * @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
514
544
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.56 to 0.0.1-next.57
515
545
 
516
- ## [0.0.1-next.56](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.55...identity-cli-v0.0.1-next.56) (2025-06-30)
546
+ ## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.55...identity-cli-v0.0.1-next.56) (2025-06-30)
517
547
 
518
548
 
519
549
  ### Miscellaneous Chores
@@ -528,25 +558,25 @@
528
558
  * @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
529
559
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.55 to 0.0.1-next.56
530
560
 
531
- ## [0.0.1-next.55](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.54...identity-cli-v0.0.1-next.55) (2025-06-26)
561
+ ## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.54...identity-cli-v0.0.1-next.55) (2025-06-26)
532
562
 
533
563
 
534
564
  ### Features
535
565
 
536
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
537
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
538
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
539
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
540
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
541
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
542
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
566
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
567
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
568
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
569
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
570
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
571
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
572
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
543
573
 
544
574
 
545
575
  ### Bug Fixes
546
576
 
547
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
548
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
549
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
577
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
578
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
579
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
550
580
 
551
581
 
552
582
  ### Dependencies
@@ -556,7 +586,7 @@
556
586
  * @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
557
587
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.54 to 0.0.1-next.55
558
588
 
559
- ## [0.0.1-next.54](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.53...identity-cli-v0.0.1-next.54) (2025-06-26)
589
+ ## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.53...identity-cli-v0.0.1-next.54) (2025-06-26)
560
590
 
561
591
 
562
592
  ### Miscellaneous Chores
@@ -571,7 +601,7 @@
571
601
  * @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
572
602
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.53 to 0.0.1-next.54
573
603
 
574
- ## [0.0.1-next.53](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.52...identity-cli-v0.0.1-next.53) (2025-06-23)
604
+ ## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.52...identity-cli-v0.0.1-next.53) (2025-06-23)
575
605
 
576
606
 
577
607
  ### Miscellaneous Chores
@@ -586,7 +616,7 @@
586
616
  * @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
587
617
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.52 to 0.0.1-next.53
588
618
 
589
- ## [0.0.1-next.52](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.51...identity-cli-v0.0.1-next.52) (2025-06-20)
619
+ ## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.51...identity-cli-v0.0.1-next.52) (2025-06-20)
590
620
 
591
621
 
592
622
  ### Miscellaneous Chores
@@ -601,12 +631,12 @@
601
631
  * @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
602
632
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.51 to 0.0.1-next.52
603
633
 
604
- ## [0.0.1-next.51](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.50...identity-cli-v0.0.1-next.51) (2025-06-19)
634
+ ## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.50...identity-cli-v0.0.1-next.51) (2025-06-19)
605
635
 
606
636
 
607
637
  ### Features
608
638
 
609
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
639
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
610
640
 
611
641
 
612
642
  ### Dependencies
@@ -616,12 +646,12 @@
616
646
  * @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
617
647
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.50 to 0.0.1-next.51
618
648
 
619
- ## [0.0.1-next.50](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.49...identity-cli-v0.0.1-next.50) (2025-06-19)
649
+ ## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.49...identity-cli-v0.0.1-next.50) (2025-06-19)
620
650
 
621
651
 
622
652
  ### Features
623
653
 
624
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
654
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
625
655
 
626
656
 
627
657
  ### Dependencies
@@ -631,12 +661,12 @@
631
661
  * @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
632
662
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.49 to 0.0.1-next.50
633
663
 
634
- ## [0.0.1-next.49](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.48...identity-cli-v0.0.1-next.49) (2025-06-18)
664
+ ## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.48...identity-cli-v0.0.1-next.49) (2025-06-18)
635
665
 
636
666
 
637
667
  ### Features
638
668
 
639
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
669
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
640
670
 
641
671
 
642
672
  ### Dependencies
@@ -646,12 +676,12 @@
646
676
  * @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
647
677
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.48 to 0.0.1-next.49
648
678
 
649
- ## [0.0.1-next.48](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.47...identity-cli-v0.0.1-next.48) (2025-06-17)
679
+ ## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.47...identity-cli-v0.0.1-next.48) (2025-06-17)
650
680
 
651
681
 
652
682
  ### Features
653
683
 
654
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
684
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
655
685
 
656
686
 
657
687
  ### Dependencies
@@ -661,12 +691,12 @@
661
691
  * @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
662
692
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.47 to 0.0.1-next.48
663
693
 
664
- ## [0.0.1-next.47](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.46...identity-cli-v0.0.1-next.47) (2025-06-12)
694
+ ## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.46...identity-cli-v0.0.1-next.47) (2025-06-12)
665
695
 
666
696
 
667
697
  ### Features
668
698
 
669
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
699
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
670
700
 
671
701
 
672
702
  ### Dependencies
@@ -676,20 +706,20 @@
676
706
  * @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
677
707
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.46 to 0.0.1-next.47
678
708
 
679
- ## [0.0.1-next.46](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.45...identity-cli-v0.0.1-next.46) (2025-05-20)
709
+ ## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.45...identity-cli-v0.0.1-next.46) (2025-05-20)
680
710
 
681
711
 
682
712
  ### Features
683
713
 
684
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
685
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
714
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
715
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
686
716
 
687
717
 
688
718
  ### Bug Fixes
689
719
 
690
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
691
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
692
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
720
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
721
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
722
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
693
723
 
694
724
 
695
725
  ### Dependencies
@@ -699,12 +729,12 @@
699
729
  * @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
700
730
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.45 to 0.0.1-next.46
701
731
 
702
- ## [0.0.1-next.45](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.44...identity-cli-v0.0.1-next.45) (2025-05-06)
732
+ ## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.44...identity-cli-v0.0.1-next.45) (2025-05-06)
703
733
 
704
734
 
705
735
  ### Features
706
736
 
707
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
737
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
708
738
 
709
739
 
710
740
  ### Dependencies
@@ -714,7 +744,7 @@
714
744
  * @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
715
745
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.44 to 0.0.1-next.45
716
746
 
717
- ## [0.0.1-next.44](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.43...identity-cli-v0.0.1-next.44) (2025-04-30)
747
+ ## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.43...identity-cli-v0.0.1-next.44) (2025-04-30)
718
748
 
719
749
 
720
750
  ### Miscellaneous Chores
@@ -729,12 +759,12 @@
729
759
  * @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
730
760
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.43 to 0.0.1-next.44
731
761
 
732
- ## [0.0.1-next.43](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.42...identity-cli-v0.0.1-next.43) (2025-04-25)
762
+ ## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.42...identity-cli-v0.0.1-next.43) (2025-04-25)
733
763
 
734
764
 
735
765
  ### Bug Fixes
736
766
 
737
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
767
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
738
768
 
739
769
 
740
770
  ### Dependencies
@@ -744,12 +774,12 @@
744
774
  * @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
745
775
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.42 to 0.0.1-next.43
746
776
 
747
- ## [0.0.1-next.42](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.41...identity-cli-v0.0.1-next.42) (2025-04-17)
777
+ ## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.41...identity-cli-v0.0.1-next.42) (2025-04-17)
748
778
 
749
779
 
750
780
  ### Features
751
781
 
752
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
782
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
753
783
 
754
784
 
755
785
  ### Dependencies
@@ -759,7 +789,7 @@
759
789
  * @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
760
790
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.41 to 0.0.1-next.42
761
791
 
762
- ## [0.0.1-next.41](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.40...identity-cli-v0.0.1-next.41) (2025-04-09)
792
+ ## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.40...identity-cli-v0.0.1-next.41) (2025-04-09)
763
793
 
764
794
 
765
795
  ### Miscellaneous Chores
@@ -774,13 +804,13 @@
774
804
  * @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
775
805
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.40 to 0.0.1-next.41
776
806
 
777
- ## [0.0.1-next.40](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.39...identity-cli-v0.0.1-next.40) (2025-03-28)
807
+ ## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.39...identity-cli-v0.0.1-next.40) (2025-03-28)
778
808
 
779
809
 
780
810
  ### Bug Fixes
781
811
 
782
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
783
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
812
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
813
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
784
814
 
785
815
 
786
816
  ### Dependencies
@@ -22,7 +22,7 @@ The main entry point for the CLI.
22
22
 
23
23
  ## Methods
24
24
 
25
- ### run()
25
+ ### run() {#run}
26
26
 
27
27
  > **run**(`argv`, `localesDirectory?`, `options?`): `Promise`\<`number`\>
28
28
 
@@ -6,7 +6,7 @@ The identity connector types.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### Iota
9
+ ### Iota {#iota}
10
10
 
11
11
  > `readonly` **Iota**: `"iota"` = `"iota"`
12
12
 
@@ -6,7 +6,7 @@ The identity resolver connector types.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### Iota
9
+ ### Iota {#iota}
10
10
 
11
11
  > `readonly` **Iota**: `"iota"` = `"iota"`
12
12
 
@@ -1,4 +1,6 @@
1
- # @twin.org/identity-cli - Examples
1
+ # Identity CLI Usage
2
+
3
+ Use this output to check available commands quickly before running identity workflows from your terminal.
2
4
 
3
5
  ## Running
4
6
 
@@ -15,7 +17,7 @@ or run directly using NPX:
15
17
  npx "@twin.org/identity-cli"
16
18
  ```
17
19
 
18
- Output
20
+ ## Help
19
21
 
20
22
  ```shell
21
23
  🌍 TWIN Identity v1.0.0
@@ -47,13 +49,7 @@ Commands:
47
49
  proof-verify [options] Verify a proof for some data using a verification method.
48
50
  ```
49
51
 
50
- You can get further detail on the sub commands by using the help option for the individual commands.
51
-
52
- ```shell
53
- twin-identity identity-create --help
54
- ```
55
-
56
- Output
52
+ ## identity-create --help
57
53
 
58
54
  ```shell
59
55
  🌍 TWIN Identity v1.0.0
@@ -75,13 +71,19 @@ Options:
75
71
  -h, --help display help for command
76
72
  ```
77
73
 
74
+ ## Example
75
+
76
+ ```shell
77
+ twin-identity identity-resolve --load-env config.env identity.env --did !DID --json did-document.json
78
+ ```
79
+
78
80
  The commands `mnemonic`, `address`, `faucet` and `transfer` are described in more detail in the examples for `crypto-cli` and `wallet-cli`.
79
81
 
80
82
  ## Command
81
83
 
82
84
  ### identity-create
83
85
 
84
- Use this command to create a new DID, the wallet address must have sufficient funds to store the identity. The seed and the funds can be generated using the `mnemonic` and `faucet` commands.
86
+ Use this command to create a new DID. The wallet address must have sufficient funds to store the identity. The seed and the funds can be generated using the `mnemonic` and `faucet` commands.
85
87
 
86
88
  ```shell
87
89
  # Generate a seed and mnemonic and store it in the env file
@@ -90,7 +92,7 @@ twin-identity mnemonic --env wallet.env
90
92
  twin-identity address --load-env wallet.env --hrp tst --seed !SEED --count 4 --env wallet.env --merge-env
91
93
  ```
92
94
 
93
- To run this on the IOTA testnet you will need an env file with the following settings. Store the following config as config.env
95
+ To run this on the IOTA testnet you will need an env file with the following settings. Store the following config as config.env.
94
96
 
95
97
  ```shell
96
98
  NODE_URL="https://api.devnet.iota.cafe"
@@ -111,7 +113,7 @@ twin-identity identity-create --load-env config.env wallet.env --seed !SEED --en
111
113
 
112
114
  ### identity-resolve
113
115
 
114
- The identity resolve will lookup and identity by DID to check it exists and return the DID document.
116
+ The identity resolve command looks up an identity by DID to check it exists and return the DID document.
115
117
 
116
118
  ```shell
117
119
  twin-identity identity-resolve --load-env config.env identity.env --did !DID --json did-document.json
@@ -119,7 +121,7 @@ twin-identity identity-resolve --load-env config.env identity.env --did !DID --j
119
121
 
120
122
  ### verification-method-add
121
123
 
122
- This command will add a verification method to a DID document.
124
+ This command adds a verification method to a DID document.
123
125
 
124
126
  ```shell
125
127
  twin-identity verification-method-add --load-env config.env wallet.env identity.env --seed !SEED --did !DID --type verificationMethod --env verification-method.env
@@ -127,7 +129,7 @@ twin-identity verification-method-add --load-env config.env wallet.env identity.
127
129
 
128
130
  ### verification-method-remove
129
131
 
130
- This command will remove a verification method from a DID document.
132
+ This command removes a verification method from a DID document.
131
133
 
132
134
  ```shell
133
135
  twin-identity verification-method-remove --load-env config.env wallet.env identity.env verification-method.env --seed !SEED --id !DID_VERIFICATION_METHOD_ID
@@ -135,15 +137,15 @@ twin-identity verification-method-remove --load-env config.env wallet.env identi
135
137
 
136
138
  ### service-add
137
139
 
138
- This command will add a service to a DID document.
140
+ This command adds a service to a DID document.
139
141
 
140
142
  ```shell
141
- twin-identity service-add --load-env config.env wallet.env identity.env --seed !SEED --did !DID --id linked-domain --type LinkedDomains --endpoint https://www.twindev.org --env service.env
143
+ twin-identity service-add --load-env config.env wallet.env identity.env --seed !SEED --did !DID --id linked-domain --type LinkedDomains --endpoint https://example.org --env service.env
142
144
  ```
143
145
 
144
146
  ### service-remove
145
147
 
146
- This command will remove a service from the DID document.
148
+ This command removes a service from the DID document.
147
149
 
148
150
  ```shell
149
151
  twin-identity service-remove --load-env config.env wallet.env identity.env service.env --seed !SEED --did !DID --id !DID_SERVICE_ID
@@ -151,7 +153,7 @@ twin-identity service-remove --load-env config.env wallet.env identity.env servi
151
153
 
152
154
  ## verifiable-credential-create
153
155
 
154
- This command will generate a verifiable credential using the specified verification method. You will need to supply the data as a json file
156
+ This command generates a verifiable credential using the specified verification method. You will need to supply the data as a json file.
155
157
 
156
158
  ```json
157
159
  {
@@ -164,11 +166,7 @@ This command will generate a verifiable credential using the specified verificat
164
166
  twin-identity verifiable-credential-create --load-env config.env verification-method.env --id !DID_VERIFICATION_METHOD_ID --private-key !DID_VERIFICATION_METHOD_PRIVATE_KEY --credential-id https://example.edu/credentials/3732 --types UniversityDegreeCredential --subject-json subject.json --env vc.env --revocation-index 0
165
167
  ```
166
168
 
167
- This will output the verifiable credential as a JSON Web Token e.g.
168
-
169
- ```shell
170
- eyJraWQiOiJkaWQ6aW90YTp0c3Q6MHgxZTQ3YWQ0MjY4YWI5ZWNhNTFkYTkwNmRkNzE4MDIxZmJkNGYyZGUxYmU5NjA4NmRjMTMzZDQ0MmIwYjk3MzIyI2V5em9GMHFEUmtSQ0FlU1Rmdjd6WWFQNU00U2c2TkJLQUZ6eElhQVBTQzAiLCJ0eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9.eyJpc3MiOiJkaWQ6aW90YTp0c3Q6MHgxZTQ3YWQ0MjY4YWI5ZWNhNTFkYTkwNmRkNzE4MDIxZmJkNGYyZGUxYmU5NjA4NmRjMTMzZDQ0MmIwYjk3MzIyIiwibmJmIjoxNzE4MTk3NDA5LCJqdGkiOiJodHRwczovL2V4YW1wbGUuZWR1L2NyZWRlbnRpYWxzLzM3MzIiLCJ2YyI6eyJAY29udGV4dCI6Imh0dHBzOi8vd3d3LnczLm9yZy8yMDE4L2NyZWRlbnRpYWxzL3YxIiwidHlwZSI6WyJWZXJpZmlhYmxlQ3JlZGVudGlhbCIsIlVuaXZlcnNpdHlEZWdyZWVDcmVkZW50aWFsIl0sImNyZWRlbnRpYWxTdWJqZWN0Ijp7ImRlZ3JlZU5hbWUiOiJCYWNoZWxvciBvZiBTY2llbmNlIGFuZCBBcnRzIiwibmFtZSI6IkFsaWNlIn0sImNyZWRlbnRpYWxTdGF0dXMiOnsiaWQiOiJkaWQ6aW90YTp0c3Q6MHgxZTQ3YWQ0MjY4YWI5ZWNhNTFkYTkwNmRkNzE4MDIxZmJkNGYyZGUxYmU5NjA4NmRjMTMzZDQ0MmIwYjk3MzIyI3Jldm9jYXRpb24iLCJ0eXBlIjoiUmV2b2NhdGlvbkJpdG1hcDIwMjIiLCJyZXZvY2F0aW9uQml0bWFwSW5kZXgiOiIwIn19fQ.O3tMQ1UdGSI2qv9ia3xiT1yTmvpnJKd749POMSy42-SWTWN99HyYr5SEVIDj5cLdCORRP3Se4O7wxPe7_tfmCw
171
- ```
169
+ This command outputs the verifiable credential as a JSON Web Token.
172
170
 
173
171
  ## verifiable-credential-verify
174
172
 
@@ -196,17 +194,15 @@ twin-identity verifiable-credential-unrevoke --load-env config.env wallet.env id
196
194
 
197
195
  ## proof-create
198
196
 
199
- This command will generate a proof using the specified verification method.
197
+ This command generates a proof using the specified verification method.
200
198
 
201
199
  ```shell
202
200
  twin-identity proof-create --load-env config.env verification-method.env --id !DID_VERIFICATION_METHOD_ID --private-key !DID_VERIFICATION_METHOD_PRIVATE_KEY --document-filename unsecured.json --json data-proof.json
203
201
  ```
204
202
 
205
- This will output the proof.
206
-
207
203
  ## proof-verify
208
204
 
209
- This command will verify a proof for a document.
205
+ This command verifies a proof for a document.
210
206
 
211
207
  ```shell
212
208
  twin-identity proof-verify --load-env config.env verification-method.env --id !DID_VERIFICATION_METHOD_ID --document-filename unsecured.json --proof-filename data-proof.json
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@twin.org/identity-cli",
3
- "version": "0.0.3-next.17",
4
- "description": "A command line interface for interacting with the identity connectors",
3
+ "version": "0.0.3-next.19",
4
+ "description": "Command line tool for running identity workflows in local development and automation pipelines.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/twinfoundation/identity.git",
@@ -21,8 +21,8 @@
21
21
  "@twin.org/data-json-ld": "next",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/entity-storage-connector-memory": "next",
24
- "@twin.org/identity-connector-iota": "0.0.3-next.17",
25
- "@twin.org/identity-models": "0.0.3-next.17",
24
+ "@twin.org/identity-connector-iota": "0.0.3-next.19",
25
+ "@twin.org/identity-models": "0.0.3-next.19",
26
26
  "@twin.org/nameof": "next",
27
27
  "@twin.org/standards-w3c-did": "next",
28
28
  "@twin.org/vault-connector-entity-storage": "next",
@@ -31,7 +31,7 @@
31
31
  "@twin.org/wallet-connector-iota": "next",
32
32
  "@twin.org/wallet-models": "next",
33
33
  "@twin.org/web": "next",
34
- "commander": "14.0.2"
34
+ "commander": "14.0.3"
35
35
  },
36
36
  "main": "./dist/es/index.js",
37
37
  "types": "./dist/types/index.d.ts",