Skip to content

Commit fb5804e

Browse files
authored
docs(receipt-cli): describe verify flags in usage (#320) (#335)
Co-authored-by: emrekayat <237104270+emrekayat@users.noreply.github.com>
1 parent 6baa72b commit fb5804e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

services/receipt-cli/src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ function usage(): never {
1111
console.error(`
1212
Usage:
1313
receipt-cli export <roundId> Fetch receipt from RPC (uses env config)
14-
receipt-cli verify <receipt.json> Verify a local receipt file
14+
receipt-cli verify <receipt.json> [--json] [--verify-artifact-checksum <artifact-file>]
1515
receipt-cli redact <receipt.json> [out] Redact sensitive fields for public demo
1616
17+
Options for "verify":
18+
--json Print machine-readable verification output
19+
--verify-artifact-checksum <artifact-file>
20+
Verify the checksum of the required artifact file
21+
1722
Environment for "export":
1823
RPC_URL Soroban RPC endpoint (default: https://soroban-testnet.stellar.org)
1924
NETWORK_PASSPHRASE Network passphrase (default: Test SDF Network ; September 2015)

0 commit comments

Comments
 (0)