ClearTarget logs out and logs back into the CLI using LogoutCF and LoginCF.
()
| 148 | |
| 149 | // ClearTarget logs out and logs back into the CLI using LogoutCF and LoginCF. |
| 150 | func ClearTarget() { |
| 151 | LogoutCF() |
| 152 | LoginCF() |
| 153 | } |
| 154 | |
| 155 | // SetupCF logs into the CLI with LoginCF, creates the given org and space, and targets that |
| 156 | // org and space. |
no test coverage detected