Wojciech Sielski

Results 7 comments of Wojciech Sielski

![please](http://danhairfield.files.wordpress.com/2011/12/2005_07_21_shrek_cat1.jpg)

I think I understand the problem. We also have the same issue. What we try to accomplish is to get a list of all services from consul - since we...

For us - Yes, it would definitely help, script logic would be much simpler. I'm not sure if @NoumanSaleem would also appreciate that.

@sethvargo, How about iterating over all services (so without knowing service name)? Is it possible already? "byTag" works for me (which is preety cool by the way) but still only...

from version 0.5.0 services was introduced, but I'm not sure if I use it properly. this example gives me "half" empty output of consul service itself (I choosed consul sine...

@sethvargo , So does it mean that I cannot combine both of those? like: ``` {{range services}} # this supposed to iterate over "Catalog Services" {{range service .Name}} # this...

@sethvargo , Ok so we understant it properly. Catalog Service - is a global catalog - not a local agent catalog -- exacly what we need. But the combination of...