Open
Description
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