@gtsc/attestation-cli
Advanced tools
Comparing version 0.0.3-next.14 to 0.0.5-next.1
@@ -207,6 +207,2 @@ { | ||
"description": "The seed for the controller address in hex or base64 used to create the DID, or start with ! to read environment variable." | ||
}, | ||
"controller": { | ||
"param": "--controller '<'controller'>'", | ||
"description": "The address which controls the identity in bech32 format, or start with ! to read environment variable." | ||
} | ||
@@ -218,3 +214,2 @@ }, | ||
"labels": { | ||
"controller": "Controller", | ||
"identity": "Identity" | ||
@@ -780,3 +775,4 @@ } | ||
"inclusionFailed": "The transaction generated for the identity was not included in a reasonable amount of time", | ||
"insufficientFunds": "There were insufficient funds to complete the operation" | ||
"insufficientFunds": "There were insufficient funds to complete the operation", | ||
"walletConnectorMissing": "The wallet connector must be available to perform this operation" | ||
}, | ||
@@ -805,3 +801,4 @@ "entityStorageVaultConnector": { | ||
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the IOTA NFT connector \"{namespace}\"", | ||
"insufficientFunds": "There were insufficient funds to complete the operation" | ||
"insufficientFunds": "There were insufficient funds to complete the operation", | ||
"walletConnectorMissing": "The wallet connector must be available to perform this operation" | ||
} | ||
@@ -808,0 +805,0 @@ }, |
@@ -12,4 +12,4 @@ import { Command } from "commander"; | ||
* @param opts.id The id of the attestation to transfer in urn format. | ||
* @param opts.holderIdentity The new holder identity of the attestation. | ||
* @param opts.holderAddress The new holder address of the attestation. | ||
* @param opts.holderIdentity The new holder identity of the attestation. | ||
* @param opts.node The node URL. | ||
@@ -21,6 +21,6 @@ * @param opts.explorer The explorer URL. | ||
id: string; | ||
holderIdentity: string; | ||
holderAddress: string; | ||
holderIdentity: string; | ||
node: string; | ||
explorer: string; | ||
}): Promise<void>; |
@@ -140,3 +140,3 @@ # @gtsc/attestation-cli - Examples | ||
{ | ||
"id": "urn:iota-attestation:aW90YS1uZnQ6dHN0OjB4MDI3M2M3ZGEyZjJhZjg1YTE1ZWMwZTQ0OWRmOWI3NTQwNWYzYWExOTQzZmYzMjJkM2ZlODIxMDFlNzEzMzYxYg==", | ||
"id": "attestation:iota:aW90YS1uZnQ6dHN0OjB4MDI3M2M3ZGEyZjJhZjg1YTE1ZWMwZTQ0OWRmOWI3NTQwNWYzYWExOTQzZmYzMjJkM2ZlODIxMDFlNzEzMzYxYg==", | ||
"created": "2024-06-19T14:08:50Z", | ||
@@ -175,3 +175,3 @@ "ownerIdentity": "did:iota:tst:0x197c348b8ff62f515ca9685f7a4b567a073a0e6c492c641fdd029d909126da93", | ||
{ | ||
"id": "urn:iota-attestation:aW90YS1uZnQ6dHN0OjB4MDI3M2M3ZGEyZjJhZjg1YTE1ZWMwZTQ0OWRmOWI3NTQwNWYzYWExOTQzZmYzMjJkM2ZlODIxMDFlNzEzMzYxYg==", | ||
"id": "attestation:iota:aW90YS1uZnQ6dHN0OjB4MDI3M2M3ZGEyZjJhZjg1YTE1ZWMwZTQ0OWRmOWI3NTQwNWYzYWExOTQzZmYzMjJkM2ZlODIxMDFlNzEzMzYxYg==", | ||
"created": "2024-06-19T14:08:50Z", | ||
@@ -178,0 +178,0 @@ "ownerIdentity": "did:iota:tst:0x197c348b8ff62f515ca9685f7a4b567a073a0e6c492c641fdd029d909126da93", |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](attestation-cli/overview.md) • **Docs** | ||
*** | ||
# GTSC Attestation CLI | ||
@@ -17,10 +13,10 @@ | ||
Usage of the tool is shown in the examples [docs/examples.md](docs/examples.md) | ||
Usage of the tool is shown in the examples [examples.md](examples.md) | ||
## Reference | ||
Detailed reference documentation for the API can be found in [docs/reference/globals.md](docs/reference/globals.md) | ||
Detailed reference documentation for the API can be found in [reference/globals.md](reference/globals.md) | ||
## Changelog | ||
The changes between each version can be found in [docs/changelog.md](docs/changelog.md) | ||
The changes between each version can be found in [changelog.md](changelog.md) |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](../overview.md) • **Docs** | ||
*** | ||
# Class: CLI | ||
@@ -6,0 +2,0 @@ |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](../overview.md) • **Docs** | ||
*** | ||
# Function: actionCommandAttestationAttest() | ||
@@ -6,0 +2,0 @@ |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](../overview.md) • **Docs** | ||
*** | ||
# Function: actionCommandAttestationTransfer() | ||
@@ -25,2 +21,6 @@ | ||
• **opts.holderIdentity**: `string` | ||
The new holder identity of the attestation. | ||
• **opts.holderAddress**: `string` | ||
@@ -30,6 +30,2 @@ | ||
• **opts.holderIdentity**: `string` | ||
The new holder identity of the attestation. | ||
• **opts.node**: `string` | ||
@@ -36,0 +32,0 @@ |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](../overview.md) • **Docs** | ||
*** | ||
# Function: actionCommandAttestationVerify() | ||
@@ -6,0 +2,0 @@ |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](../overview.md) • **Docs** | ||
*** | ||
# Function: buildCommandAttestationAttest() | ||
@@ -6,0 +2,0 @@ |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](../overview.md) • **Docs** | ||
*** | ||
# Function: buildCommandAttestationTransfer() | ||
@@ -6,0 +2,0 @@ |
@@ -1,5 +0,1 @@ | ||
[**@gtsc/attestation-cli**](../overview.md) • **Docs** | ||
*** | ||
# Function: buildCommandAttestationVerify() | ||
@@ -6,0 +2,0 @@ |
{ | ||
"name": "@gtsc/attestation-cli", | ||
"version": "0.0.3-next.14", | ||
"version": "0.0.5-next.1", | ||
"description": "A command line interface for interacting with the attestation connectors", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"@gtsc/attestation-connector-iota": "0.0.3-next.14", | ||
"@gtsc/attestation-connector-iota": "0.0.5-next.1", | ||
"@gtsc/cli-core": "next", | ||
@@ -20,0 +20,0 @@ "@gtsc/core": "next", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109801
1802
+ Added@gtsc/attestation-connector-iota@0.0.5-next.1(transitive)
+ Added@gtsc/attestation-models@0.0.5-next.1(transitive)
- Removed@gtsc/attestation-connector-iota@0.0.3-next.14(transitive)
- Removed@gtsc/attestation-models@0.0.3-next.14(transitive)