1.0.6 • Published 4 years ago

scf-yaml-transformer v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

template.yaml转换工具

把SCF CLI使用的template.yaml转换为serverless framework使用的serverless.yaml

用法

npx scf-yaml-transformer #在当前目录查找template.yaml,转换成serverless.yaml并存在当前目录
npx scf-yaml-transformer /path/to/your/template.yaml ./ #把/path/to/your/template.yaml,转换成serverless.yaml并存在./
npx scf-yaml-transformer /path/to/your/template.yaml ./ ap-guangzhou #把/path/to/your/template.yaml,转换成serverless.yaml并存在./,并定义region到广州
npx scf-yaml-transformer /path/to/your/template.yaml ./ ap-guangzhou 1233453456 #把/path/to/your/template.yaml,转换成serverless.yaml并存在./,并定义region到广州,并定义APPID为1233453456
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago