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
We have quite a few groups or roles for machines in our infrastructure and I would like to use doozer to interact with those roles. A couple examples would be to list all services for a specific role in DNS lookups or to build a list of nodes to send a command to from another service. Currently if I were to doozer find /services/production/east/web it would like the following:
What I would love to be able to do is provide a depth option for find or to add a new command list that would only list the items I want for a given directory. It would be the equivalent of get, but for a directory and not a file. With this I would be able to see this instead:
We have quite a few groups or roles for machines in our infrastructure and I would like to use doozer to interact with those roles. A couple examples would be to list all services for a specific role in DNS lookups or to build a list of nodes to send a command to from another service. Currently if I were to
doozer find /services/production/east/web
it would like the following:What I would love to be able to do is provide a depth option for
find
or to add a new commandlist
that would only list the items I want for a given directory. It would be the equivalent ofget
, but for a directory and not a file. With this I would be able to see this instead:Thoughts? Am I going about this the wrong way? Or would this be a welcomed feature?
The text was updated successfully, but these errors were encountered: