Commit 903f5782 authored by Ori Pomerantz's avatar Ori Pomerantz Committed by GitHub

Update packages/atst/docs/cli.md

Co-authored-by: default avatarWill Cory <willcory10@gmail.com>
parent db68efac
...@@ -52,7 +52,7 @@ npx atst read --key "optimist.base-uri" --about 0x2335022c740d17c2837f9C884Bfe4f ...@@ -52,7 +52,7 @@ npx atst read --key "optimist.base-uri" --about 0x2335022c740d17c2837f9C884Bfe4f
### Write ### Write
- `--private-key <string>` Private key of the creator of the attestation - `--private-key <string>` Private key of the creator of the attestation
- `[--data-type <string>]` [Zod validator](https://zod.dev/) for the DataType type `string` | `bytes` | `number` | `bool` | `address` (default: `string`) - `[--data-type <string>]` The DataType type `string` | `bytes` | `number` | `bool` | `address` (default: `string`)
- `--about <address>` Address of the subject of the attestation - `--about <address>` Address of the subject of the attestation
- `--key <address>` Key of the attestation either as string or hex number - `--key <address>` Key of the attestation either as string or hex number
- `--value <string>` undefined - `--value <string>` undefined
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment