emailr-cli 1.7.6 → 1.7.7
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/index.js +5 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -798,6 +798,7 @@ OPTIONS
|
|
|
798
798
|
--html-file <file_path> Read HTML content from file
|
|
799
799
|
--text-file <file_path> Read text content from file
|
|
800
800
|
--from <email_address> Default from email address
|
|
801
|
+
--from-name <name> Sender display name (e.g. "Acme Inc")
|
|
801
802
|
--reply-to <email_address> Default reply-to email address
|
|
802
803
|
--preview-text <text> Preview text shown in email clients
|
|
803
804
|
--tags <tags> Comma-separated tags
|
|
@@ -848,6 +849,7 @@ OPTIONS
|
|
|
848
849
|
--html-file <file_path> Read new HTML content from file
|
|
849
850
|
--text-file <file_path> Read new text content from file
|
|
850
851
|
--from <email_address> New default from email address
|
|
852
|
+
--from-name <name> New sender display name
|
|
851
853
|
--reply-to <email_address> New default reply-to email address
|
|
852
854
|
--preview-text <text> New preview text
|
|
853
855
|
--tags <tags> Comma-separated tags (replaces existing)
|
|
@@ -1899,6 +1901,7 @@ OPTIONS
|
|
|
1899
1901
|
--name <broadcast_name> Broadcast name for internal reference (required)
|
|
1900
1902
|
--subject <subject_line> Email subject line (required)
|
|
1901
1903
|
--from <email_address> Sender email address (required)
|
|
1904
|
+
--from-name <name> Sender display name (e.g. "Acme Inc")
|
|
1902
1905
|
--template <template_id> Template ID to use for content
|
|
1903
1906
|
--segment <segment_id> Segment ID to target recipients
|
|
1904
1907
|
--html <html_content> Inline HTML content (alternative to --template)
|
|
@@ -2090,6 +2093,7 @@ OPTIONS
|
|
|
2090
2093
|
--name <name> Update broadcast name
|
|
2091
2094
|
--subject <subject> Update email subject line
|
|
2092
2095
|
--from <email> Update sender email address
|
|
2096
|
+
--from-name <name> Update sender display name
|
|
2093
2097
|
--template <id> Update template ID (use "none" to clear)
|
|
2094
2098
|
--segment <id> Update segment ID (use "none" to clear)
|
|
2095
2099
|
--topic <id> Update topic ID (use "none" to clear)
|
|
@@ -3088,4 +3092,4 @@ AGENTIC WORKFLOW
|
|
|
3088
3092
|
|
|
3089
3093
|
MORE INFORMATION
|
|
3090
3094
|
Run 'emailr <command> --help' for detailed help on any command.
|
|
3091
|
-
Run 'emailr <command> <subcommand> --help' for subcommand details.`).version("1.
|
|
3095
|
+
Run 'emailr <command> <subcommand> --help' for subcommand details.`).version("1.7.7");g.addCommand(ce());g.addCommand(me());g.addCommand(Oe());g.addCommand(Ee());g.addCommand(Ne());g.addCommand(je());g.addCommand(Ie());g.addCommand(_e());g.addCommand(Pe());g.addCommand(xe());g.parse();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "emailr-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.7",
|
|
4
4
|
"description": "Command-line interface for the Emailr email API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"chalk": "^5.3.0",
|
|
24
24
|
"cli-table3": "^0.6.3",
|
|
25
25
|
"commander": "^12.0.0",
|
|
26
|
-
"emailr": "^1.3.
|
|
26
|
+
"emailr": "^1.3.3",
|
|
27
27
|
"open": "^11.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|