Release 2.9.1
变更日志:
- 修复了 fun local 在 windows 下的若干问题
- 更新了英文文档的链接
- deploy 子命令支持
-t
、—template
参数指定模板文件 - 增加 install 子命令以简化依赖安装。
- 支持安装 apt 和 pip 包,带上 --save 参数可以保存安装指令到 fun.yml 文件中。
- 不带参数的 fun install 子命令,依次执行 fun.yml 中的 task。目前 task 有三种,apt、pip 和 shell。
- fun install init 可以初始化一个 fun.yml 文件。
- install 子命令安装的依赖会被放置到 .fun 目录下,local 和 deploy 子命令会添加相应的环境变量。
- 增加 RDS、MNSTopic 和 TableStore 触发器的英文规格说明
Changelog:
- fix some bug of fun local in Windows.
- update links text in English docs.
- add
-t, —template
option to deploy subcommand to specific template file. - add install subcommand to simplify dependencies installation
- support install apt and pip package, with
—save
option could save task intofun.yml
file. - running
fun install
without any arguments will execute task offun.yml
step by step. supported tasks: apt, pip and shell fun install init
could initialize afun.yml
file.- installed files are placed into .fun directory, local and deploy subcommand will add necessary Environment variables.
- support install apt and pip package, with
- add RDS, MNSTopic and TableStore trigger English spec.
Download:
fun-v2.9.1-linux-x64.zip
fun-v2.9.1-linux-x86.zip
fun-v2.9.1-macos-x64.zip
fun-v2.9.1-macos-x86.zip
fun-v2.9.1-win-x64.exe.zip
fun-v2.9.1-win-x86.exe.zip