🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@primitivedotdev/cli

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primitivedotdev/cli - npm Package Compare versions

Comparing version
1.7.0
to
1.8.0
+1
-1
package.json
{
"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",

@@ -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