bjustin-ibm commented on a change in pull request #2488: Doc Action URL CLI Flag URL: https://github.com/apache/incubator-openwhisk/pull/2488#discussion_r127302453
########## File path: docs/actions.md ########## @@ -271,6 +271,19 @@ Rather than pass all the parameters to an action every time, you can bind certai } ``` +### Getting an action URL + +An action can be invoked through the REST interface via an HTTPS request. To get an action URL, execute the following command: + +``` +$ wsk action get actionName --url +ok: got action actionName +https://${APIHOST}/api/v1/namespaces/${NAMESPACE}/actions/actionName Review comment: Is this consistent with how we show example URLs in other parts of the documentation? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
