Commit Graph

23 Commits

Author SHA1 Message Date
5774391bbe feat: refactor deploy command to enhance file upload process and user handling
- Updated the deploy command to include a new username retrieval mechanism, falling back to the organization if not specified.
- Introduced uploadFilesV2 function to streamline file upload logic, including hash checking to prevent redundant uploads.
- Modified queryAppVersion to accept a create parameter for better version management.
- Added a new test file to validate the uploadFilesV2 functionality.
2026-02-02 17:57:50 +08:00
146fde274e fix: add login -e 登录通过env的环境变量登录 2026-01-15 09:26:20 +08:00
8549a4aa53 feat: migrate from inquirer to @inquirer/prompts for interactive prompts
- Replaced inquirer with @inquirer/prompts in various command files for improved prompt handling.
- Updated confirmation and input prompts in commands such as app, config, deploy, login, and others.
- Added a new command 'cc' for switching between Claude code models with appropriate configurations.
- Enhanced user experience by ensuring prompts are more streamlined and consistent across the application.
2026-01-15 09:17:07 +08:00
4f541748da fix 2026-01-14 00:14:25 +08:00
48f2695367 fix: 修改未登录状态下的返回值,提供更明确的错误信息 2025-12-15 23:06:21 +08:00
b2fcc84321 update add update 2025-11-28 02:49:52 +08:00
6827945446 feat: clear rollup 2025-04-24 12:42:02 +08:00
7471e91fe6 temp 2025-04-03 01:30:39 +08:00
43ce37b1ce clear code 2025-04-03 01:08:37 +08:00
aadd8266b1 update download app show me 2025-03-30 20:23:45 +08:00
d56c4c15f2 fix: update login error 2025-03-23 12:17:06 +08:00
4b16ec8499 feat: add query-login 2025-03-22 00:52:58 +08:00
af18b39248 fix: save no save bug 2025-03-09 00:55:21 +08:00
e525833fc8 fix: fix bugs 2025-02-28 11:09:41 +08:00
c01820d1c6 token cache 2025-02-26 23:59:42 +08:00
26c6248d10 feat: login by command by web 2025-02-25 20:04:24 +08:00
02a1f51d63 fix: remove switchMe and switchOrg only use switch 2025-02-23 13:03:04 +08:00
272845fe87 fix: 避免每次都需要switch org的问题 2024-11-03 03:16:46 +08:00
f51a304b81 fix: base url setting 2024-11-03 01:58:24 +08:00
c832c0274a feat: add vite dev containers 2024-10-21 01:36:34 +08:00
5c3f454d8c feat: add app serve 2024-10-17 01:18:03 +08:00
edb0d56094 fix bugs and change version 2024-10-10 02:10:16 +08:00
ef21829ffe init for deploy files 2024-10-10 00:43:50 +08:00