From 60642e67c4be49c399e8050588f7dd64d87f2487 Mon Sep 17 00:00:00 2001 From: Anycodes Date: Mon, 18 Jul 2022 11:08:17 +0800 Subject: [PATCH] Update publish.yaml Signed-off-by: anycodes --- publish.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/publish.yaml b/publish.yaml index d835a10..e608ea2 100644 --- a/publish.yaml +++ b/publish.yaml @@ -11,18 +11,18 @@ Type: Component Name: ofn Provider: - 其它 -Version: 0.1.0 +Version: 0.1.1 Description: Serverless Devs for OpenFunction HomePage: https://openfunction.dev/ Tags: #标签详情 - serverless - faas -Category: 基础云服务 -Service: # 使用的服务 - 函数计算: # 函数计算/容器服务/镜像服务/消息队列/工作流/CDN/对象存储/表格存储/MNS/日志服务/API网关/数据库/解析服务/云应用/其他 - # Runtime: Python 3.6 如果服务是函数,还需要增加Runtime - Authorities: #权限描述 - - 创建函数 # 所需要的权限 +Category: 开源项目 +# Service: # 使用的服务 +# 函数计算: # 函数计算/容器服务/镜像服务/消息队列/工作流/CDN/对象存储/表格存储/MNS/日志服务/API网关/数据库/解析服务/云应用/其他 +# # Runtime: Python 3.6 如果服务是函数,还需要增加Runtime +# Authorities: #权限描述 +# - 创建函数 # 所需要的权限 Commands: # 指令,格式为指令:指令描述,例如: deploy: 部署/删除函数 build: 构建函数镜像