This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
fsh api create output differs from wsk #1007
Open
Description
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