@wraps.dev/cli 2.20.3 → 2.20.4
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.js
CHANGED
|
@@ -22603,7 +22603,7 @@ async function init2(options) {
|
|
|
22603
22603
|
clack26.log.info(`Created: ${existingConnection.timestamp}`);
|
|
22604
22604
|
const domainHint = options.domain ? ` ${options.domain}` : " <domain>";
|
|
22605
22605
|
clack26.log.info(
|
|
22606
|
-
`To add another sending domain: ${pc28.cyan(`wraps email
|
|
22606
|
+
`To add another sending domain: ${pc28.cyan(`wraps email domains add${domainHint}`)}`
|
|
22607
22607
|
);
|
|
22608
22608
|
clack26.log.info(`Use ${pc28.cyan("wraps status")} to view current setup`);
|
|
22609
22609
|
clack26.log.info(`Use ${pc28.cyan("wraps upgrade")} to add more features`);
|