wsk -i does not work #599
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
to use kui with a self-signed host, you need to start it with IGNORE_CERTS=true (although there is some magic that saves you from that for some hosts).
if you neglect to do that,
wsk -i
does not work and reports: 'Unsupported optional parameter i`.i'd think
wsk -i
should work... but also, this may be more convenient: it would be helpful tohost set <...> -i
where the-i
property here will allow you to eschew it on everywsk
command.The text was updated successfully, but these errors were encountered: