diff --git a/.changeset/busy-steaks-march.md b/.changeset/busy-steaks-march.md new file mode 100644 index 0000000..e297d35 --- /dev/null +++ b/.changeset/busy-steaks-march.md @@ -0,0 +1,5 @@ +--- +"@team-plain/cli": patch +--- + +Update index-sitemap logging diff --git a/src/index.js b/src/index.js index bf490b5..59232f4 100755 --- a/src/index.js +++ b/src/index.js @@ -72,7 +72,9 @@ program if (res.error) { handleError(res.error.message, res.error.requestId); } else { - console.log(`✅ Successfully indexed sitemap ${url}`); + console.log( + `✅ Successfully indexed sitemap ${url} - The sitemap will be indexed and knowledge sources will be available in Plain. See https://plain.support.site/article/plain-ai-knowledge-sources for more information.`, + ); } });