-
Notifications
You must be signed in to change notification settings - Fork 263
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
Print the revision name after service create and update commands #290
Comments
they should also be allowed to specify the new traffic split on the update cmd |
sorry I didn't get that, could you please add some more detail ? |
service update
command
Sorry I really should have put that comment on the other issue - see: #285 (comment) |
For With having the URL on a single line as last argument you can do things like
Not sure if this a good thing when people will rely on that or if a |
Before printing the URL, we can add a line may be saying
keeping the URL line at the bottom only. |
I agree with @rhuss on the |
@duglin @rhuss : the
WDYT ? |
@navidshaikh looks good - easily parse-able by scripts :-) w.r.t. the tail thing... I'm ok with it "as is", but if people are concerned about other things possibly showing up in the output after the URL, then we could make it:
Probably safer for grep-ing. Just a thought. |
/assign |
/unassign @navidshaikh |
This is now already implemented with #431 |
If the test finishes before the signal is received, the test fails. Sleeping for 999s avoids that.
Describe the feature:
When a user updates a service, we print the success message
however, we should also print the revision name generated after this update, which can be used to refer that revision for further operations, eg: traffic splitting. This can also be used for scripting use cases.
Update:
Implement same behavior for
service create
command as well.The text was updated successfully, but these errors were encountered: