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 1258ef8 commit 1b1c2cc
Show file tree
Hide file tree
Showing 72 changed files with 237 additions and 72 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.8
Version: 1.1.9
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 @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-event-nodejs14
Provider:
- 阿里云
Version: 1.1.8
Version: 1.1.9
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.8
Version: 1.1.9
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.8
Version: 1.1.9
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.8
Version: 1.1.9
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.8
Version: 1.1.9
Description: 快速部署一个基于custom container runtime 的 springboot HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/cpp/fc-custom-cpp-event/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime的 C++ Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/cpp/fc-custom-cpp-http/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/dart/fc-custom-dart-event/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 Dart Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/f#/fc-custom-fsharp-http/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 Fsharp HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/golang/fc-custom-golang-event/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 Golang Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/java8/fc-custom-java8-http/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 Java8 HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/lua/fc-custom-lua-event/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
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 @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
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 @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 Node.js 12 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/php74/fc-custom-php74-event/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ async function postInit(inputObj) {
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 PHP7.4 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/php74/fc-custom-php74-http/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ async function postInit(inputObj) {
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
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 @@ -13,4 +13,9 @@ async function postInit(inputObj) {
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
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 @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
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 @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 Python3.7 HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/ruby/fc-custom-ruby-event/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ async function postInit(inputObj) {
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 Ruby Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
7 changes: 6 additions & 1 deletion custom-function/rust/fc-custom-rust-event/hook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ async function postInit(inputObj) {
如果不需要每次都构建项目,或者部署前不需要构建,或者已经手动构建了,可以注释掉这部分内容
* 项目初始化完成,您可以直接进入项目目录下,并使用 s deploy 进行项目部署
\n`)
}
}

module.exports = {
postInit,
preInit
}
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.8
Version: 1.1.9
Description: 快速部署一个基于custom runtime 的 RUST Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Loading

0 comments on commit 1b1c2cc

Please sign in to comment.