@primitivedotdev/cli
Advanced tools
+1
-1
| { | ||
| "name": "@primitivedotdev/cli", | ||
| "version": "1.7.0", | ||
| "version": "1.8.0", | ||
| "description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+7
-0
@@ -95,2 +95,9 @@ # @primitivedotdev/cli | ||
| # Email-native flow: the payee issues a challenge over an email thread. | ||
| primitive payments create-email-challenge --from payee@your-domain.example \ | ||
| --to payer@their-domain.example --amount 10000 --network base-sepolia | ||
| # Payer: sign a received email challenge into an interaction.json payment step. | ||
| # This does NOT send; attach the output to your reply (e.g. with `primitive reply`). | ||
| primitive payments pay-email-step --challenge-file challenge.json > interaction.json | ||
| # Inspect a challenge by id, or list your registered payout addresses. | ||
@@ -97,0 +104,0 @@ primitive payments get-challenge --id <challenge-id> |
Sorry, the diff of this file is too big to display
1092793
2.49%29133
2.19%136
5.43%