mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 11:48:10 +00:00
Update cheatsheets
This commit is contained in:
25
doctl-serverless
Normal file
25
doctl-serverless
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user