@wraps.dev/cli 2.5.0 → 2.5.1
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
|
@@ -18917,10 +18917,11 @@ ${pc24.bold("Existing Webhook Secret:")}`);
|
|
|
18917
18917
|
}
|
|
18918
18918
|
console.log(`
|
|
18919
18919
|
${pc24.bold("Next Steps:")}`);
|
|
18920
|
-
console.log(` 1. Go to ${pc24.cyan("https://app.wraps.dev
|
|
18921
|
-
console.log(` 2.
|
|
18920
|
+
console.log(` 1. Go to ${pc24.cyan("https://app.wraps.dev")}`);
|
|
18921
|
+
console.log(` 2. Navigate to ${pc24.dim("Settings \u2192 AWS Accounts")}`);
|
|
18922
|
+
console.log(` 3. Add your AWS account: ${pc24.cyan(identity.accountId)}`);
|
|
18922
18923
|
if (webhookSecret) {
|
|
18923
|
-
console.log("
|
|
18924
|
+
console.log(" 4. Paste the webhook secret shown above");
|
|
18924
18925
|
}
|
|
18925
18926
|
console.log();
|
|
18926
18927
|
console.log(
|