Serverless Devs is an open-source CLI platform for serverless application development. Use it to build, deploy, invoke, debug, and manage the full lifecycle of your Function Compute applications from the command line.
YAML syntax and permission management
Configure function resources in the s.yaml file. For details, see the .
Supported commands
Commands are organized into five categories based on their purpose.
| Category | Commands |
|---|---|
| Build & Deploy — compile your code and manage deployments | deploy | build | remove | plan |
| Observability — view logs and monitor function behavior | logs |
| Invoke & Debug — test functions locally and trigger remote executions | local | invoke | instance |
| Publish & Config — manage versions, aliases, and concurrency settings | version | alias | provision | concurrency | layer |
| Other — query resource details and sync or migrate configurations | info | sync | s2tos3 |
Build & Deployment | Observability | Invocation & Debugging | Publishing & Configuration | Others |
N/A | ||||
N/A | ||||
N/A | N/A | N/A | ||
N/A | N/A | N/A | N/A |
CI/CD integration
Serverless Devs integrates with continuous integration and continuous delivery (CI/CD) platforms and tools, including GitHub Actions, GiteeGo, Jenkins, and Alibaba Cloud DevOps. For setup instructions, see Integrate with CI/CD platforms and tools.
该文章对您有帮助吗?