Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
anycodes committed Dec 10, 2021
1 parent caa2b2e commit 1258ef8
Show file tree
Hide file tree
Showing 57 changed files with 64 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-event-cpp
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom container runtime 的C++ Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
actions: # 自定义执行逻辑
pre-deploy: # 在deploy之前运行
- run: s build --use-docker --dockerfile ./code/Dockerfile # 要运行的命令行
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-event-nodejs14
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-event-python3.9
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom container runtime 的 python3.9 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-http-aspdotnetcore
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom container runtime 的 asp .netcore HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-http-cpp
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom container runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-http-springboot
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom container runtime 的 springboot HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/cpp/fc-custom-cpp-event/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-cpp-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime的 C++ Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/cpp/fc-custom-cpp-http/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-cpp-http
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/dart/fc-custom-dart-event/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-dart-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Dart Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/f#/fc-custom-fsharp-http/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-fsharp-http
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Fsharp HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/golang/fc-custom-golang-event/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-golang-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Golang Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/java8/fc-custom-java8-http/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-java8-http
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Java8 HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/lua/fc-custom-lua-event/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-lua-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Lua Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-nodejs10-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Node.js 10 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-nodejs12-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Node.js 12 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/php74/fc-custom-php74-event/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-php74-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 PHP7.4 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/php74/fc-custom-php74-http/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-php74-http
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 PHP7.4 HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-powershell-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Powershell Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-python37-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Python3.7 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-python37-http
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Python3.7 HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/ruby/fc-custom-ruby-event/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-ruby-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Ruby Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion custom-function/rust/fc-custom-rust-event/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-rust-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 RUST Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: fc-custom-typescript-event
Provider:
- 阿里云
Version: 1.1.7
Version: 1.1.8
Description: 快速部署一个基于custom runtime 的 Typescript Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-java8/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-java8
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Java 8 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-java8/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
actions: # 自定义执行逻辑
pre-deploy: # 在deploy之前运行
- run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-node.js10/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-nodejs10
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Node.JS 10 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-node.js10/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-node.js12/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-nodejs12
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Node.JS 12 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-node.js12/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-node.js6/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-nodejs6
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Node.JS 6 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-node.js6/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-node.js8/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-nodejs8
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Node.JS 8 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-node.js8/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-php7.2/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-php7
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 PHP 7 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-php7.2/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-python2.7/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-python2
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Python 2.7 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-python2.7/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion event-function/fc-event-python3.6/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-event-python3
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Python 3.6 的 Event 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions event-function/fc-event-python3.6/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion http-function/fc-http-java8/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-http-java8
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Java 8 的 HTTP 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions http-function/fc-http-java8/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
actions: # 自定义执行逻辑
pre-deploy: # 在deploy之前运行
- run: s build --use-docker # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion http-function/fc-http-node.js10/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-http-nodejs10
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Node.JS 10 的 HTTP 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions http-function/fc-http-node.js10/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker --dockerfile ./code/Dockerfile # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion http-function/fc-http-node.js12/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-http-nodejs12
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Node.JS 12 的 HTTP 类型的 Hello World 函数到阿里云函数计算。
Expand Down
1 change: 1 addition & 0 deletions http-function/fc-http-node.js12/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vars: # 全局变量

services:
helloworld: # 业务名称/模块名称
component: fc
# actions: # 自定义执行逻辑
# pre-deploy: # 在deploy之前运行
# - run: s build --use-docker --dockerfile ./code/Dockerfile # 要运行的命令行
Expand Down
2 changes: 1 addition & 1 deletion http-function/fc-http-node.js6/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-fc-http-nodejs6
Version: 1.1.7
Version: 1.1.8
Provider:
- 阿里云
Description: 快速部署一个 Node.JS 6 的 HTTP 类型的 Hello World 函数到阿里云函数计算。
Expand Down
Loading

0 comments on commit 1258ef8

Please sign in to comment.