@sendly/cli 3.3.2 → 3.4.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +64 -64
  2. package/package.json +1 -1
@@ -682,6 +682,69 @@
682
682
  "revoke.js"
683
683
  ]
684
684
  },
685
+ "logs:tail": {
686
+ "aliases": [],
687
+ "args": {},
688
+ "description": "Tail logs in real-time (like stripe logs tail)",
689
+ "examples": [
690
+ "<%= config.bin %> logs tail",
691
+ "<%= config.bin %> logs tail --status failed",
692
+ "<%= config.bin %> logs tail --since 1h"
693
+ ],
694
+ "flags": {
695
+ "json": {
696
+ "description": "Output in JSON format",
697
+ "name": "json",
698
+ "allowNo": false,
699
+ "type": "boolean"
700
+ },
701
+ "quiet": {
702
+ "char": "q",
703
+ "description": "Minimal output",
704
+ "name": "quiet",
705
+ "allowNo": false,
706
+ "type": "boolean"
707
+ },
708
+ "status": {
709
+ "char": "s",
710
+ "description": "Filter by status (sent, delivered, failed)",
711
+ "name": "status",
712
+ "hasDynamicHelp": false,
713
+ "multiple": false,
714
+ "type": "option"
715
+ },
716
+ "since": {
717
+ "description": "Show logs since (e.g., 1h, 30m, 1d)",
718
+ "name": "since",
719
+ "default": "1h",
720
+ "hasDynamicHelp": false,
721
+ "multiple": false,
722
+ "type": "option"
723
+ },
724
+ "type": {
725
+ "char": "t",
726
+ "description": "Filter by type (message, api_call, webhook)",
727
+ "name": "type",
728
+ "hasDynamicHelp": false,
729
+ "multiple": false,
730
+ "type": "option"
731
+ }
732
+ },
733
+ "hasDynamicHelp": false,
734
+ "hiddenAliases": [],
735
+ "id": "logs:tail",
736
+ "pluginAlias": "@sendly/cli",
737
+ "pluginName": "@sendly/cli",
738
+ "pluginType": "core",
739
+ "strict": true,
740
+ "isESM": true,
741
+ "relativePath": [
742
+ "dist",
743
+ "commands",
744
+ "logs",
745
+ "tail.js"
746
+ ]
747
+ },
685
748
  "sms:batch": {
686
749
  "aliases": [],
687
750
  "args": {},
@@ -1172,69 +1235,6 @@
1172
1235
  "send.js"
1173
1236
  ]
1174
1237
  },
1175
- "logs:tail": {
1176
- "aliases": [],
1177
- "args": {},
1178
- "description": "Tail logs in real-time (like stripe logs tail)",
1179
- "examples": [
1180
- "<%= config.bin %> logs tail",
1181
- "<%= config.bin %> logs tail --status failed",
1182
- "<%= config.bin %> logs tail --since 1h"
1183
- ],
1184
- "flags": {
1185
- "json": {
1186
- "description": "Output in JSON format",
1187
- "name": "json",
1188
- "allowNo": false,
1189
- "type": "boolean"
1190
- },
1191
- "quiet": {
1192
- "char": "q",
1193
- "description": "Minimal output",
1194
- "name": "quiet",
1195
- "allowNo": false,
1196
- "type": "boolean"
1197
- },
1198
- "status": {
1199
- "char": "s",
1200
- "description": "Filter by status (sent, delivered, failed)",
1201
- "name": "status",
1202
- "hasDynamicHelp": false,
1203
- "multiple": false,
1204
- "type": "option"
1205
- },
1206
- "since": {
1207
- "description": "Show logs since (e.g., 1h, 30m, 1d)",
1208
- "name": "since",
1209
- "default": "1h",
1210
- "hasDynamicHelp": false,
1211
- "multiple": false,
1212
- "type": "option"
1213
- },
1214
- "type": {
1215
- "char": "t",
1216
- "description": "Filter by type (message, api_call, webhook)",
1217
- "name": "type",
1218
- "hasDynamicHelp": false,
1219
- "multiple": false,
1220
- "type": "option"
1221
- }
1222
- },
1223
- "hasDynamicHelp": false,
1224
- "hiddenAliases": [],
1225
- "id": "logs:tail",
1226
- "pluginAlias": "@sendly/cli",
1227
- "pluginName": "@sendly/cli",
1228
- "pluginType": "core",
1229
- "strict": true,
1230
- "isESM": true,
1231
- "relativePath": [
1232
- "dist",
1233
- "commands",
1234
- "logs",
1235
- "tail.js"
1236
- ]
1237
- },
1238
1238
  "webhooks:create": {
1239
1239
  "aliases": [],
1240
1240
  "args": {},
@@ -1762,5 +1762,5 @@
1762
1762
  ]
1763
1763
  }
1764
1764
  },
1765
- "version": "3.3.2"
1765
+ "version": "3.4.0"
1766
1766
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendly/cli",
3
- "version": "3.3.2",
3
+ "version": "3.4.0",
4
4
  "type": "module",
5
5
  "description": "Sendly CLI - Send SMS from your terminal",
6
6
  "author": "Sendly <support@sendly.live>",