cf-java-client
cf-java-client copied to clipboard
Support Sharing Services in Operations
New commands added in cf cli 6.35.0:
share-service - Share a service instance with another space
USAGE:
cf share-service SERVICE_INSTANCE -s OTHER_SPACE [-o OTHER_ORG]
OPTIONS:
-o Org of the other space (Default: targeted org)
-s Space to share the service instance into```
And
```NAME:
unshare-service - Unshare a shared service instance from a space
USAGE:
cf unshare-service SERVICE_INSTANCE -s OTHER_SPACE [-o OTHER_ORG] [-f]
OPTIONS:
-o Org of the other space (Default: targeted org)
-s Space to unshare the service instance from
could not find any implementation in cloudfoundry client reactor for this. I can work on it if not already in progress.
It's not currently in progress, so any help you can provide will be greatly appreciated! I may not be able to accept PRs for the next couple of weeks, but will make it a priority as soon as I'm available.
Sure...will start working on it.
Any recent updates on this?