LogoutCF logs out of the CLI.
()
| 133 | |
| 134 | // LogoutCF logs out of the CLI. |
| 135 | func LogoutCF() { |
| 136 | Eventually(CF("logout")).Should(Exit(0)) |
| 137 | } |
| 138 | |
| 139 | // TargetOrgAndSpace targets the given org and space with 'cf target'. |
| 140 | func TargetOrgAndSpace(org string, space string) { |
no test coverage detected