primitives derive --stdin
Derive a public key from a private key on stdin.
Usage
Derive a public key from a private key on stdin.
$ printf '%s\n' "$PRIVATE_KEY" | dotenvx primitives derive --stdin
<publicKey>
Derive a public key from a private key on stdin.
$ printf '%s\n' "$PRIVATE_KEY" | dotenvx primitives derive --stdin
<publicKey>