IsSSLDisabled returns true if and only if the user is connected to the Cloud Controller API with the `--skip-ssl-validation` flag set unless the CLI configuration file cannot be read, in which case it returns an error.
()
| 31 | // `--skip-ssl-validation` flag set unless the CLI configuration file cannot be read, in which case it |
| 32 | // returns an error. |
| 33 | IsSSLDisabled() (bool, error) |
| 34 | HasOrganization() (bool, error) |
| 35 | HasSpace() (bool, error) |
| 36 | ApiEndpoint() (string, error) |
no outgoing calls
no test coverage detected