shell
shell copied to clipboard
fsh api create output differs from wsk
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