You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the below command the CLI will error with Error: Unable to authenticate with example.com
$ krane login example.com
This happens because the URL does not contain http or https. We should instead either default to https or throw an error when an invalid URL is passed in.
Fix
Add http or https
$ krane login https://example.com
The text was updated successfully, but these errors were encountered:
When running the below command the CLI will error with
Error: Unable to authenticate with example.com
This happens because the URL does not contain
http
orhttps
. We should instead either default to https or throw an error when an invalid URL is passed in.Fix
Add
http
orhttps
The text was updated successfully, but these errors were encountered: