Reputation: 19
Is there a way to see who was creating a app or a service in Bluemix where I have multiple users/developers in a org/space ?
Espen
Upvotes: 0
Views: 61
Reputation: 522
Using the Bluemix CLI you can find out about the events associated with an application by using the command:
bx app events <application_name>
There is not a similar command for services.
Upvotes: 2
Reputation: 173
When you look at the Overview
of an application, in the Activity Feed
you can see a username associated with every Start, stop, and update of the app.
Upvotes: 0