near-cli icon indicating copy to clipboard operation
near-cli copied to clipboard

feat: store view and call result to file

Open kalloc opened this issue 3 years ago • 0 comments

It would be very useful for bash scripting.

Example usage:

$ ./bin/near call REDACTED  nft_mint '{…REDACTED…}' --accountId REDACTED --deposit 1 -o 1.json >/dev/null ; cat 1.json | jq .token_id
"16"

kalloc avatar Apr 22 '22 08:04 kalloc