digitalocean / digitalocean/doctl

feature: functions: create function triggers with doctl

Open
#1,533 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.