From 417b89cc6c55b0cb7bb164c926554dfffc204b07 Mon Sep 17 00:00:00 2001 From: ruslanhubspot <165080640+ruslanhubspot@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:13:50 -0500 Subject: [PATCH] Update hs upload --clean flag description --- lang/en.lyaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en.lyaml b/lang/en.lyaml index 0b4f5c7e4..10a8691b0 100644 --- a/lang/en.lyaml +++ b/lang/en.lyaml @@ -972,7 +972,7 @@ en: convertFields: describe: "If true, converts any javascript fields files contained in module folder or project root." clean: - describe: "Will cause upload to delete files in your HubSpot account that are not found locally." + describe: "Will delete the destination directory and its contents before uploading. This will also clear the global content associated with any global partial templates and modules." force: describe: "Skips confirmation prompts when doing a clean upload." previewUrl: "To preview this theme, visit: {{ previewUrl }}"