From b00e3e750d118c35b0949b78c1a59242aeb43082 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 25 Dec 2025 16:14:13 +0800 Subject: Replace import/export commands with share command --- locales/help_docs/en.yml | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index a5a9fb0..e7e049d 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -263,9 +263,9 @@ jv: info - Display individual file status **FILE TRANSFER**: - import - Import files from import area [[cyan]][REMOTE][[/]] - import - Import files from reference sheet [[cyan]][REMOTE][[/]] - export - Export files to other sheets [[cyan]][REMOTE][[/]] + share - Share files to other sheet [[cyan]][REMOTE][[/]] + share import - Import share to current sheet [[cyan]][REMOTE][[/]] + share status - Display current sheet's share status **FILE OPERATIONS**: move - Safely rename files [[cyan]][REMOTE][[/]] @@ -418,26 +418,24 @@ jv: The move mapping operation modifies the upstream mapping and synchronizes the local structure (use `--only-remote` to cancel local modification) After moving, you usually need `jv align moved remote` to synchronize the local structure to the upstream - export: | - **Export Files to Import Area of Other Sheets** - **Usage**: jv export -m -n - - **Example**: jv export data.csv analytics -m "Export analysis data" -n "analysis_data" - This operation packages the specified files and sends them to the import area of the target sheet. + share: | + **Share File Visibility** + **Usage**: + jv share - Share mapping to other sheets + jv share --work - Share files in editor mode - Other collaborators can use the jv import command in the target sheet to import these files. + jv share status - View incoming shares - import: | - **Import Files to Current Sheet** - **Usage**: - jv import - Import files from import area - jv import - Import files from reference sheet + jv share import - Import share to current sheet + jv share import - Import mapping from `ref` sheet - **Example**: - jv import Player_Import - From import area defined name - jv import ref@Data/Player.csv - From reference sheet path + **Tip**: The import command can use the following parameters + --only-remote - Only import mapping into the sheet, do not modify local structure + --strict - Strict import mode, reject all conflicts, this is the default scheme + --skip - Skip conflicting items + --overwrite - Force overwrite conflicting mappings, dangerous operation - Import operation copies files from other sheets or import areas to the current workspace. + **Sharing** is the simplest way to give file visibility to others direct: | **Direct to Specified Upstream Vault and Stain This Workspace** -- cgit