resend-cli 1.9.0-preview-automations.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.cjs +249 -259
- package/package.json +2 -2
- package/skills/resend-cli/references/automations.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "resend-cli",
|
|
3
|
-
"version": "1.9.0
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "The official CLI for Resend",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"commander": "14.0.3",
|
|
33
33
|
"esbuild": "0.28.0",
|
|
34
34
|
"picocolors": "1.1.1",
|
|
35
|
-
"resend": "6.11.0
|
|
35
|
+
"resend": "6.11.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@biomejs/biome": "2.4.11",
|
|
@@ -123,10 +123,10 @@ Event names cannot start with `resend:` (reserved).
|
|
|
123
123
|
## events get
|
|
124
124
|
|
|
125
125
|
```
|
|
126
|
-
resend events get <id
|
|
126
|
+
resend events get <id>
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
Accepts
|
|
129
|
+
Accepts an event ID.
|
|
130
130
|
|
|
131
131
|
---
|
|
132
132
|
|