Cloud foundy java client roles
Patrik Kmetcz <kpatryk91@...>
Hi!
In the cf cli api program there is this commad: cf l -a url -o orgnizName -s smoke -u username -p password I have read the following documentation https://github.com/cloudfoundry/cf-java-client and i can connect to the server and get the spaces. But I need to execute the following command(s): cf set-space-role email org space role / or unset In the cloud foundry java client where is this function, because in the CloudFoundryOperations I only found operations with manage functions, but there is no command to modify the roles. If there is any class in these packages wich I can make these change? |
|