You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched the issue queue to verify this is not a duplicate feature request.
I've pasted the output of kargo version, if applicable.
I've pasted logs, if applicable.
Proposed Feature
Add a --wait option to kargo promote so the CLI won't return until the promotion succeeds or fails
Example:
kargo promote --project kargo-demo --freight-alias frisky-wookie --stage test --wait
Motivation
Some users may opt to script (or use kargo cli in a CI process) and need the promote operation to be a blocking operation.
Suggested Implementation
No suggestions but something to keep in mind is other places where a wait should be implemented. There should also be a timeout condition like in kubectl so it won't wait indefinitely (like --timeout=300s)
The text was updated successfully, but these errors were encountered:
Checklist
kargo version
, if applicable.Proposed Feature
Add a
--wait
option tokargo promote
so the CLI won't return until the promotion succeeds or failsExample:
kargo promote --project kargo-demo --freight-alias frisky-wookie --stage test --wait
Motivation
Some users may opt to script (or use
kargo
cli in a CI process) and need the promote operation to be a blocking operation.Suggested Implementation
No suggestions but something to keep in mind is other places where a
wait
should be implemented. There should also be a timeout condition like inkubectl
so it won't wait indefinitely (like--timeout=300s
)The text was updated successfully, but these errors were encountered: