mhaack commented on issue #3241: Impossible the see usage of a shared package
URL: 
https://github.com/apache/incubator-openwhisk/issues/3241#issuecomment-364059971
 
 
   I think of a list of namespaces that have bindings to my public packages. 
The intention is to get at least a list of namespaces using my public packages, 
for example if I plan to update the actions in a public package they might be 
affected by the changes I make.
   
   For example:
   ```
   ?  wsk package list-bindings
   packages
   /my-namespace/package1                           used by namespace 
/other-namespace-a
   /my-namespace/package2                           used by namespace 
/other-namespace-b
   ```
   
   This could be a the minimum information without exposing to much details 
about the namespaces consuming my shared packages.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to