alibaba / funcraft

(have) Fun with Serverless(API Gateway & Function Compute)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to specify the template.yml when running fun deploy

ericzwong opened this issue · comments

I have several regions that I prepare to deploy, in which case I decide to apply the different template.yml whose configuration was defined to be suitable for specific regions. although I have looked for the manual, I haven't found any arguments which I can use to specify the template.yml file.

there is my anticipation:

fun deploy --config=template-xxx.yml

Use fun deploy -t template-xxx.yml please.

See fun deploy -h for more details.