2019-03-04 06:01:17 UTC - Dominic Kim: When I type `wsk api list`, I am getting 
this error:
```
style95@style95-ubuntu:~/git/openwhisk$ wsk api list -i
error: Unable to obtain the API list: gwUrl is required.
```
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551679277000700
----
2019-03-04 06:01:37 UTC - Dominic Kim: Is this because of cli version mismatch?
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551679297001300
----
2019-03-04 06:01:52 UTC - Dominic Kim: I installed the latest cli from 
openwhisk cli repo.
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551679312001600
----
2019-03-04 06:02:10 UTC - Dominic Kim: It seems `gwUrl` is replaced by 
`gwUrlV2`?
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551679330002000
----
2019-03-04 06:14:40 UTC - Dominic Kim: I found the reason.
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551680080002300
----
2019-03-04 06:14:58 UTC - Dominic Kim: The default parameter of my `apimgmt` 
package was missing.
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551680098002800
----
2019-03-04 06:15:00 UTC - Dominic Kim: ```
        {
            "key": "gwUrlV2",
            "value": ""
        }
```
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551680100003000
----
2019-03-04 06:15:23 UTC - Dominic Kim: I think it is supposed to be 
automatically generated by ansible.
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551680123003500
----
2019-03-04 06:15:33 UTC - Dominic Kim: I don't know why it is missing..
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551680133003800
----
2019-03-04 06:21:32 UTC - Dominic Kim: It has gone with the clean redeployment 
:joy:
https://openwhisk-team.slack.com/archives/C3TP33Y2U/p1551680492004300
----

Reply via email to