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

Print service endpoints on garden deploy #502

Closed
adnaan opened this issue Feb 1, 2019 · 2 comments
Closed

Print service endpoints on garden deploy #502

adnaan opened this issue Feb 1, 2019 · 2 comments
Milestone

Comments

@adnaan
Copy link

adnaan commented Feb 1, 2019

Bug

Current Behavior

After deploying a service:

 garden deploy mydocs --watch --hot-reload=mydocs
Deploy πŸš€

βœ” slate                     β†’ Building slate:68568aa64b-1549007790... β†’ Done (took 253.4 sec)
βœ” mydocs                   β†’ Deploying version 68568aa64b-1549007790... β†’ Done (took 10.7 sec)

You would need to find the service endpoint from the yml or run garden call mydocs

Expected behavior

I would expect the garden deploy to print the service endpoint.

 garden deploy mydocs --watch --hot-reload=mydocs
Deploy πŸš€

βœ” slate                     β†’ Building slate:68568aa64b-1549007790... β†’ Done (took 253.4 sec)
βœ” mydocs                   β†’ Deploying version 68568aa64b-1549007790... β†’ Done (took 10.7 sec)
                                    β†’ hostname: mydocs.local.app.garden

garden version
0.8.1

@edvald
Copy link
Collaborator

edvald commented Feb 1, 2019

Good idea! And shouldn't be at all hard to do, since the relevant information is already around when completing deployments.

@edvald edvald added this to the 0.9.1 milestone Feb 1, 2019
@eysi09 eysi09 modified the milestones: 0.9.1, 0.9.2 Feb 11, 2019
@eysi09 eysi09 modified the milestones: 0.9.2, 0.9.3 Feb 22, 2019
@eysi09
Copy link
Collaborator

eysi09 commented Feb 22, 2019

Changing the milestone since we have some bug fixes that we need to release ASAP.

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

3 participants