chris snow created STRATOS-649: ---------------------------------- Summary: CLI inconsistent handling of STRATOS_URL validation Key: STRATOS-649 URL: https://issues.apache.org/jira/browse/STRATOS-649 Project: Stratos Issue Type: Bug Components: CLI Affects Versions: FUTURE Reporter: chris snow Fix For: FUTURE Attachments: 0001-Fix-for-STRATOS-649.patch
If STRATOS_URL env var has not been found, CLI should output: {code} Could not find required "STRATOS_URL" variable in your environment. {code} If STRATOS_URL is the wrong format, CLI should output: {code} The "STRATOS_URL" variable in your environment is not a valid URL. You have provided "https://localhost" Please provide the Stratos Controller URL as follows https://<host>:<port> {code} Where the hostname provided by the user is output in the error message. -- This message was sent by Atlassian JIRA (v6.2#6252)