mirror of https://github.com/CrimsonTome/tldr.git
21 lines
470 B
Markdown
21 lines
470 B
Markdown
# doctl serverless
|
|
|
|
> Manage serverless functions.
|
|
> More information: <https://docs.digitalocean.com/reference/doctl/reference/serverless/>.
|
|
|
|
- Connect local serverless support to a functions namespace:
|
|
|
|
`doctl serverless connect`
|
|
|
|
- Deploy a functions project to your functions namespace:
|
|
|
|
`doctl serverless deploy`
|
|
|
|
- Obtain metadata of a functions project:
|
|
|
|
`doctl serverless get-metadata`
|
|
|
|
- Provide information about serverless support:
|
|
|
|
`doctl serverless status`
|