mamba

Results 33 issues of mamba

Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change Update console-ui theme ## Verifying this change XXXX Follow this...

## 现状 Serverless-Devs是一个多应用的管理工具,每个应用的能力通过组件来提供。在组件的指令会接受一个`inputs`的指令,这个inputs 只是静态值,但是也有诉求希望能够动态的获取当前的执行情况。这样的话:组件可以根据当前的执行的情况来进行一些操作。 #### 场景 有个直接的场景,就是比如一个项目(s.yaml)中有20个函数计算的函数应用。这20个应用的service配置都是一致的,当前情况会部署20次。部署时长比较久,用户体验不太好。 ## 思考 && 探索 每个组件的指令比如(deploy) 都会接受一个参数`inputs`,这个参数是静态的,一般包含下面几个信息 - project 相关信息 - 组件的props,是用户输入的信息 - access, 相关的密钥 这时候并没有执行过程中的动态信息。比如我的s.yaml 有以下配置,他们的service 的配置都是相同的 ``` edition: 1.0.0 name: serverless-devs-app access:...

错误提示如下: ``` errorMessage: POST /services failed with 403. requestid: ebcca6d9-fca4-4a8e-b380-ea2968d04be7, message: the caller is not authorized to perform 'fc:CreateService' on resource 'acs:fc:cn-shanghai:1156167965211746:services/*'. errorStack: FCAccessDeniedError: POST /services failed with 403. requestid:...

区分中英文

用户的反馈 https://github.com/Serverless-Devs/Serverless-Devs/issues/294

high priority

![image](https://user-images.githubusercontent.com/5129967/194989206-2f97ae1d-2314-4f50-81ff-633a5b416f6b.png) 上面截图已经报错处理,这时候应该返回,不执行对应压测请求

bug
Pre-Release

- 比如开发的时候 dev版本 怎么玩 - 用户怎么查看应用和组件, 现在网页版本没有支持,命令行层面是咋样的 - 如何发布 应用?