Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: functions: create function triggers with doctl #1533

Open
KylePeterDavies opened this issue May 27, 2024 · 1 comment
Open

feature: functions: create function triggers with doctl #1533

KylePeterDavies opened this issue May 27, 2024 · 1 comment

Comments

@KylePeterDavies
Copy link

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

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

@KylePeterDavies KylePeterDavies changed the title feature: create function triggers with doctl feature: functions: create function triggers with doctl May 28, 2024
@KylePeterDavies
Copy link
Author

I still want this feature as of 11th of January, 2025. This would allow me to pass payloads from the Command Line Interface (CLI) I reuse these payloads with go test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant