更新时间:2025-04-21 GMT+08:00
Serverless Devs 全局参数
参数全称 | 参数缩写 | 默认取值 | 参数含义 | 备注 |
|---|---|---|---|---|
template | t | s.yaml/s.yml | 指定资源描述文件 | - |
access | a | yaml中所指定的access信息/default | 指定本次部署时的密钥信息 | 可以使用通过config命令配置的密钥信息,以及配置到环境变量的密钥信息 |
skip-actions | - | - | 跳过yaml所设置的actions模块 | - |
debug | - | - | 开启Debug模式 | 开启Debug模式后可以查看到更多的工具执行过程信息 |
output | o | default | 指定数据的输出格式 | 支持default, json, yaml, raw格式 |
version | v | - | 查看版本信息 | - |
help | h | - | 查看帮助信息 | - |

