shell icon indicating copy to clipboard operation
shell copied to clipboard

fsh api create output differs from wsk

Open rabbah opened this issue 7 years ago • 0 comments

I'm trying the documented example here, substituting fsh for wsk:

Step 3 output:

> fsh api create /hello /world get hello --response-type json
https://openwhisk/api/v1/web/guest/hello.json
ok: updated action hello

whereas it should output the API gw url; wsk output is:

ok: created API /hello/world GET for action /_/hello
https://${APIHOST}:9001/api/${GENERATED_API_ID}/hello/world

rabbah avatar Jun 13 '18 19:06 rabbah