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

Add ability to run a trigger from a flowpipe command #740

Open
cbruno10 opened this issue Feb 29, 2024 · 3 comments
Open

Add ability to run a trigger from a flowpipe command #740

cbruno10 opened this issue Feb 29, 2024 · 3 comments
Labels
enhancement New feature or request stale

Comments

@cbruno10
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When testing a trigger, if my schedule has a long interval, I need to wait a while until it triggers

Describe the solution you'd like
Add the ability to run a trigger immediately

Describe alternatives you've considered
Reduce the interval for testing

Additional context
Add any other context or screenshots about the feature request here.

@cbruno10 cbruno10 added the enhancement New feature or request label Feb 29, 2024
@judell
Copy link
Contributor

judell commented Mar 1, 2024 via email

@e-gineer
Copy link
Contributor

Proposed format for this command is:

flowpipe trigger run my_trigger

For http triggers that require a payload / data, the format should be similar to curl:

flowpipe trigger run my_trigger --data '{ "foo": "bar" }'

After being run, the output of the command would match the flowpipe pipeline run command.

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

3 participants