cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

Support Sharing Services in Operations

Open twoseat opened this issue 6 years ago • 4 comments

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

twoseat avatar Mar 12 '18 13:03 twoseat

could not find any implementation in cloudfoundry client reactor for this. I can work on it if not already in progress.

arghya88 avatar Apr 06 '18 17:04 arghya88

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.

twoseat avatar Apr 06 '18 17:04 twoseat

Sure...will start working on it.

arghya88 avatar Apr 06 '18 17:04 arghya88

Any recent updates on this?

LitschiW avatar Mar 11 '24 09:03 LitschiW