From 58fcfff495dc47fcf180a4c6336d0c30bf9ac92a Mon Sep 17 00:00:00 2001 From: Yoli Hodde Date: Wed, 11 Mar 2026 14:13:33 -0700 Subject: [PATCH 1/2] Clarifying that import media is production-only --- src/bin/vip-import.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/vip-import.js b/src/bin/vip-import.js index dbeffe1a9..27f3bc38a 100755 --- a/src/bin/vip-import.js +++ b/src/bin/vip-import.js @@ -8,11 +8,11 @@ command() .command( 'validate-sql', 'Validate a local SQL database file prior to import.' ) .command( 'validate-files', - 'Validate the directory structure and contents of a local media file directory prior to archiving and uploading it to a publicly accessible URL.' + 'Validate that the directory structure and contents of a local media file directory can be successfully importedß.' ) .command( 'media', - 'Import media files to an environment from an archived file located at a publicly accessible URL.' + 'Import media files to a production environment from an archived file at a local path or a publicly accessible remote URL.' ) .example( 'vip @example-app.develop import sql example-file.sql', From 27f5508fc4aad9bd47b5117d766dca9b24b98f89 Mon Sep 17 00:00:00 2001 From: Yoli Hodde Date: Thu, 12 Mar 2026 08:46:44 -0700 Subject: [PATCH 2/2] Remove typo. Co-authored-by: Volodymyr Kolesnykov --- src/bin/vip-import.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/vip-import.js b/src/bin/vip-import.js index 27f3bc38a..b394a178c 100755 --- a/src/bin/vip-import.js +++ b/src/bin/vip-import.js @@ -8,7 +8,7 @@ command() .command( 'validate-sql', 'Validate a local SQL database file prior to import.' ) .command( 'validate-files', - 'Validate that the directory structure and contents of a local media file directory can be successfully importedß.' + 'Validate that the directory structure and contents of a local media file directory can be successfully imported.' ) .command( 'media',