mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 00:55:53 +08:00
* fix(keychain): improve error hint for keychain initialization Clarify the error message for uninitialized keychain by combining both possible scenarios (sandbox/CI environment and normal usage) into a single hint to avoid confusion. * docs(keychain): improve error message hints for sandbox environments Add suggestion to try running outside sandbox when keychain access fails. Also update hint for uninitialized keychain case to include same suggestion. * docs(keychain): fix grammar in error message hints * docs(keychain): fix typo in error message hint