:fire::fire::fire: Serverless Devs developer tool ( Serverless Devs 开发者工具 )
edit
命令可以对Serverless应用编辑。
当执行s edit -h
之后,可以进行相关帮助信息的查看:
```shell script $ s edit -h Usage: s edit
Application editing.
Example:
$ s edit
📖 Document: https://github.com/Serverless-Devs/Serverless-Devs/tree/master/docs/zh/command/edit.md
Options: -t, –template [templatePath] Specify the template file -h, –help Display help for command ```
参数全称 | 参数缩写 | 默认取值 | 参数含义 | |
---|---|---|---|---|
template | t | s.yaml /s.yml |
指定资源描述文件 |
在使用s edit
命令之前,当前环境需要具备以下条件:
-t, --template [templatePath]
进行指定,默认是s.yaml/s.yml
;