cloudbase-manager-node icon indicating copy to clipboard operation
cloudbase-manager-node copied to clipboard

The node cloudbase manager tool

Results 13 cloudbase-manager-node issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

因为我们现在所有数据库都用typeorm,切换数据库只需切换配置就行 但是如果要接入cloudbase的数据库,则得自己实现一套或者额外判断,显示特别的麻烦

背景 - 我需要获取 /a 下的目录,不包含子目录

背景 ``` MgoSort: {receiveTime:1} ``` - 则报错说传的不对 ``` MgoSort: JSON.stringify({ receiveTime: 1, }), ``` - 则报错说 ``` original: { Code: 'InvalidParameterValue.QuerySort', Message: 'Query sort entered in the request is illegal....

```js async function logo() { await storage.uploadDirectory({ localPath: path.resolve("./img"), cloudPath: "img", onProgress: (data) => { log('logo上传中:当前进度' + data.percent * 100 + '%, 速度:' + data.speed / 1024) }, }); }...

![image](https://user-images.githubusercontent.com/37044385/106234336-9eae2880-6233-11eb-8200-f1b2e53b2f0c.png) 有API接口去修改数据库、存储等安全规则,但是为什么不能搞个接口去修改云函数的安全规则呢?我们给很多商家批量开发小程序,没办法手动修改。

feature request

基于 electron + vue webpack 打包 CDK 一堆错误 官方是否考虑提供 打包压缩版本便与集成

随机报错,不是每次都报错,但是总能遇见,用户端非常影响体验 ![image](https://user-images.githubusercontent.com/80653/108798796-a316f880-75c9-11eb-9880-1c77eac647c7.png) 云函数代码 ``` let wallpaperPath = `xxx` console.log("wallpaperPath:", wallpaperPath) try { let tmp = await storage.listDirectoryFiles(wallpaperPath); console.log("tmp1:", tmp) ctx.data.result = tmp; } catch (error) { console.log("listDirectoryFiles error:", error) throw...