We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When localhost is provided as host name for gitlab or mainserver, the CLI generates an error.
localhost
Expected behavior: [What you expect to happen] Accepts localhost as a valid host name.
Actual behavior: [What actually happens] Rejects localhost as an invalid host name.
Reproduces how often: [What percentage of the time does it reproduce?] Every time
The relevant logs are as follows.
$git clone https://github.com/AutolabJS/autolabcli.git -b dev $cd autolabcli $npm i $ nodejs index.js prefs changeserver --type gitlab --host localhost Please provide a valid host vagrant@ubuntu-xenial:~/autolabcli$ nodejs index.js prefs changeserver --type ms --host localhost --port 9000 Please provide a valid host
The text was updated successfully, but these errors were encountered:
mukkachaitanya
No branches or pull requests
Description
When
localhost
is provided as host name for gitlab or mainserver, the CLI generates an error.Steps to Reproduce
Expected behavior: [What you expect to happen]
Accepts
localhost
as a valid host name.Actual behavior: [What actually happens]
Rejects
localhost
as an invalid host name.Reproduces how often: [What percentage of the time does it reproduce?]
Every time
Additional Information
The relevant logs are as follows.
The text was updated successfully, but these errors were encountered: