diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-17 17:42:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-17 17:42:36 +0800 |
| commit | 1804e265b4b096bc1c2eb08869e33299ff11e93c (patch) | |
| tree | a68cbd24a4e221b64e213c3584fbc384a4d596e4 /locales/help_docs/en.yml | |
| parent | 2fc64079167a08f41fe4900ce3a3dbd703e2c7a6 (diff) | |
Add login command combining account setup and vault connection
The new `jv login` command streamlines the process of setting up a
workspace by combining account selection, vault connection, and initial
sync into a single operation.
- Add completion support for login command - Update help documentation
in both English and Chinese - Add confirmation prompt for login
operation
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index a4dbaa6..820da3a 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -169,7 +169,8 @@ jv: no_account_set: | Current workspace account is `unknown`, meaning no account is set - Use `jv as <account_name>` to set account for workspace + Use `jv as <account_name>` to set account for workspace + or use `jv login <account_name> <upstream_address>` to directly login to the upstream vault account_not_exist: | The account `%{account}` set for the current workspace is not registered on your computer @@ -189,6 +190,7 @@ jv: jv [in|out] - Import or export files [REMOTE] **UPSTREAM VAULT**: + login <ACCOUNT> <UPSTREAM> - Login to upstream vault [REMOTE] direct <UPSTREAM> - Direct workspace to upstream vault [REMOTE] unstain - Unstain workspace, clear association update - Download latest information [REMOTE] @@ -411,6 +413,9 @@ jv: Built-in documentation includes JustEnoughVCS usage guides, collaboration paradigms, and best practices. confirm: + login: | + You are logging into upstream vault %{upstream} as %{account}, please confirm + unstain: | This operation will disconnect the current workspace from the upstream vault `%{upstream}` If you reconnect to a vault with a mismatched identifier, it will cause serious problems, please operate with caution! |
