lean-cli icon indicating copy to clipboard operation
lean-cli copied to clipboard

LeanEngine Command Line Tool

Results 13 lean-cli issues
Sort by recently updated
recently updated
newest added

给 `lean env` 和 `lean up` 添加 `LEANCLOUD_APP_GROUP` 环境变量。

我刚下的 ![image](https://user-images.githubusercontent.com/92655031/169525208-75fb4edb-0601-4f07-bd01-a57c71ba53d6.png) Win11

刚刚使用过程中看到了 0.28.1 的更新信息,但 Homebrew 上最新的还是 0.28.0。这个地方或许可以改成检测 Homebrew 上的最新版?

如图所示: ![image](https://user-images.githubusercontent.com/10130959/45539396-2ef29b00-b83c-11e8-907d-58ef1177e8cc.png)

help wanted

我们现在数据导出的文件,单个文件可能超过 20M,导致用户要导入的时候,无法导入,我们是否可以在命令行提供一个命令,来协助用户拆分这个文件。导出的文件格式都是: ``` { "results": [ json对象1, json对象2, .....按行显示的对象列表... ]} ``` 参考(linux only) ``` #!/bin/bash if [ "$#" -ne 1 ] || ! [ -f "$1" ]; then echo "Usage:...

enhancement
help wanted

部署过程中按 Ctrl+C 可以取消此次部署。取消过程中再次按 Ctrl+C 可以强行退出 CLI 进程。 相关接口: `POST /events/cancel/{eventToken}`。

enhancement

支持日志导出,并且最好能支持多种格式(plain text / JSON) - [x] 云引擎控制台日志导出 - [ ] ~~云引擎 access log 导出~~ - [ ] 存储服务 access log 导出