Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Service find function #20

Open
mevers47 opened this issue May 9, 2013 · 1 comment
Open

Service find function #20

mevers47 opened this issue May 9, 2013 · 1 comment

Comments

@mevers47
Copy link

mevers47 commented May 9, 2013

It would be nice to have a search function for services. Cloud9 has a lot of plugins, and to better understand the abilities of each service I need to know which plugin defines the service.

@mevers47
Copy link
Author

mevers47 commented May 9, 2013

I found a method of finding services

var app = architect.createApp(...);
app.services.hub.on('ready', function() {
    console.log(app.services);
});

@mevers47 mevers47 closed this as completed May 9, 2013
@mevers47 mevers47 reopened this May 9, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant