digitalocean / digitalocean/doctl
feature: functions: create function triggers with doctl
Open
suggestion
- Dominant language
- Go
- Stars
- 3.4k
- Forks
- 496
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 31
Description
**What is the problem this feature would solve? Please describe.**
I would like to be able to create Serverless Function Triggers with `doctl` and not `project.yml`.
**Describe the solution you'd like**
```bash
doctl serverless trigger create --name "trigger" --cron "* * * * * *" --payload "{}"
```
**Additional context**
I would like to be able to automate the creation of triggers without needing to update the `project.yml`
Contributor guide
Assessment
This issue has not been assessed yet.